NS4 = (document.layers);
NS6 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
// added in for heirMenus5.0
IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isNix = (navigator.appVersion.indexOf("X11") != -1);
// Change for IE5.0 on Mac
isMenu = (NS4 || NS6 || (IE4 && !isMac) || (IE5 && isMac));
function popUp(){ return };
function popDown(){ return };
if (!ver4) event = null;
if (NS4) {
searchWidth = 10;
} else {
searchWidth = 14;
}
browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
function popUp(){return};
function popDown(){return};
if (!ver4) event = null;
// localNavId if present
var localNavId = 0
currentAd = 1;
graphicSpeed = 7000;
function insertPic() {
//nill
}
var VISTA_BUTTON = 0;

browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
if (isMenu) {
menuVersion = 3;
menuWidth = 130;
childOverlap = 5;
childOffset = 5;
perCentOver = null;
secondsVisible = .5;
fntCol = "ffffff";
if (NS4 && isMac) {
fntSiz = "11"
} else if (NS4) {
fntSiz = "9";
} else {
fntSiz = "8";
}
fntBold = false;
fntItal = false;
fntFam = "Tahoma, Arial, Helvetica, sans-serif";
backCol = "#666699";
overCol = "#9999CC";
overFnt = "#ffffff";
borWid = 1;
borCol = "#666699";
borSty = "solid";
itemPad = 3;
imgSrc = "images/tri.gif";
imgSiz = 9;
separator = 1;
separatorCol = "#9999CC";
isFrames = false;
navFrLoc = "left";
keepHilite = true;
NSspanOver = true;
clickStart = false;
clickKill = false;
}

var tableCell = null;
// FUNCTION openHelp - Opens dummy help window
function openHelp() {
open('help.html', 'group', 'scrollbars,resizable,width=600,height=600');
}
// FUNCTION menubarRollover
function menubarRollover( tableCell ) {
if ( navigator . appName == 'Microsoft Internet Explorer' ) {
tableCell.style.backgroundColor = "#3399cc";
}
}
// FUNCTION menubarRollout
function menubarRollout( tableCell ) {
if ( navigator . appName == 'Microsoft Internet Explorer' ) {
tableCell.style.backgroundColor = "#006699";
}
}
// FUNCTION checkall
function checkall() {
var i = 1;
while ( i < 10 ) {
document.formPrimary.elements['document'+i].checked=1;
i++;
}
}
// FUNCTION uncheckall
function uncheckall() {
var i = 1;
while ( i < 10 ) {
document.formPrimary.elements['document'+i].checked=0;
i++;
}
}

