<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html
YOffset=80; // 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=130; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Comic Sans MS";
hdrFontSize="5";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="#fffff0";
linkOverBGColor="#FFFF00";
linkTarget="_top";
linkAlign="left";
barBGColor="#FFOOOO";
barFontFamily="arial, sans serif";
barFontSize="4";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!
startMenu("Menu", "M E N U")
addItem("Home page", "http://www.hotlinenews.com/home.htm", "");
addItem("Sample Pages", "http://www.hotlinenews.com/samples.htm", "");
addItem("Events", "http://www.hotlinenews.com/events.htm", "");
addItem("For Sale Cars", "http://www.hotlinenews.com/ad.htm","");
addItem("Puzzles", "http://www.hotlinenews.com/puzzles.htm", "");
addItem("Advertisers", "http://www.hotlinenews.com/dispads.htm" , "");
addItem("Order Form", "http://www.hotlinenews.com/forms.htm", "");
addItem("Fun Links", "http://www.hotlinenews.com/links.htm", "");
addHdr("Feature Cars");
addItem("Cars Color","http://www.hotlinenews.com/cars.htm",""),
addItem("Model A  Sedan","http://www.hotlinenews.com/cars1.htm", "");
addItem("50 Olds Conv.", "http://www.hotlinenews.com/cars2.htm", "");
addItem("57 Ranchero", "http://www.hotlinenews.com/cars3.htm", "");
addItem("41 Lincoln", "http://www.hotlinenews.com/cars4.htm", "");
endMenu()
//-->