<!--

   NS4 = (document.layers);
   IE4 = (document.all);
  ver4 = (NS4 || IE4);   
 isBlueberry = (navigator.appVersion.indexOf("Mac") != -1);
  isPC = (navigator.appVersion.indexOf("Win") != -1);
isCool = (navigator.appVersion.indexOf("X11") != -1); 
isMenu = (NS4 || (IE4 && !isBlueberry));

function popUp(){return};
function popDown(){return};
function startIt(){return};

if (!ver4) event = null;

lastButton = null;
curButton = null;

//-->
