//-- ´Ù±¹¾î »çÀÌÆ® ¸µÅ©
function goMlbRib(lng_cd) {	
	var __MlbRib_baseURL = RIB_URL + "/index_mlb.jsp";
	
	if(typeof document.mlbForm == "undefined"){		
		document.write("<form name='mlbForm' target='_top' method='post' ><input type='hidden' name='LNG_CD' value='' /></form>");	
	}
	var frm = document.mlbForm;
	if(typeof lng_cd != "undefined" || lng_cd != ""){		
		frm.LNG_CD.value =lng_cd;		
		
	}
	frm.action =__MlbRib_baseURL;
	frm.submit();
}
	
//-- ´Ù±¹¾î top
function utilFlash(pSwfUrl,xmlURL){	
	var pathArr = pSwfUrl.split("/");
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='295px'  id='gloNet' align='middle'>");
	document.write("<param name='allowScriptAccess' value='always' />");
	document.write("<param name='movie' value='"+pSwfUrl+"' />");
	document.write("<param name='quality' value='high' />");
	document.write("<param name='FlashVars' value='xmlURL="+xmlURL+"' />");
	document.write("<param name='wmode' value='transparent' />");
	document.write("<embed src='"+pSwfUrl+"' FlashVars='xmlURL="+xmlURL+"' quality='high' wmode='transparent' width='295px' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>"); 
}
