<!--

     NS4 = (document.layers) ? true : false;

     NS6 = (document.getElementById && !document.all) ? true : false;

     IE4 = (document.all) ? true : false;

     ver4 = (NS4 || IE4);

     IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1) ? true : false;

   isMac = (navigator.appVersion.indexOf("Mac") != -1);

  isMenu = (NS4 || NS6 || (IE4 && !isMac) || (IE5 && isMac));

function popUp(){return};

function popDown(){return};

if (!ver4) event=null;

//-->
