<!--
/*
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=190; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="Blue";
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=30; // no quotes!!

startMenu("NWO DVDs", "NWODVD  M e n u");
addItem("Order Collection", "OrderDVDs.html", "");
addItem("About The Speakers", "Speakers.html", "");
addItem("Links", "Links.html", "");
addHdr("Video Library");
addItem("How to Play Videos", "PlayingVideo.html", "");
addItem("Interview Clips", "Videos.html", "");
addItem("Bo Gritz", "VideoBoGritz.html", "");
addItem("Jack McLamb", "VideoJackMcLamb.html", "");
addItem("David Thibodeau", "VideoDavidThibodeau.html", "");
addItem("Giles Pace", "VideoGilesPace.html", "");
addItem("Jay Printz", "VideoJayPrintz.html", "");
addItem("Jordan Maxwell", "VideoJordanMaxwell.html", "");
addItem("Larry Pratt", "VideoLarryPratt.html", "");
addItem("Ned Barnett", "VideoNedBarnett.html", "");
addItem("Richard Mack", "VideoRichardMack.html", "");
addItem("Rick Dalton", "VideoRickDalton.html", "");
addItem("Ron Current", "VideoRonCurrent.html", "");
addItem("Stew Webb", "VideoStewWebb.html", "");
addHdr("Audio");
addItem("Photos & Audio", "PhotoAudio.html", "");
addHdr("Contact Info.");
addItem("How to Order", "OrderDVDs.html", "");
addItem("Home Page", "index.html", "");;
endMenu()

//-->





