if(screen.width<=800){var ptWidth=800;var ptHeight=560}else{var ptWidth=screen.width;var ptHeight=screen.height}ptXpos=(screen.width-ptWidth)/2;ptWindow=false;popPlaytime=function(A){ptWindow=window.open(A,"ptWindow","scrollbars=yes,resizable=yes,width="+ptWidth+",height="+ptHeight);if(ptWindow!=null){ptWindow.resizeTo(ptWidth,ptHeight);ptWindow.moveTo(ptXpos,0);ptWindow.focus();if(player){player.mute()};}else{alert("You may have your pop up blocker on. Please disable to view this page. Thanks!")}};printGame=function(){var A=$("contentContainer")||false;if(A){A.setStyle({height:"auto"});window.print()}};
