  <!--

              IE4 = (document.all) ? 1 : 0;       // initialize browser..
              NS4 = (document.layers) ? 1 : 0;    // identification and...
              ver4 = (IE4 || NS4) ? 1 : 0;        // DHTML variables

              if (ver4) {
               secondIm = "<IMG SRC='images/menuover3.jpg' USEMAP='#mpMenu' WIDTH=124 HEIGHT=267 BORDER=0>";
               arPopups = new Array()
           }
           else { secondIm = "" }

          function setBeginEnd(which,from,to) {
               arPopups[which] = new Array();
               arPopups[which][0] = from;
               arPopups[which][1] = to;
           }

          if (ver4) {
               setBeginEnd(1, 8, 40);
               setBeginEnd(2, 41, 72);
               setBeginEnd(3, 73, 104);
               setBeginEnd(4, 105, 136);
               setBeginEnd(5, 137, 169);
              

           }

           clLeft = 0;
           clRight= 125;

              function mapOver(which,on) {
               if (!ver4) { return }
               if (IE4) { whichEl = document.all.elMenuOver.style }
                   else { whichEl = document.elMenu.document.elMenuOver };

               if (!on) { whichEl.visibility = "hidden"; return }

               clTop = arPopups[which][0];
               clBot = arPopups[which][1];

               if (NS4) {
                   whichEl.clip.top = clTop;
                   whichEl.clip.bottom = clBot;
               }
               else {
                   whichEl.clip = "rect(" + clTop + " " + clRight + " " + clBot + " " + clLeft + ")";
               }

               whichEl.visibility = "visible" 
           }

       //-->