function FullPlay(Start){
	window.open('FullPlay.htm?'+Start+'','76xp','fullscreen');
}
function GameScale(width){
	switch(width){
	case '800':
		document.getElementById('flashgame').width=700;
		document.getElementById('flashgame').height=500;
		break;
	case '1024':
		document.getElementById('flashgame').width=750;
		document.getElementById('flashgame').height=563;
		break;
	}
}
var screenWidth = location.search.split('?')[1]