<!--


/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes";
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="#FFFFFF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText='Nearby Roads' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

addHdr("Northward Bound");
addItem("Skaggs Spring Road", "SkaggsSpringRd.htm", "");
addItem("Kings Ridge Road", "KingsRidgeRoad.htm", "");
addItem("Fort Ross Road", "FortRossRd.htm", "");
addItem("Coleman Valley Road", "ColemanValleyRd.htm", "");
addItem("Highway 1", "Highway1toLeggit.htm", "");
addItem("Fairfax - Bolinas Road", "FairfaxBolinas.htm", "");
addItem("RidgeCrest Blvd", "RidgecrestRd.htm", "");
addItem("Marin County Roads", "MarinCounty.htm", "");


addHdr("Eastward");
addItem("Skyline Boulevard", "GrizzlyPeak.htm", "");
addItem("Pinehurst Road", "PinehurstRd.htm", "");
addItem("Redwood Road", "RedwoodRd.htm", "");
addItem("Mount Diablo", "MtDiablo.htm", "");
addItem("Mount Hamilton", "LickObservatory.htm", "");

addHdr("Southward");
addItem("Tunitas Creek Road", "TunitasCreekRd.htm", "");
addItem("Pescadero Road", "PescaderoRd.htm", "");
addItem("Alpine Road", "AlpineRd.htm", "");
addItem("Empire Grade", "EmpireGrade.htm", "");


buildMenu();


//-->