<!--
/*
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. Court House", "page/court1.htm", "");

addHdr('Even');
addItem("2. Under Construction", "page/corner.htm", "");
addItem("3. White Gallery", "page/whiteGall.htm ", "");
addItem("4. Mickey's Diner", "page/mickeys.htm ", "");
addItem("5. Household Discounts", "page/houseD.htm ", "");
addItem("6. D. Bruce Cahilly Att.", "page/houseD.htm ", "");
addItem("7. State Liquor Store", "page/state.htm", "");
addItem("8. Original Italian Pizza", "page/oip.htm ", "");
addItem("9. Probation Office", "page/att.htm ", "");
addItem("10. Stenhach and Stenhach", "page/lawCredit.htm ", "");
addItem("11. Credit Bureau", "page/lawCredit.htm", "");
addItem("12. Coudersport Insuring", "page/att2nd.htm ", "");
addItem("13. J.B. Sales", "page/att2nd.htm ", "");
addItem("14. Linda Ford Accountant", "page/att2nd.htm ", "");
addItem("15. Chet Auto Sales", "page/chetcar.htm.htm ", "");


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/e2nd2.htm', '');
addItem('West on 2nd Street', 'http://www.coudersportpa.com/coudy/w2nd.htm', '');
addItem('North on East Street', 'http://www.coudersportpa.com/coudy/east2.htm', '');
addItem('South on East Street', 'http://www.coudersportpa.com/coudy/east1.htm', '');
addItem('Go to Main Menu', 'http://www.coudersportpa.com/coudy/mainmenu.htm', '');

endMenu()




//-->