<!--
 IE4 = (document.all) ? 1 : 0;
    NS4 = (document.layers) ? 1 : 0;
    ver4 = (IE4 || NS4) ? 1 : 0;

    if (ver4) {
		firstIm = "<img src='images/menu_links2.gif' USEMAP='#mpMenu' width=156 height=141 border=0>";
        secondIm = "<img src='images/menu_links1.gif' width=156 height=141 border=0>";
        arPopups = new Array();
		arPopups2 = new Array()
    }
    else { 
		firstIm = "<img src='images/menu_links2.gif' USEMAP='#mpMenu' width=156 height=141 border=0>";
        secondIm = "<img src='images/menu_links1.gif' width=156 height=141 border=0>";	
	}

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

   if (ver4) {
        setBeginEnd(1,0,21);
        setBeginEnd(2,22,41);
        setBeginEnd(3,42,61);
        setBeginEnd(4,62,81);
		setBeginEnd(5,82,100);
		setBeginEnd(6,101,121);
		setBeginEnd(7,122,141);	
    }

    clTop = 0;
    clBot = 156;

    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 }

        clLeft = arPopups[which][0];
        clRight = arPopups[which][1];

	if (NS4) {
            whichEl.clip.left = clLeft;
            whichEl.clip.right = clRight;
	}
	else {
            //whichEl.clip = "rect(" + clTop + " " + clRight + " " + clBot + " " + clLeft + ")";
			//whichEl.clip = "rect(" + clRight + " " + clTop + " " + clLeft + " " + clBot + ")";
			//whichEl.clip = "rect(" + clLeft + " " + clTop + " " + clRight + " " + clBot + ")";
			//whichEl.clip = "rect(" + clBot + " " + clLeft + " " + clTop + " " + clRight + ")";
			//whichEl.clip = "rect(" + clLeft + " " + clBot + " " + clTop + " " + clRight + ")";
			whichEl.clip = "rect(" + clLeft + " " + clBot + " " + clRight + " " + clTop + ")";
	}


        whichEl.visibility = "visible" 
    }

//-->