//window.attchEvent("onload",alert('ssss'));
//¡Ø attachEvent·Î Ãß°¡µÈ ÇÔ¼ö´Â detachEvent·Î Á¦°ÅÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.

//function window::onload()
//{
//	FCKLanguageManager.TranslatePage(document) ;
//}
//-->
function F_viewSwf(width, height, wmode, url){
	
	if(window.ActiveXObject){
		 document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ");
 		document.write("  width='"+width+"' height='"+height+"' align='middle' />");
 	}else {
	 	document.write("<object type='application/x-shockwave-flash' ");
	 	document.write("  width='"+width+"' height='"+height+"' align='middle' data='"+url+"' />");
	}
	
 document.write(" <param name='allowScriptAccess' value='always' /> ");
 document.write(" <param name='movie'    value='"+url+"' /> ");
 document.write(" <param name='quality'   value='high' /> ");
 document.write(" <param name='wmode'    value='"+wmode+"'> ");
 document.write(" <embed wmode=¡¯transparent¡¯>");



 document.write(" <embed src='"+url+"' quality='high' width='"+width+"' height='"+height+"' align='middle' ");
 document.write("  allowScriptAccess='sameDomain' type='application/x-shockwave-flash' ");
 document.write("  pluginspage='https://www.macromedia.com/go/getflashplayer' />");
 document.write("</object>");
}



// ÆË¾÷ ÀÛÀºÃ¢

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
