var menuLimg=new Array();
var menuHimg=new Array();
var menuTimer=null;
var menuActive=0;

function StopError() { return true; }
// window.onerror=StopError;

function MenuHi(menuNr) {
 if (menuTimer != null) { clearTimeout(menuTimer);menuTimer=null; }
 if (menuActive > 0) document['menu'+menuActive].src = menuLimg[menuActive].src;
 document['menu'+menuNr].src = menuHimg[menuNr].src;
}

function MenuHi_NoHide(menuNr) {
 document['menu'+menuNr].src = menuHimg[menuNr].src;
}

function MenuLo(menuNr) {
 document['menu'+menuNr].src = menuLimg[menuNr].src;
 if (menuActive > 0) menuTimer = setTimeout("document['menu'+menuActive].src = menuHimg[menuActive].src", 200);
}

function MenuInit() {
 for (a=0;a<=60;a++) { menuLimg[a]=new Image; menuHimg[a]=new Image; }
}

ZoomWindow=0;
function ZoomWin(theImage) 
 { 
 if (ZoomWindow)
  if(ZoomWindow.closed == false) 
   ZoomWindow.close();

 ZoomWindow = window.open("zoomc8aa.html?picture="+theImage, "ZoomWindow", "width=100,height=100,resizable=yes"); 
 ZoomWindow.focus(); 
 } 
// --></script>