<!-- 

// IEÆÐÄ¡¿¡ ´ëÇÑ ´ë¾ÈÇÔ¼ö
function FlashView(url, width, height, wmode) {
	document.writeln ("<object id=flash_top_menu  classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='" + width + "' height='" + height + "'>");
	document.writeln ("<param name='movie' value='" + url + "'>");
	document.writeln ("<param name=quality value=high>");
	document.writeln ("<param name='menu' value='false'>");
	document.writeln ("<param name='wmode' value='" + wmode + "'>");
	document.writeln ("<embed src='" + url + "' quality=high pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='" + wmode + "' width='" + width + "' height='" + height + "'></embed>");
	document.writeln ("</object>");
}

// IEÆÐÄ¡¿¡ ´ëÇÑ ´ë¾ÈÇÔ¼ö
function js_viewObj(objTag)
{
	document.write(objTag.replace(/\n/g, ""));
}

//-->

