// JavaScript Document//if (top==self) self.location.href = "../index.html"function MM_reloadPage(init) {  //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 newWindow(page,winWidth,winHeight){ var theUrl = "popups/" + page; var windowName = "showimage";   var winLeft = (screen.width - winWidth) / 2;   var winTop = (screen.height - winHeight) / 2;   winProperties = 'height='+winHeight+',width='+winWidth+',top='+winTop+',left='+winLeft+',scrollbars=no,resize=no,status=no'   win = window.open(theUrl, windowName, winProperties)   if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }}