function FullPlay(sUrl) {
	//if(document.getElementById("flashgame").readystate==4){
		if(sUrl.substr(sUrl.length-4,4).toLowerCase()==".swf")
			//sUrl = sUrl.substr(0,sUrl.length-4);
		window.open("FullPlay.htm?"+sUrl,"youxiboy","fullscreen");
		window.opener =null;
		window.close();
	//}
	//else{
	//	alert("请等动画下载完毕再全屏播放，Thanks：）");
	//}
}
function FullPlay2(sUrl) {
	if(sUrl.substr(sUrl.length-4,4).toLowerCase()==".swf")
		//sUrl = sUrl.substr(0,sUrl.length-4);
	window.open("http://www.43999.cn/flash/FullPlay.htm?"+sUrl,"youxiboy","fullscreen");
	window.opener =null;
	window.close();
}
function FullPlay1(sUrl) {
	if(sUrl.substr(sUrl.length-4,4).toLowerCase()==".swf")
		//sUrl = sUrl.substr(0,sUrl.length-4);
	window.open("FullPlay.htm?"+sUrl,"43999","fullscreen");
	window.opener =null;
	window.close()
}
function FullPlayAsp(sGameName,sUrl) {
	//if(document.getElementById("flashgame").readystate==4){
		//if(sUrl.substr(sUrl.length-4,4).toLowerCase()==".swf")
			//sUrl = sUrl.substr(0,sUrl.length-4);
		window.open("FullPlay.htm?"+sUrl,"youxiboy","fullscreen");
		window.opener =null;
		window.close();
	//}
	//else{
	//	alert("请等动画下载完毕再全屏播放，Thanks：）");
	//}
}
function GameScale(width){
	switch(width){
	case '800':
		document.getElementById('flashgame').width=650;
		document.getElementById('flashgame').height=430;
		break;
	case '1024':
		document.getElementById('flashgame').width=671;
		document.getElementById('flashgame').height=486;
		break;
	case '1280':
		document.getElementById('flashgame').width=880;
		document.getElementById('flashgame').height=661;
		break;
	default:
		document.getElementById('flashgame').width=650;
		document.getElementById('flashgame').height=430;
		break;
	}
}
var screenWidth = location.search.split('?')[1]