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



with(menuStyle=new mm_style()){
onbgcolor="#DCE9F0";
oncolor="#000000";
offbgcolor="#9CCD9C";
offcolor="#515151";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="normal";
fontweight="bold"
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="img/puce03.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#DCE9F0";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#515151";
bordercolor="#CCCCCC";
borderstyle="dotted";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="normal";
fontweight="bold"
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="img/puce03.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(ricyl=new menuname("fake")){
style=menuStyle;
aI("text=What is a Test Center?;url=testCenter.php;");
aI("text=Research and Development;url=randd.php;");
}

with(ricyl=new menuname("Lessons")){
style=menuStyle2;
aI("text=Complete Course;url=lessons.php;");
aI("text=Advanced Lessons;url=lessons.php#02;");
aI("text=Kite Flying Fun;url=lessons.php#03;");
aI("text=Widow Crash Course;url=lessons.php#04;");
aI("text=Kite For Kids;url=lessons.php#05;");
aI("text=Women Only Clinics;url=lessons.php#06;");
aI("text=Kite For Fun Introduction;url=lessons.php#07;");
}

with(ricyl=new menuname("Laurel")){
style=menuStyle2;
aI("text=Laurel's biography;url=laurel_eastman_biography.php;");
aI("text=Interview with Laurel;url=laurel_eastman_interview.php;");
aI("text=Laurel's Gallery;url=laurel-eastman-photos.php;");
aI("text=Laurel's Diary;url=laurel-eastman-diary.php;");
aI("text=Media Relations;url=mediarelation.php;");
}

with(ricyl=new menuname("Test")){
style=menuStyle2;
aI("text=What is a Test Center?;url=testCenter.php;");
aI("text=Research and Development;url=randd.php;");
}

with(ricyl=new menuname("Equipment")){
style=menuStyle2;
aI("text=Equipment for Lessons;url=equipmentLessons.php;");
aI("text=Equipment for Rent;showmenu=EquipmentRent;");
aI("text=Research & Development;showmenu=Test;");
}

with(ricyl=new menuname("EquipmentRent")){
style=menuStyle2;
itemwidth=100;
aI("text=Kites;url=equipmentforrent.php?type=kite;");
aI("text=Boards;url=equipmentforrent.php?type=boards;");
aI("text=Harnesses;url=equipmentforrent.php?type=harnesses;");
aI("text=Accessories;url=equipmentforrent.php?type=accessories;");
}

with(ricyl=new menuname("Team")){
style=menuStyle2;
aI("text=Laurel Eastman;url=viewTeam.php?cat=Boss;");
aI("text=Full time team;url=viewTeam.php?cat=Full time Team;");
aI("text=Instructors;url=viewTeam.php?cat=Active Instructor;");
aI("text=Archive of LEK instructors;url=viewTeam.php?cat=Archived Instructor;");
aI("text=Job Opportunities;url=recruitment.php;");
}

with(ricyl=new menuname("Cabarete")){
style=menuStyle2;
aI("text=A day in the life of Cabarete;url=tipicalday.php;");
aI("text=Where is Cabarete;url=whereiscabarete.php;");
aI("text=How to get here;url=whereiscabarete.php#01;");
aI("text=How to get around;url=whereiscabarete.php#02;");
aI("text=Caracol's kiteboarding center;url=caracolkiteboardingcenter.php;");
aI("text=Wind / Weather conditions;url=windweather.php;");
aI("text=Dining;url=dining_cabarete.php;");
aI("text=Nightlife;url=cabarete_nightlife.php;");
aI("text=Other Activities;showmenu=Activities;");
}

with(ricyl=new menuname("Activities")){
style=menuStyle2;
itemwidth=100;
aI("text=Surfing;url=activities.php;");
aI("text=Windsurfing;url=activities.php;");
aI("text=Wakeboarding;url=activities.php;");
aI("text=Canyoning;url=activities.php;");
aI("text=Yoga;url=activities.php;");
aI("text=Gym;url=activities.php;");
aI("text=Kayaking;url=activities.php;");
aI("text=Catamaran;url=activities.php;");
aI("text=Caves;url=activities.php;");
}

with(ricyl=new menuname("Caracol")){
style=menuStyle2;
itemwidth=100;
aI("text=Rooms;url=index.php;");
aI("text=Garden / Pool;url=index.php;");
aI("text=Packages;url=index.php;");
}

with(ricyl=new menuname("Booking")){
style=menuStyle2;
aI("text=Book your Equipment online;url=bookEquipment.php;");
aI("text=Book your Lessons;url=bookLessons.php;");
aI("text=Book your Hotel;url=bookHotel.php;");
}

drawMenus();

