if(screen.width<=800){var ptWidth=800;var ptHeight=560}else{var ptWidth=910;var ptHeight=1070}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()}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()}};