
function viewFlash(url,w,h,id){ 
	var flashStr= 
	"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' name='"+id+"' align='middle'>"+ 
	"<param name='allowScriptAccess' value='always' />"+ 
	"<param name='allowFullScreen' value='true' />"+
	"<param name='movie' value='"+url+"' />"+ 
	"<param name='FlashVars' value='' />"+ 
	"<param name='wmode' value='transparent' />"+ 
	"<param name='menu' value='false' />"+
	"<param name='scaleMode' value='noScale' />"+
	"<param name='showMenu' value='false' />"+
	"<param name='align' value='CT' />"+ 
	"<param name='swLiveConnect' value='true' />"+ 
	"<param name='id' value='"+id+"' />"+ 
	"<param name='name' value='"+id+"' />"+ 
	"<param name='quality' value='high' />"+  
	"<embed src='"+url+"' FlashVars='' wmode='transparent' menu='false' quality='high' width='"+w+"' height='"+h+"' name='"+id+"' id='"+id+"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+ 
	"</object>"; 
	document.write(flashStr); 
}   


// RollOver
function imageOver(imgs) {
	imgs.src = imgs.src.replace("off.gif", "on.gif");
}
function imageOut(imgs) {
	imgs.src = imgs.src.replace("on.gif", "off.gif");
//  onmouseover="imageOver(this);" onmouseout="imageOut(this);"
} 



// top html

function logo()// ÁÂÃø ·Î°í
	{ parent.location.href='main.html'; }
	
function emulator()  //¿ìÃø ¿¡¹Ä 
	{ parent.location.href='on_wis.html'; }
	
function menu1(){
	window.open ("product1.html","a_main",'') ; 
	window.open ("_top1.html","top",'') ; 
	}
function menu2(){
	alert('ÀÌº¥Æ® ÀÀ¸ð°¡ ¸¶°¨µÇ¾ú½À´Ï´Ù.');
//	window.open ("event.jsp","a_main",'') ; 
//	window.open ("_top2.html","top",'') ; 
	}
function menu3(){
	window.open ("multimedia.jsp","a_main",'') ; 
	window.open ("_top3.html","top",'') ; 
}
function menu4(){
	window.open ("download.html","a_main",'') ;  
	window.open ("_top4.html","top",'') ; 
}
function menu5(){
	window.open ("tvcf.html","a_main",'') ;  
	window.open ("_top5.html","top",'') ; 
}


function menual1(){
	window.open ("product1.html","a_main",'') ;  
	window.open ("_top1.html","top",'') ; 
	}
function menual2(){
	window.open ("product2.html","a_main",'') ;  
	window.open ("_top1.html","top",'') ; 
	}
function menual3(){
	window.open ("product3.html","a_main",'') ;  
	window.open ("_top1.html","top",'') ; 
	}
function menual4(){
	window.open ("product4.html","a_main",'') ;  
	window.open ("_top1.html","top",'') ; 
	}
function menual5(){
	window.open ("product5.html","a_main",'') ;  
	window.open ("_top1.html","top",'') ; 
	}
function menual6(){
	window.open ("product6.html","a_main",'') ;  
	window.open ("_top1.html","top",'') ; 
	}
function menual7(){
	window.open ("product7.html","a_main",'') ;  
	window.open ("_top1.html","top",'') ; 
	}
function menual8(){
	window.open ("product8.html","a_main",'') ;  
	window.open ("_top1.html","top",'') ; 
	}
	
	
	
	
function btnClose(){
	location.href="http://www.cyon.co.kr/arena/data/bin/wis.html";
	}
	
	
	
function event_1(){
	ajax_go("login_lyr", "/event/arena/micro_arena/blog_event.jsp?blog_id=1");	
	}
function event_2(){
	ajax_go("login_lyr", "/event/arena/micro_arena/blog_event.jsp?blog_id=2");	
	}
function event_3(){
	ajax_go("login_lyr", "/event/arena/micro_arena/blog_event.jsp?blog_id=3");	
	}




var down_folder="http://www.cyon.co.kr/arena/micro_arena/files";
//======================= anamolla =====================
function down_1(){	  
	var down_frm=document.down_frm;
	down_frm.action=down_folder+"/manual_movie/sclass.zip";
	down_frm.submit();
}
function down_2(){	  
	var down_frm=document.down_frm;
	down_frm.action=down_folder+"/manual_movie/music.zip";
	down_frm.submit();
}

function down_3(){	  
	var down_frm=document.down_frm;
	down_frm.action=down_folder+"/manual_movie/movie.zip";
	down_frm.submit();
}
 
