function Zoom(a){_zoom(a,"p");_zoom(a,"li");_zoom(a,"td");_zoom(a,"blockquote");_zoom(a,"label")}function _zoom(e,c){var d=document.getElementsByTagName(c);for(n=0;n<d.length;n++){if(d[n].style.fontSize){var a=parseInt(d[n].style.fontSize.replace("px",""))}else{var a=12}var b=a+e;if(b>4&&b<50){d[n].style.fontSize=b+"px"}}}function OpenPopup(e,d,a){var c=GetCentreWin(d,a);var b=window.open(e,"windowRef","width="+c.width+",height="+c.height+",left="+c.left+",top="+c.top+",scrollbars=yes,toolbar=no,location=no,statusbar=no,menubar=no");if(!b.opener){b.opener=self}b.focus()}function GetCentreWin(b,a){var c=new Array();c.width=b;c.height=a;c.left=Math.floor((screen.width-c.width)/2);c.top=Math.floor((screen.height-c.height)/2);return c}function PrintThis(){window.print()};