<!--
/*
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. Adelphia Offices", "http://www.coudersportpa.com/coudy/page/adelphia12.htm", "");
addItem("2. Coudersport Ambulance ", "http://www.coudersportpa.com/coudy/page/ambulance.htm ", "");
addItem("3. Leader Publishing ", "http://www.coudersportpa.com/coudy/page/leader.htm ", "");
addItem("4.  ", "http://www.coudersportpa.com/coudy/page/Mountain.htm ", "");
addItem(" ", " ", "");
addHdr('Even');
addItem("5. Jubilee Market", "http://www.coudersportpa.com/coudy/page/jubilee.htm", "");
addItem("6. Crittenden Hotel", "http://www.coudersportpa.com/coudy/page/critt.htm ", "");
addItem(" ", " ", "");
addItem("", " ", "");

addHdr('New Direction');
addItem('North on Main Street', 'http://www.coudersportpa.com/coudy/main2_3.htm', '');
addItem('South on Main Street', 'http://www.coudersportpa.com/coudy/main1_2.htm', '');
addItem('East on 2nd Street', 'http://www.coudersportpa.com/coudy/e2nd.htm', '');
addItem('West on 2nd Street', 'http://www.coudersportpa.com/coudy/w2nd2.htm', '');
addItem('North on West Street', 'http://www.coudersportpa.com/coudy/nwest.htm', '');
addItem('Go to Main Menu', 'http://www.coudersportpa.com/coudy/mainmenu.htm', '');

endMenu()




//-->