// HIER MENUS// Snifferif(window.event + "" == "undefined") event = null;function HM_f_PopUp(){return false};function HM_f_PopDown(){return false};popUp = HM_f_PopUp;popDown = HM_f_PopDown;NS4 = (document.layers);IE4 = (document.all);ver4 = (NS4 || IE4);IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);isMac = (navigator.appVersion.indexOf("Mac") != -1);isWin = (navigator.appVersion.indexOf("Win") != -1);HM_PG_MenuWidth = 150;HM_PG_FontFamily = "verdana,arial,helvetica,sans-serif";HM_PG_FontSize = (isMac && !IE5 && !isWin) ? 9 : 8;HM_PG_FontBold = 0;HM_PG_FontItalic = 0;HM_PG_FontColor = "white";HM_PG_FontColorOver = "white";HM_PG_BGColor = "#999966";HM_PG_BGColorOver = "#999966";HM_PG_ItemPadding = 3;HM_PG_BorderWidth = 1;HM_PG_BorderColor = "#CCCCCC";HM_PG_BorderStyle = "solid";HM_PG_SeparatorSize = 1;HM_PG_SeparatorColor = "#CCCCCC";HM_PG_ImageSrc = "tri.gif";HM_PG_ImageSrcLeft = "triL.gif";HM_PG_ImageSize = 5;HM_PG_ImageHorizSpace = 0;HM_PG_ImageVertSpace = 2;HM_PG_KeepHilite = true; HM_PG_ClickStart = 0;HM_PG_ClickKill = false;HM_PG_ChildOverlap = 20;HM_PG_ChildOffset = 10;HM_PG_ChildPerCentOver = null;HM_PG_TopSecondsVisible = .5;HM_PG_StatusDisplayBuild =1;HM_PG_StatusDisplayLink = 0;HM_PG_UponDisplay = null;HM_PG_UponHide = null;HM_PG_RightToLeft = false;HM_PG_CreateTopOnly = 1;HM_PG_ShowLinkCursor = 1;HM_PG_NSFontOver = true;//HM_a_TreesToBuild = [2];// ROLLOVERSif (document.images) {img1on = new Image();img1on.src = "../images-nav/nav_about_on.gif";img1off = new Image();img1off.src = "../images-nav/nav_about_off.gif";img2on = new Image();img2on.src = "../images-nav/nav_programs_on.gif";img2off = new Image();img2off.src = "../images-nav/nav_programs_off.gif";img3on = new Image();img3on.src = "../images-nav/nav_resources_on.gif";img3off = new Image();img3off.src = "../images-nav/nav_resources_off.gif";img4on = new Image();img4on.src = "../images-nav/nav_contact_on.gif";img4off = new Image();img4off.src = "../images-nav/nav_contact_off.gif";img5on = new Image();img5on.src = "../images-nav/nav_home_on.gif";img5off = new Image();img5off.src = "../images-nav/nav_home_off.gif";img6on = new Image();img6on.src = "../images-nav/nav_tour_on.gif";img6off = new Image();img6off.src = "../images-nav/nav_tour_off.gif";img7on = new Image();img7on.src = "../images-nav/nav_commonweal_on.gif";img7off = new Image();img7off.src = "../images-nav/nav_commonweal_off.gif";}function imgOn (imgName) {if (document.images) {document[imgName].src = eval(imgName + "on.src");}}function imgOff (imgName) {if (document.images) {document[imgName].src = eval(imgName + "off.src");}}// BROWSER DETECTfunction spacing() {if (navigator.appVersion.indexOf('Mac') != -1)	{document.write('<ul class=ul_mac>');}else if (navigator.appVersion.indexOf("Win") != -1) 	{document.write('<ul class=ul_win>');}}// NEW WINDOWfunction newWin(status,url,size,text) {document.write('<a href="#"' +  'onMouseOver="window.status=\'' + status + '\'; return true" onMouseOut="window.status=\'\'; return true"' +'onClick=window.open("' + url +  '","","toolbar=no,location=no,directories=no,status=no,menubar=1,scrollbars=no,resizable=yes,' + size + '")' + '>' + text + '<\/a>');}// NEW WINDOW 2function newWin2() {window.open("../tour/TomalesBay_1.html","","toolbar=no,location=no,directories=no,status=no,menubar=1,scrollbars=no,resizable=yes,width=350,height=278");}