//
function openWindow(page){
	window.open(page,"work","height=740,width=650,left=0,top=0,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no");
}

//
function openGameWindow(page){
	window.open(page,"game","height=570,width=800,left=0,top=0,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no");
}

//
function openReelWindow(page){
	window.open(page,"reel","height=340,width=580,left=0,top=0,menubar=no,location=no,resizable=yes,scrollbars=no,status=no");
}