<!--

	 IE4 = (document.all) ? 1 : 0;
          NS4 = (document.layers) ? 1 : 0;
	ver4 = (document.all || document.layers) ? 1 : 0;

    if (ver4) {
             secondIm = "<IMG SRC='sitemap1.gif' USEMAP='#careMenu' width=168 height=749 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,154,184);
             setBeginEnd(2,202,232);
             setBeginEnd(3,258,283);
             setBeginEnd(4,309,337);
             setBeginEnd(5,352,382);
             setBeginEnd(6,403,429);
             setBeginEnd(7,450,472);
             setBeginEnd(8,490,509);
             setBeginEnd(9,594,636);
        }

         clLeft = 15;
         clRight = 146;

          function mapOver(which,on) {
    if (IE4) { whichEl = document.all.hibMenu1.style }
                 else { whichEl = document.hibMenu.document.hibMenu1 };
              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"
          }


