<!--
 function OpenWindow(url)
 {
   window.open(url,'Pops','menubar=no,scrollbars=yes,width=480,height=480,top=0,left=0')
 }
//-->
		 
		 <!--
        NS4 = (document.layers);
        IE4 = (document.all);
       ver4 = (NS4 || IE4);   
      isMac = (navigator.appVersion.indexOf("Mac") != -1);
     isMenu = (NS4 || (IE4 && !isMac));
     function popUp(){return};
     function popDown(){return};
     if (!ver4) event = null;
     //-->

     <!--
     if (isMenu) {
         menuVersion = 3;
         menuWidth = 180;
         childOverlap = -1;
         childOffset = -1;
         perCentOver = null;
         secondsVisible = .5;

         fntCol = "#000066";
         fntSiz = "10";
         fntBold = false;
         fntItal = false;
         fntFam = "arial";

         backCol = "#ccccff";
         overCol = "#ccccff";
         overFnt = "black";

         borWid = 1;
         borCol = "#000066";
         borSty = "solid";
         itemPad = 2;

         imgSrc = "/images/seta01.gif";
         imgSiz = 10;

         separator = 1;
         separatorCol = "#FFFFFF";

         isFrames = false;      // <-- IMPORTANT for full window
         navFrLoc = "left";     // <-- display. see below

         keepHilite = true; 
         NSfontOver = true;
         clickStart = false;
         clickKill = false;
     }
     //-->

     <!--
     if (isMenu) {
     document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierArrays.js'><\/SCRIPT>");
     }
     //-->

     <!--
     if (isMenu) {
     document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='hierMenus.js'><\/SCRIPT>");
     }
     //-->
