_menuCloseDelay=50           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=5                // Follow scrolling Rate
_subOffsetTop=2              // Sub menu top offset
_subOffsetLeft=-35            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x






//------------ Start of Main Menu Definition ----------------------

with(MainMenuStyle=new mm_style()){
alwaysvisible=1;
low3dcolor=000099;
fontstyle="normal";
fontweight="normal";
itemheight=12;


//Below is for css menu
//onbgcolor= "#ffffee"; //"#4F8EB6";  MJE Navy Blue
//oncolor="#333399";
//offbgcolor="#333399"; //"#FFFFEE"; //"#DCE9F0";
//offcolor="#ffffff";//"#515151"; This is the color of the text on the menu bar
onbgcolor= "#ffffee"; //"#4F8EB6";  MJE Navy Blue
oncolor="#333399";
offbgcolor="none"; //"#FFFFEE"; //"#DCE9F0";
offcolor="#ffffff";//"#515151"; This is the color of the text on the menu bar
bordercolor="#333399";//"#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor= "#FFFFFF";//"#2D729D";
separatorsize="1";
padding=3;
fontsize="1";
fontstyle="bold";
fontfamily="Verdana,Arial";
pagecolor="black";
pagebgcolor="#FFFFEE"; //"#82B6D7";
headercolor="#000000";
headerbgcolor= "#FF0000";         //"#ffffff";
subimage="http://www.platinumpowerseller.com/images/css_menu_arrow.gif";
subimagepadding="2";
//overfilter="fade(duration=0.2 ,stretchStyle='HIDE', BANDS=1, DIRECTION='DOWN');Alpha(opacity=92);Shadow(color='#777777', Direction=135, Strength=5 )";
//overfilter="fade(duration=0.2 ,stretchStyle='HIDE', BANDS=1, DIRECTION='DOWN');Alpha(opacity=92);Shadow(color='#31319C', Direction=135, Strength=0 )";
overfilter="fade(duration=0.12 ,stretchStyle='HIDE', BANDS=1, DIRECTION='DOWN');Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.0625)";
}


//--Define Sub Menus --
with(MainSubMenuStyle=new mm_style()){
onbgcolor= "#0022aa"; //"#4F8EB6";  MJE Navy Blue
oncolor="#ffffee"; //TEST
offbgcolor="#FFFFFF"; 
offcolor="#000000";//"#515151";
bordercolor="#31319C";//"#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor= "#000000";//"#2D729D";
separatorsize="1";
padding=4;
fontsize="1";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFEE"; //"#82B6D7";
headercolor="#000000";
headerbgcolor= "#FF0000";         //"#ffffff";
subimage="http://www.platinumpowerseller.com/arrow_submenu.gif";
subimagepadding="2";
//overfilter="pixelate(duration=0.35 ,stretchStyle='HIDE', BANDS=1, DIRECTION='DOWN');Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5 )";
overfilter="pixelate(duration=0.0625 ,stretchStyle='HIDE', BANDS=1, DIRECTION='DOWN');Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.0625)";
}



//"#f7ff08" = Yellow
// "#ffffee" = Light creme color
// 31319C = the BLUE in the menu background
// FFFFFF  = PURE WHITE
// FFFFEE = The Yellow I commonly use

with(milonic=new menuname("MainMenu")){
style=MainMenuStyle;
//screenposition="top;left";
screenposition="top;left";
left="offset=-40"; //was 265
top="offset=140";//was 140
center="offset=140";//was 140
alwaysvisible=1;


menualign="center";
menuwidth="795"; //was795


orientation="horizontal";
//overfilter="fade(duration=0.2 ,stretchStyle='HIDE', BANDS=1, DIRECTION='DOWN');Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5 )";

aI("text=Home;url=http://www.platinumpowerseller.com/;status=Back To Home Page;");
aI("text=Newsletter;showmenu=newsletter;");
aI("text=Testimonials;showmenu=testimonials;");
aI("text=Resources;showmenu=resources;");
aI("text=Products;showmenu=products;");
aI("text=Wholesale Search;url=http://www.platinumpowerseller.com/css_wholesalesearch.php;");
//aI("text=Affiliates;url=http://www.platinumpowerseller.com/css_affiliate.php;");
aI("text=Affiliates;showmenu=affiliate;");
aI("text=Sitemap;url=http://www.platinumpowerseller.com/css_sitemap.php;");
aI("text=Contact;showmenu=contact_submenu;");
}

with(milonic=new menuname("testimonials")){
style=MainSubMenuStyle;
overflow="scroll";
overfilter="fade(duration=0.12 ,stretchStyle='HIDE', BANDS=1, DIRECTION='DOWN');Alpha(opacity=100)";
aI("text=View Some Testimonials;url=http://www.platinumpowerseller.com/css_testimonials.php;");
aI("text=See Alexa Rank & Testimonials;url=http://www.alexa.com/data/details/?url=www.platinumpowerseller.com;");
}


with(milonic=new menuname("newsletter")){
style=MainSubMenuStyle;
overflow="scroll";
//overfilter="fade(duration=0.2 ,stretchStyle='HIDE', BANDS=1, DIRECTION='DOWN');Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5 )";
overfilter="fade(duration=0.12 ,stretchStyle='HIDE', BANDS=1, DIRECTION='DOWN');Alpha(opacity=100)";
aI("text=Read BLOG;url=http://www.platinumpowerseller.com/eBaySellingSuccessSecretsVideoBlogNewsletter;");
aI("text=Sign&nbsp;Up&nbsp;For&nbsp;<b>FREE</b>&nbsp;Newsletter;url=http://www.platinumpowerseller.com/css_newsletter.php;");
aI("text=Read&nbsp;Current&nbsp;Issue;url=http://www.platinumpowerseller.com/css_currentissue.php;");
aI("text=Archive&nbsp;Issues&nbsp;url=http://www.platinumpowerseller.com/archive;");
aI("text=Archive&nbsp;Issue&nbsp;<b>BONUSES</b>;url=http://www.platinumpowerseller.com/css_archive_bonus.php;");
}



with(milonic=new menuname("products")){
style=MainSubMenuStyle;
overflow="scroll";
aI("text=Product Grid <b>(See All Products)</b>;url=http://www.platinumpowerseller.com/css_products.php;");
aI("text=Software;showmenu=products_software;");
//aI("text=Tools;showmenu=products_tools;");
aI("text=Tutorials (eBay);showmenu=products_ebooks;");
aI("text=Tutorials (Internet Marketing);showmenu=products_ebooks_internetmktg;");
aI("text=Training / Consulting;url=http://www.platinumpowerseller.com/css_training.php;");
//aI("text=Seminars;url=http://www.platinumpowerseller.com/css_seminars.php;");
aI("text=Installation Assistance;url=http://www.platinumpowerseller.com/css_installation_assistance.php;");
aI("text=*<b>FREE</b> Stuff*;showmenu=products_freestuff;");
}

with(milonic=new menuname("products_software")){
style=MainSubMenuStyle;
overflow="scroll";
aI("text=<b>NEW!! Instant Video Streamer</b> Converts Video Files To Flash;url=http://www.platinumpowerseller.com/instantvideostreamer;");
aI("text=<b>NEW!! Instant Video Suite</b> Four Ways To Add Video To Your eBay Auctions & Website;url=http://www.platinumpowerseller.com/INSTANTVIDEOSUITE/site.html;");
aI("text=<b>NEW!! Impact PopUp</b> Easily Add Popups To Your Website;url=http://www.platinumpowerseller.com/css_sw_impactpopup.php;");
aI("text=<b>Web Audio Plus</b> Easily Add Audio To Your eBay Auctions And Website;url=http://www.platinumpowerseller.com/css_sw_webaudio.php;");
aI("text=<b>FEAST</b> Get <u>ALL</u> Our Products <b>(Save $2036!)</b>;url=http://www.platinumpowerseller.com/css_cd_feast.php;");
aI("text=<b>FAME</b> (Feedback Ad Maker for Ebay);url=http://www.platinumpowerseller.com/css_sw_admaker.php;");
aI("text=<b>JPEGMagic</b> (Digital Picture Super Compression Tool);url=http://www.platinumpowerseller.com/css_sw_jpegmagic.php;");
}


with(milonic=new menuname("products_ebooks")){
style=MainSubMenuStyle;
overflow="scroll";

aI("text=<b>NEW!!</b> <b>Ultimate eBay FAST-Start Success Formula</b> 6-Hour CD Training!;url=http://www.platinumpowerseller.com/ebay_fast_start_2CD.htm;");
aI("text=<b>From eBay Zero To Hero</b>(1) Hour CD audio designed for the eBay beginner;url=http://www.platinumpowerseller.com/adtrackz/st.php?s=ZeroToHero2;");
aI("text=<b>FEAST</b> Get <u>ALL</u> Our Products <b>(Save $217!)</b>;url=http://www.platinumpowerseller.com/css_cd_feast2006.php;");
aI("text=<b>SECRET</b> Wholesale Sources;url=http://www.platinumpowerseller.com/css_ebook_secretwholesalesources.php;");
aI("text=Getting Started: eBay Selling <b>SECRETS</b>;url=http://www.platinumpowerseller.com/css_ebook_getting_started_on_ebay.php;");
aI("text=<b>MASSIVE</b> Insurance Profits for eBay Sellers;url=http://www.platinumpowerseller.com/css_ebook_MassiveInsuranceProfits.php;");
aI("text=12 Killer Dropshipping <b>SECRETS</b> for eBay Sellers;url=http://www.platinumpowerseller.com/css_ebook_12KillerDropshippingSecrets.php;");
}


with(milonic=new menuname("products_ebooks_internetmktg")){
style=MainSubMenuStyle;
overflow="scroll";

aI("text=<b>NEW!! Affiliate Success Roadmap</b>;url=http://www.platinumpowerseller.com/AffiliateRoadmap/;");
aI("text=<b>NEW!! Article Cash </b>(Writing Content For Money);url=http://www.platinumpowerseller.com/ArticleCash/;");
aI("text=<b>NEW!! eZine Marketing Magic </b>(Create Your Own Cash Generating eZine);url=http://www.platinumpowerseller.com/eZineMarketingMagic/;");
aI("text=<b>NEW!! Newbie's Guide To Online Fortunes</b><br>(The Simple And Easy Guide To Starting Your Very Own Online Business ASAP);url=http://www.platinumpowerseller.com/NewbiesGuide/;");
aI("text=<b>NEW!! PPC Profits</b>(PPC Profit SECRETS);url=http://www.platinumpowerseller.com/PPC_Profits/;");
aI("text=<b>NEW!! Resell Rights Profits</b>;url=http://www.platinumpowerseller.com/ResellRights/;");
}





with(milonic=new menuname("products_freestuff")){
style=MainSubMenuStyle;
overflow="scroll";
aI("text=<b>FREE</b> Coffeecup ZIP Utility Tool;url=http://www.platinumpowerseller.com/free/CoffeeZip20.exe;");
aI("text=<b>FUN FREEBIE FRIDAY</b>;url=http://platinumpowerseller.com/css_funfreebiefriday.php;");
}

with(milonic=new menuname("contact_submenu")){
style=MainSubMenuStyle;
overflow="scroll";
aI("text=Contacts;url=http://www.platinumpowerseller.com/css_contact.php;");
aI("text=Press;url=http://www.platinumpowerseller.com/css_press.php;");
}


with(milonic=new menuname("affiliate")){
style=MainSubMenuStyle;
overflow="scroll";
aI("text=Become An Affiliate;url=http://www.platinumpowerseller.com/css_affiliate.php;");
aI("text=Affiliate Login;url=http://www.platinumpowerseller.com/ashop/affiliate/login.php;");
aI("text=Affiliate Quick Start Guide;url=http://www.platinumpowerseller.com/show_announcement.php?a=AffiliateInstructions.htm&t=Affiliate%20Quick%20Start%20Guide;");

}


with(milonic=new menuname("resources")){
style=MainSubMenuStyle;
overflow="scroll";
aI("text=Resources;url=http://www.platinumpowerseller.com/css_resources.php;");
aI("text=eBay <b>SELLER</b> Links;url=http://www.platinumpowerseller.com/lma/directory/eBay_Interest/eBay_Seller_Interest/eBay_Seller_Interest.htm;");
aI("text=eBay <b>BUYER</b> Links;url=http://www.platinumpowerseller.com/lma/directory/eBay_Interest/eBay_Buyer_Interest/eBay_Buyer_Interest.htm;");
aI("text=Submit Your Link;url=http://www.platinumpowerseller.com/lma/directory/add.htm;");

}


//--------Draw that bad boy --------------------------
drawMenus();

