/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Tahoma,Verdana, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
//top=155;
//left=200;
alwaysvisible=1;
orientation="horizontal";
position="relative";
// aI("status=xxxxxxxx;text=xxxxxxxx;url=xxxxx.htm;");
aI("status=Craig's Waterski Page;text=Home;url=indexWS.shtml;"); // Home link
aI("status=Slalom Skiing;text=Slalom!;showmenu=Slalom;"); // formerly Engines
aI("status=Slalom Skis;text=Slalom Skis;url=skisWS.shtml;"); // formerly Partners
aI("status=Boats;text=Boats;showmenu=Boats;");  // formerly Milonic
aI("status=Links to Other Great Sites;text=Other Great Links;showmenu=Links;"); // Links
aI("status=Link to my Club Med Cancun review;text=Club Med Cancun Review;url=../CMcancun06/index.html;target='_blank';"); // my CM Cancun review site
}

with(milonic=new menuname("Slalom")){
style=menuStyle;
overflow="scroll";
aI("status=Article on Rhythm;text=Slalom Rhythm;url=slalomWS.shtml;");
aI("status=Link to Waterski Magazine Online - Places to Slalom;text=Places to Slalom (Link);url=http://www.waterskimag.com/article.jsp?ID=42639;target='_blank';");
aI("status=Link to Waterski Magazine Online - Article Archive;text=Waterski Magazine Slalom Articles (Link);url=http://www.waterskimag.com/article_search.jsp?keyword=slalom+skiing;target='_blank';");
}

with(milonic=new menuname("Boats")){
style=menuStyle;
aI("text=Choices, Choices!;showmenu=Fav Boats;");
aI("text=Other Cool Watercraft;url=watercraftWS.shtml;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Waterski Magazine Online;url=http://www.waterskimag.com/index.jsp;target='_blank';");
aI("text=Water Ski Photography;url=http://www.skishots.com/;target='_blank';");
aI("text=Manufacturers;showmenu=Manufacturers;");
aI("text=Schools and Instructional;showmenu=Schools;");
aI("text=Buy Gear from Online Retailers;showmenu=Buy Gear;");
}

with(milonic=new menuname("Buy Gear")){  // anti spam used for model
style=menuStyle;
aI("text=Overton's;url=http://www.overtons.com/?from=performics;target='_blank';");
aI("text=Wiley's;url=http://www.wileyski.com/;target='_blank';");
aI("text=Adreneline;url=http://www.waterskideals.com/;target='_blank';");
}

with(milonic=new menuname("Schools")){  // anti spam used for model
style=menuStyle;
aI("text=Swiss Ski School;url=http://www.swissskischool.com/;target='_blank';");
aI("text=Ski Paradise;url=http://www.skiparadise.com/;target='_blank';");
aI("text=Coble Ski School;url=http://www.cobleskischool.com/;target='_blank';");
aI("text=Ron Scarpa Watersports;url=http://www.ronscarpa.com/rs/servlet/BackDoor;target='_blank';");
aI("text=Sammy Duval's;url=http://www.sammyduvall.com/highspeed.html;target='_blank';");
}

with(milonic=new menuname("Manufacturers")){  // anti spam used for model
style=menuStyle;
aI("text=MasterCraft;url=http://www.mastercraft.com/index.php?znfAction=Front;target='_blank';");
aI("text=Perfect Pass;url=http://www.perfectpass.com/;target='_blank';");
aI("text=Connelly Skis;url=http://www.connellyskis.com/;target='_blank';");
aI("text=O'Neill Wetsuits;url=http://www.oneill.com/;target='_blank';");
aI("text=Masterline USA;url=http://www.masterlineusa.com/;target='_blank';");
}

with(milonic=new menuname("Fav Boats")){  // anti spam used for model
style=menuStyle;
aI("text=The Ultimate Corvette on Water!;url=boatsWS.shtml;");
aI("text=Also-Ran Boats;url=otherboatsWS.shtml;");
aI("text=Best Power Choice!;url=powerWS.shtml;");
}

//drawMenus();