function gameOpen(file){
	newWin = window.open(file, "gameOpen", "directories=0,location=0, menubar=0, scrollbars=0, status=0, toolbar=0, resizeble=0, width=640, height=480");
}
function gameOpen2(file){
	newWin = window.open(file, "gameOpen", "directories=0,location=0, menubar=0, scrollbars=0, status=0, toolbar=0, resizeble=0, width=715, height=700");
}
function gameOpen3(file){
	newWin = window.open(file, "gameOpen", "directories=0,location=0, menubar=0, scrollbars=0, status=0, toolbar=0, resizeble=0, width=640, height=530");
}

