function FullPlay(sUrl) {
	if(document.getElementById("flashgame").readystate==4){
		window.open("/FullScreen.htm?"+sUrl,"httpcngame","fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0","fullscreen");
		//window.close()
	}
	else{
		alert("请等动画下载完毕再全屏播放，Thanks：）");
	}
}
function FullPlay1(sUrl) {
	window.open("FullScreen.htm?"+sUrl,"httpcngame","fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0","fullscreen");
	//window.close()
}
function GameScale(width){
	switch(width){
	case '800':
		document.getElementById('flashgame').width=650;
		document.getElementById('flashgame').height=430;
		break;
	case '1024':
		document.getElementById('flashgame').width=750;
		document.getElementById('flashgame').height=563;
		break;
	case '1280':
		document.getElementById('flashgame').width=880;
		document.getElementById('flashgame').height=661;
		break;
	}
}
var screenWidth = location.search.split('?')[1]