<!--
/*
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=20; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="blue";
menuIsStatic="yes";
menuWidth=140; // 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="#D7EBFF";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="Left";

barBGColor="#FFFFFF";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#0000FF";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Site Navigation", "M E N U")
addItem("Home", "http://drdilip.com", "");
addItem("Map", "http://drdilip.com/sitemap.htm", "");
addItem("Links", "http://drdilip.com/map.htm", "");
addItem("Search", "http://drdilip.com/search.htm", "");
addItem("FAQ", "http://drdilip.com/faq.htm", "");
addHdr("Speakers Resources");
addItem("Free Articles", "http://drdilip.com/articles.htm", "");
addItem("Associate Cash", "http://drdilip.com/associate.htm", "");
addItem("Workshops", "http://drdilip.com/workshops.htm", "");
addItem("Books and Tapes", "http://toolscart.com/cgi-bin/ebooks/?;;drdilip", "");
addItem("Outstanding Helps", "http://drdilip.com/products.htm", "");
addItem("Speaker's Tips", "http://drdilip.com/weeklytip.htm", "");
addItem("Speech Coaching", "http://drdilip.com/coaching.htm", "");
addItem("Keynote Speeches", "http://drdilip.com/keynotes.htm", "");
addHdr("Dr Dilip Links");
addItem("Bio Info", "http://drdilip.com/background.htm", "");
addItem("Booking", "http://drdilip.com/book.htm", "");
addItem("Meeting Prep", "http://drdilip.com/questionaire.htm", "");
addItem("Feedback", "http://drdilip.com/comments.htm", "");
addItem("Contact Dr Dilip", "http://drdilip.com/contact.html", "");
endMenu()

//-->
