function openGameWindow (thisURL, thisWidth, thisHeight) {
	window.open(thisURL,"gameWindow","status=0, toobar=0, location=0, resizable=0, width=" + thisWidth + ", height=" + thisHeight + "")
	
}