<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=50; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=600; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#EBE4BD";
hdrBGColor="#79462D";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#B19525";
linkOverBGColor="#BDAB7B";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=40; // no quotes!!
barText="SIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu"] //create header
ssmItems[1]=["Home", "http://www.bentriver-campground.com/", ""]
ssmItems[2]=["About Us", "aboutus.htm",target="new window"]
ssmItems[3]=["Attractions", "attraction.htm",target="new window"]
ssmItems[4]=["Photo Gallery", "gallery.htm",target="new window" ]
ssmItems[5]=["Directions & G.P.S.", "direction.htm",target="new window"]
ssmItems[6]=["Camp Map", "campmap.htm",target="new window"] 
ssmItems[7]=["Weather","http://theweathernetwork.com/weather/cities/can/pages/CAON0758.htm",target="new window"] 
ssmItems[8]=["Daily Activities", "dailyacts.htm",target="new window"] 
ssmItems[9]=["Check Availability", "inquiry-form.html",target="new window"] 
buildMenu();

//-->
