<!--

  IE4 = (document.all) ? 1 : 0;
  NS4 = (document.layers) ? 1 : 0;
  ver4 = (IE4 || NS4) ? 1 : 0;

  if (ver4) {  	secondImTop = "<img border='0' src='graphics/rem-header-hi.jpg' width='770' height='101' usemap='#topnavmap'>";
   					secondImBot = "<img border='0' src='graphics/rem-footer-hi.jpg' width='770' height='26' usemap='#botnavmap'>";
   					arPopups = new Array()    }
    else { secondImTop = ""; secondImBot = "" }


	function setBeginEnd(which,x1,y1,x2,y2) {
   	 arPopups[which] = new Array();
    	 arPopups[which][0] = x1;
    	 arPopups[which][1] = y1;
    	 arPopups[which][2] = x2;
    	 arPopups[which][3] = y2	}

	
	if (ver4) {	setBeginEnd(1,190,85,240,98);
			setBeginEnd(2,255,85,390,98);
			setBeginEnd(3,405,85,475,98);
			setBeginEnd(4,490,85,575,98)}


    function mapOver(which,on) {
        
        if (which<5){whichmenu="elMenu"}
                	
        if (!ver4) { return }
        if (IE4) { whichEl = eval("document.all."+whichmenu+"Over.style")        }
            else { whichEl = eval("document.elMenu.document."+whichmenu+"Over")  };

        if (!on) { whichEl.visibility = "hidden"; return    }

        clLeft = arPopups[which][0];
        clTop = arPopups[which][1];
        clRight = arPopups[which][2];
        clBot = arPopups[which][3];

 	if (NS4) {
            whichEl.clip.left = clLeft;
            whichEl.clip.right = clRight;		}
 		else {
            whichEl.clip = "rect(" + clTop + " " + clRight + " " + clBot + " " + clLeft + ")";	 }

        whichEl.visibility = "visible";
       }

//-->

