<!--
/*
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. Kightlinger\'s Motors', 'page/kightlinger.htm', '');
addItem('2. W.I.C. Clinic', 'page/plaza.htm', '');
addItem('3. Job Training', 'page/plaza.htm', '');
addItem('4. Hair to Please', 'page/plaza.htm', '');
addItem('5. Charles Cole Partial Hostitalization Program', 'page/plaza.htm', '');
addItem('6. TBA', 'page/perfume.htm', '');
addItem('7. Carwash', 'page/carwash.htm', '');
addItem('8. Coudersport Beverage', 'page/coudybev.htm', '');
addItem('9. K.O.S. Office Supplies', 'page/kosnew.htm', '');
addHdr('Even');
addItem("10. West Gate Inn", "page/westgate.htm", "");
addItem('11. Potter County Board of Assistance', 'page/job.htm', '');
addItem('12. West Gate Inn', 'page/westgate2.htm', '');


addHdr('New Direction');

addItem('East on Route 6', 'http://www.coudersportpa.com/coudy/wroute62.htm', '');
addItem('West on Route 6', 'http://www.coudersportpa.com/coudy/wroute635.htm', '');
addItem('North on Damascus Road', 'http://www.coudersportpa.com/coudy/damascusroad.htm', '');
addItem('Go to Main Menu', 'http://www.coudersportpa.com/coudy/mainmenu.htm', '');

endMenu()




//-->