<!--

YOffset=120; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Menu", "M E N U")
addItem("Home page","http://bellsouthpwp.net/c/y/cycler/index.html" , "");
addItem("Photos & Options 1", "http://bellsouthpwp.net/c/y/cycler/page_2.html", "");
addItem("Photos & Options 2", "http://bellsouthpwp.net/c/y/cycler/page3.html", "");
addItem("Photos & Options 3", "http://bellsouthpwp.net/c/y/cycler/page4A.html", "");
addItem("Photos & Options 4", "http://bellsouthpwp.net/c/y/cycler/page4.html", "");
addItem("Photos & Options 5", "http://bellsouthpwp.net/c/y/cycler/page5.html", "");
addHdr("Specs");
addItem("Specs & P O L L", "http://bellsouthpwp.net/c/y/cycler/page6.html", "");
addItem("Mounting", "http://bellsouthpwp.net/c/y/cycler/Mounting.html", "");
addItem("Economical Finish", "http://bellsouthpwp.net/c/y/cycler/Laquered.html", "");
addItem("Economical Finish 2", "http://bellsouthpwp.net/c/y/cycler/Laquered2.html", "");
addHdr("Coming Soon - Pt. 2");
addItem()



endMenu()

//-->
