function IE_Flash_Change(source,width,height){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + height + '">      <param name="movie" value="' + source + '"><param name="quality" value="high"><embed src="' + source + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed></object>');
}

function IE_Flash_Change2(source,width,Height)

{

    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + Height + '">      <param name="movie" value="' + source + '"><param name="quality" value="high"><param name="wmode" value="transparent"> <embed src="' + source + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + Height + '"></embed></object>');

}
function go_url(valURL){
  var valURLV = valURL;
  switch(valURL){
		case 'move' : varURL = "swf/aurora4.swf" ;break;
		//case 'ben1' : varURL="";varURL1 = "/swf/pop.html";bigwin(varURL1,550,400);break;
	default : alert('\n\n  °ü¸®ÀÚ¿¡°Ô ¹®ÀÇ¹Ù¶ø´Ï´Ù. \n\n '+valURL+' \n\n');break;
  }
  
  
 //cwin(varURL,940,680);
  
 	if(valURL=="move"){
//  	cwin(varURL,940,680);
  	window.open(varURL,'','width=550,height=400');
//  }elseif(valURL1.indexOf("ben1")>0){
//  	  bigwin(varURL1);
  }else{
    location.href = varURL;
  }
 
}

function bigwin(varUrl1,w,h) {
 if (screen.width < 1025){
  LeftPosition=0;
  TopPosition=0;
 } else {
  LeftPosition=(screen.width)?(screen.width-w)/2:100;
  TopPosition=(screen.height)?(screen.height-h)/2:100;
 }
 window.open(varUrl1, '', "width="+w+",height="+h+",top="+TopPosition+",left="+LeftPosition+", scrollbars=yes,toolbar=yes,location=yes,status=yes,menubar=yes,resizable=yes,directories=yes");
}
//-->

