function zoomPopup(str){
	window.open(str,"zoom","width=773,height=642,resizable=no");
}

function gamePopup(str){
	window.open(str,"game");
}
