<!--

 <!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=13; // no quotes!!
staticYOffset=0; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#460B47";
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Serifa BT";
hdrFontSize="3";
hdrFontColor="#FFFFFF";
hdrBGColor="#5C115D";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="50";
linkFontFamily="Serifa BT";
linkFontSize="3";
linkBGColor="#BEAABE";
linkOverBGColor="#FFFFff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#BD0000";
barFontFamily="Serifa BT";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!

startMenu(" VintageVamps Menu", "   Navigation    ")
addItem(" Information", "info.html", "_top");
addItem(" VintageVamps", "vamps.html", "_top");
addItem(" Rates", "rates.html", "_top");
addItem(" Contact", "contact.html", "_top");
addItem(" Gifts", "gifts.html", "_top");
addItem(" Register with us", "jobs.html", "_top");
addItem(" Feedback", "feedback.html", "_top");


addHdr(" Other escort sites");
addItem(" Links", "links.html", "_top");
addItem(" Web Design", "http://www.finelinex.com", "_blank");
addItem(" Photography", "photography.html", "_top");










endMenu()

//-->

//-->
