<!--
function MM_reloadPage(init) {  //stock MM script: reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function fit(objWidth,objHeight) { //modified window resize
	var NS = (navigator.appName=="Netscape")?true:false;

	theWinWidth = (NS)?window.innerWidth:document.body.clientWidth;
	theWinHeight = (NS)?window.innerHeight:document.body.clientHeight;

	theWinWidth = (objWidth - theWinWidth + 20); 
	theWinHeight = (objHeight - theWinHeight + 20);
window.resizeBy(theWinWidth, theWinHeight); 

self.focus(); 
}
// -->
<!--
window.moveTo(0,0);window.resizeTo(window.screen.availWidth-0,window.screen.availHeight-0);
// -->

<!--
function shime() {
	window.close();
}
// -->




