<!--

IE4 = (document.all) ? 1 : 0;
NS4 = (document.layers) ? 1 : 0;
ver4 = (IE4 || NS4) ? 1 : 0;

if (ver4) {
secondIm = "<IMG SRC='images/tabs1.jpg' USEMAP='#mpMenu' WIDTH=788 HEIGHT=35 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,0,84);
setBeginEnd(2,84,161);
setBeginEnd(3,161,273);
setBeginEnd(4,273,365);
setBeginEnd(5,365,496);
setBeginEnd(6,496,576);
setBeginEnd(7,577,702);
setBeginEnd(8,702,788);
}

clTop = 0;
clBot = 30;

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.top= clTop;
whichEl.clip.bottom= clBot;
}
else {
whichEl.clip = "rect(" + clTop + " " + clRight + " " + clBot + " " + clLeft + ")";
}

whichEl.visibility = "visible" 
}

function printpage() {
window.print();  
}

function bookmark(url, description)
{
netscape="Netscape User's hit CTRL+D to add a bookmark to this site."
if (navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite(url, description);
}
else if (navigator.appName=='Netscape')
{
alert(netscape);
}
}

//-->
