<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--

     NS4 = (document.layers);
     IE4 = (document.all);
    ver4 = (NS4 || IE4);
     IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
   isMac = (navigator.appVersion.indexOf("Mac") != -1);
  isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));

function popUp(){return};
function popDown(){return};

if (!ver4) event = null;

//-->

<!--

if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 150;
    childOverlap = 1;
    childOffset = -1;
    perCentOver = null;
    secondsVisible = .5;
    
    fntCol = "#FF0000";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "arial";
    
    backCol = "#FFFF00";
    overCol = "#FF8000";
    overFnt = "#FFFF00";

    imgSrc = "http://www.lakesandhills.com/menu/arrow.gif";
    imgSiz = 8;
    
    borWid = 1;
    borCol = "#FF8000";
    borSty = "solid";
    itemPad = 2;
    
    separator = 1;
    separatorCol = "#FF8000";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    clickStart = false;
    clickKill = false;
}

//-->

<!--
if (isMenu) {
document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='http://www.lakesandhills.com/menu/hierArrays.js'><\/SCR" + "IPT>");
document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='http://www.lakesandhills.com/menu/hierMenus.js'><\/SCR" + "IPT>");
}
//-->