<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=20; // no quotes!!
staticYOffset=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="black";
menuIsStatic="yes";
menuWidth=160; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#804040";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="#804040";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Odd", " SLIDE OUT MENU ")
addItem('1. Sweden Valley Grange', 'page/svgrange.htm', '');
addItem('2. Gary\'s Putter Golf', 'page/garysputter1.htm', '');
addItem('3. Gary\'s Putter Golf', 'page/garysputter2.htm', '');
addItem('4. Jiffy Pup', 'page/jiffypup.htm', '');
addItem('', '', '');
addHdr('Even');
addItem("5. Sweden Valley Storage", "page/valleysto.htm", "");
addItem('6. Haskin\'s Country Fixins', 'page/haskins.htm', '');
addItem('', '', '');
addItem('', '', '');
addItem('', '', '');
addHdr('New Direction');

addItem('East on Route 6', 'http://www.coudersportpa.com/coudy/er64.htm', '');
addItem('West on East 2nd Street', 'http://www.coudersportpa.com/coudy/er63.htm', '');
addItem('South on Route 44', 'http://www.coudersportpa.com/coudy/sweden3.htm', '');
addItem('Go to Main Menu', 'http://www.coudersportpa.com/coudy/mainmenu.htm', '');

endMenu()




//-->