<!--
/*
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/scripts/

YOffset=100; // 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=170; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#4594ed";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#fffff0";
linkTarget="_top";
linkAlign="Right";
barBGColor="#FF4400";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=10; // no quotes!!

startMenu("Main Menu", "M E N U")
addItem("Professional Web Services", "http://pwebs.net", "");
addItem("Internet Marketing", "http://pwebs.net/InternetMarketing.htm", "");
addItem("Marketing Agents", "http://pwebs.net/business_marketing_agents.htm", "");
addItem("Business Ethics", "http://pwebs.net/marketing/ethics/marketing_and_advertising_ethics.htm", "");
addItem("Internet Ethics", "http://pwebs.net/marketing/ethics/articles/internetethics.htm", "");
addItem("Marketing", "http://pwebs.net/market_increase_market_share_increase_sales.htm", "");
addItem("Web Marketing", "http://pwebs.net/web-marketing.html", "");
addItem("Internet Marketing Ind.", "http://pwebs.net/internet-marketing.htm", "");
addItem("Advertising Online", "http://advertising.pwebs.net", "");
addItem("Sales And Marketing", "http://salesandmarketing.ws", "");
addItem("Branding Matters", "http://pwebs.net/branding", "");
addItem("More Sales For You", "http://pwebs.net/More-Sales-For-You.htm", "");
addItem("Contact The Pros", "http://pwebs.net/b2b_b2c_sales_marketing_advertising_professional_web_services_strategies_solutions.htm", "");
addHdr("More Info");
addItem("Free Newsletter", "http://newsletterstories.com/Top/?p=subscribe&id=7", "");
addItem("Business Solution", "http://pwebs.net/marketing/b2b_b2c_sales_marketing_advertising_business_solution.htm", "");
addItem("B2B And B2C Branding", "http://pwebs.net/marketing/articles/how_do_b2b_and_b2c_use_branding.htm", "");
addItem("Creative Marketing", "http://creative-marketing.pwebs.net", "");
addItem("Creative Advertising", "http://advertising.pwebs.net/ads", "");
addItem("Above All - With Style!", "http://professionalwebservices.blogspot.com", "");
addItem("Life And Times 2", "http://lifeandtimes2.blogspot.com", "");
addItem("News Letter Stories", "http://newsletters.pwebs.net", "");
addItem("Fridays Go Daddy Girl", "http://fridays.ws/2006/02/fridays-go-daddy-girl.html", "");
addItem("Google Pages", "http://jim.warholic.googlepages.com", "");
addItem("B2B vs. B2C", "http://difference-between-b2b-b2c.blogspot.com", "");
addItem("Email Talk", "http://pwebs.net/email", "");
addItem("Pro Web Blog", "http://blog.pwebs.net", "");
addItem("What A Techno World", "http://computertechster.blogspot.com", "");
endMenu()

//-->