   var IE = navigator.appVersion.indexOf("MSIE") > 0;


   	NS4 = (document.layers);
   	IE4 = (document.all);
  	ver4 = (NS4 || IE4);   
 	isMac = (navigator.appVersion.indexOf("Mac") != -1);
	isMenu = (NS4 || (IE4 && !isMac));
	function popUp(){return};
	function popDown(){return};
	if (!ver4) event = null;

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 120;
    childOverlap = 5;
    childOffset = 5;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "#000000";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "verdana, arial, helvetica, sans-serif";
    
    backCol = "#EEEEEE";
    overCol = "#333333";
    overFnt = "#ffffff";
    
    borWid = 1;
    borCol = "#666666";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "/graphix/spacer.gif";
    imgSiz = 12;
    
    separator = 1;
    separatorCol = "#666666";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = false;
    clickStart = false;
    clickKill = true;
}


	   
	  
function formHandler(form) {
var URL = form.site.options[form.site.selectedIndex].value;
window.location.href = URL;
}

