<!--
/*
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=120; // no quotes!!
staticYOffset=65; // 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="#738CE7";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#AAEAE5";
linkOverBGColor="#4BBDD1";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000080";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("General Information", "M E N U")
addItem("Home", "http://www.libertyprofessionalservices.com", "");
addItem("About Us", "http://www.libertyprofessionalservices.com/aboutus/aboutus.htm", "");
addItem("Contact LPS", "http://www.libertyprofessionalservices.com/contact/contact.htm", "");
addItem("Location", "http://www.libertyprofessionalservices.com/locatn/locatn.htm", "");
addItem("Mailing List", "http://www.libertyprofessionalservices.com/subscribe/subscribe.htm", "");
addItem("Resources", "http://www.libertyprofessionalservices.com/links/links.htm", "");
addItem("Site Map", "http://www.libertyprofessionalservices.com/sitemap/sitemap.htm", "");
addHdr("Tax & Accounting Services");
addItem("Tax Preparation Services", "http://www.libertyprofessionalservices.com/tax/tax.htm", "");
addItem("QuickBooks Consulting", "http://www.libertyprofessionalservices.com/qbcon/qbcon.htm", "");
addItem("New Business Start-Up Services", "http://www.libertyprofessionalservices.com/newbus/newbus.htm", "");
addItem("Small Business Consulting", "http://www.libertyprofessionalservices.com/sbcon/sbcon.htm", "");
addItem("Newsletter Archives", "http://www.libertyprofessionalservices.com/newsarc/newsarc.htm", "");
addItem("Tax and Accounting Rates", "http://www.libertyprofessionalservices.com/rates/crlrates.htm", "");
addHdr("Web Site Design Services");
addItem("Web Site Design Services", "http://www.libertyprofessionalservices.com/webdes/webdes.htm", "");
addItem("Graphic Design Services", "http://www.libertyprofessionalservices.com/graphic/graphic.htm", "");
addItem("Site Maintenance", "http://www.libertyprofessionalservices.com/main/main.htm", "");
addItem("Search Engine Submission", "http://www.libertyprofessionalservices.com/search/search.htm", "");
addItem("Newsletter Archives", "http://www.libertyprofessionalservices.com/newsarc/newsarc.htm", "");
addItem("Web Site Design Rates", "http://www.libertyprofessionalservices.com/rates/tglrates.htm", "");
endMenu()

//-->