function loggerLocation(title, url) {
	location.href = url;
}
// ========================= IEÆÐÄ¡ÀÛ¾÷_Flash  ============================
function ie_view(objhtml) {
	document.write(objhtml);
}

function lee_FlashView(url,width,height,flashvars,wmode){
	var FlashView=
	"<object 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+"' align='middle'>"+
	"<param name='movie' value='"+url+"' />"+
	"<param name='menu' value='false' />"+
	"<param name='FlashVars' value='"+flashvars+"' />"+
	"<param name='wmode' value='transparent' />"+
	"<param name='quality' value='high' />"+
	"<embed src='"+url+"' menu='false' quality='high' width='"+width+"' height='"+height+"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	"</object>";

	document.write(FlashView);
}
// ========================= IEÆÐÄ¡ÀÛ¾÷_Flash  ============================
<!--»õÃ¢¶ç¿ì±â
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
<!--
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->