
<!--
/*
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
connectionSpeed=0;
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=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="5";
hdrFontColor="#FFFFFF";
hdrBGColor="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Arial";
linkFontSize="5";
linkBGColor="#FFFF80";
linkOverBGColor="#80FF80";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="5";
barFontColor="#ffffff";
barVAlign="center";
barWidth=18; // no quotes!!

startMenu("Visit Our Main Pages", "M E N U")
addItem("Home page", "index.html", "");
addItem("About us", "lamabout.html", "");
addItem("Testimonies", "lamtestimonies.html", "");
addItem("Calendar", "lamevents.html", "");
addItem("Photos", "choosesize.html", "");
addHdr("Fun Stuff");
addItem("LAM Inked", "laminked.html", "");
addItem("Links", "lamlinks.html", "");
addItem("Cool Images", "lamimages.html", "");
endMenu()

//-->

