//Intro
function game01(){
	window.open(hostaddress+"mini_game/gamesdetail/bdhh_detail.html","_self");
}

function game02(){
	window.open(hostaddress+"mini_game/gamesdetail/bda_detail.html","_self");
}
function game03(){
	window.open(hostaddress+"mini_game/gamesdetail/bia_detail.html","_self");
}
function game04(){
	window.open(hostaddress+"mini_game/gamesdetail/ghinh_detail.html","_self");
}
function game05(){
	window.open(hostaddress+"mini_game/gamesdetail/skb_detail.html","_self");
}


function Call_Swf_View(URL,SizeX,SizeY){
document.write('	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+SizeX+'" height="'+SizeY+'" align="middle">');
document.write(	'	<param name="movie" value="'+URL+'" />');
document.write( ' <param name="wmode" value="opaque"/>');
document.write(	'	<param name="quality" value="high" />');
document.write(	'	<embed src="'+URL+'" quality="high" ');
document.write(	'	bgcolor="#ffffff" width="'+SizeX+'" height="'+SizeY+'" ');
document.write(	'	align="middle" ');
document.write(	'	type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write(	'	</object>');
}

function Call_Swf_Tran_View(URL,SizeX,SizeY){

document.write('	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
document.write('	codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
document.write(	'	width="'+SizeX+'" height="'+SizeY+'" id="menuLink" align="middle">');
document.write(	'	<param name="movie" value="'+URL+'" />');
document.write(	'	<param name="quality" value="high" />');
document.write(	'	<param name="wmode" value="transparent"/>');
document.write(	'	<param name="bgcolor" value="#ffffff" />');
document.write(	'	<embed src="'+URL+'" quality="high" ');
document.write(	'	bgcolor="#ffffff" width="'+SizeX+'" height="'+SizeY+'" name="menuLink"');
document.write(	'	align="middle" ');
document.write(	'						type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write(	'		</object>		');

}

function Call_Movie_View(URL,SizeX,SizeY){
	document.write('<embed src="'+URL+'" enablecontextmenu="0" showstatusbar="0" LOOP="FALSE" width="'+SizeX+'" height="'+SizeY+'" id="Movie_5"></embed>')
}


function showMsg(msg,url)
{
	if(!msg) return;
	top.document.getElementById('msg_fm').contentWindow.document.getElementById('message').innerHTML=msg;
	var ob = top.document.getElementById('msg_panel');
	ob.style.top = document.body.scrollTop + ((document.body.clientHeight -115)/2);
	ob.style.left = document.body.scrollLeft + ((document.body.clientWidth -400)/2);
	ob.style.display="block";
	if(url) { window.location=url; }
	var fr = document.getElementById('callback');
	if(fr && fr.contentWindow) fr.contentWindow.location.replace('about:blank');
	return ;
}
