
/*
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=125            // The time delay before menus open on mouse over
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=1             // Sub menu left offset
buildAfterLoad=true;
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps 



with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#B81C8C";
offbgcolor="#B81C8C";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#B81C8C";
separatorsize="0";
separatorpadding=10;
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
margin=0;
padding=4;
fontsize="72%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#B81C8C";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=77);Shadow(color='#FFFFFF', Direction=135, Strength=0)";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("About Pilates")){
style=menuStyle;
overflow="scroll";
aI("text=What is Pilates?;url=/what_is_pilates.htm;status=What is Pilates?;");
aI("text=Priciples of Pilates;url=/principles_of_pilates.htm;status=Priciples of Pilates;");
aI("text=Ultimate Pilates Instructors;url=/about_ultimate_pilates.htm;status=About Ultimate Pilates;");
aI("text=About Joseph Pilates;url=/about_joseph_pilates.htm;status=About Joseph Pilates;");
aI("text=FAQ's;url=/faqs.htm;status=Frequently asked Questions;");
}

with(milonic=new menuname("Classes")){
style=menuStyle;
aI("text=About our Classes;url=/about_our_classes.htm;status=About our Classes;");
aI("text=Class Costs;url=/class_costs.htm;status=Class Costs;");
aI("text=Beginner Classes Timetable;url=/timetable.htm;status=Timetable of Beginner Classes;");
aI("text=Intermediate and Advanced Classes Timetable;url=/timetable_int_adv.htm;status=Timetable of Intermediate and Advanced Classes;");
aI("text=Course Year Planner;url=/year_planner.htm;status=Course Year Planner;");
aI("text=Introductory Workshop;url=/workshop_classes.htm;status=Workshop Classes;");
}

with(milonic=new menuname("Golf and Pilates")){
style=menuStyle;
aI("text=Golf and Pilates Workshop;url=/golfandpilates.htm;status=Golf and Pilates;");
aI("text=Book a place on our Golf and Pilates Workshop;url=https://ssl500.securepod.com/ultimate-pilates/gp_secure.asp;target=_blank;status=Book a place on our Golf and Pilates Workshop;");
}

with(milonic=new menuname("Customer Service")){
style=menuStyle;
aI("text=Terms & Conditions;url=/terms.htm;status=Terms & Conditions;");
aI("text=Report Site Problems;url=/site_problems.htm;status=Report a Site Problem;");
}

with(milonic=new menuname("Online Booking and Payment")){
style=menuStyle;
aI("text=Book a Course Online;url=/book_online.htm;status=Book a Course Online;");
aI("text=Book a Beginners Workshop Online;showmenu=Online Booking and Payment v2;");
aI("text=Existing Client - Pay for my class;url=/paymyclass.htm;status=Pay For My Class Online;");
//aI("text=Book a place on our Golf and Pilates Workshop;url=https://ssl500.securepod.com/ultimate-pilates/gp_secure.asp;target=_blank;status=Book a place on our Golf and Pilates Workshop;");//
}

with(milonic=new menuname("Online Booking and Payment v2")){
style=menuStyle;
aI("text=Book Beginners Workshop ***   10th Mar 2012 *** Online;url=https://ssl.mywebsiteishere.co.uk/ultimate-pilates/ws71_secure_new.asp;target=_blank;status=Book a Beginners Workshop Online;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Our recommendations;url=/links.htm;status=Our recommendations;");
}


drawMenus();


