<!--
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=240; // 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=170; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#44B5F9";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="C4C2C2";
linkOverBGColor="#A9DBFA";
linkTarget="_top";
linkAlign="left";
barBGColor="#44B5F9";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Precision Marine", "SLIDE MENU")
addItem('Home Page', 'http://www.precisionmarine.biz/index.html', '');
addItem('Boat Rentals', 'http://www.precisionmarine.biz/rental.html', '');
addItem('Directions to Canyon Lake', 'http://www.precisionmarine.biz/directions-can.html', '');
addItem('Directions to Saguaro Lake','http://www.precisionmarine.biz/directions-sag.html', '');
addItem('Frequently Asked Questions', 'http://www.precisionmarine.biz/faq.html', '');
addItem('Cool Links', 'http://www.precisionmarine.biz/links.html', '');
addItem('Marine Service', 'http://www.precisionmarine.biz/service.html', '');
addHdr('Fun Stuff');
addItem('Photo Gallery', 'http://www.precisionmarine.biz/gallery.html', '');
addHdr('Contact Us');
addItem('E-mail Us', 'http://www.precisionmarine.biz/contact.html', '');
endMenu()

//-->


//-->