
/*
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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FF6600";
oncolor="#ffffff";
offbgcolor="#638caa";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=98)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=139;
left=30;
menuwidth="118"
alwaysvisible=1;
followscroll="1";
orientation="vertical";
aI("text=Home Page;url=http://www.alexander-technique.com/;");
aI("text=Natural Poise;url=http://www.alexander-technique.com/natural_poise.asp;");
aI("text=How it Works;url=http://www.alexander-technique.com/howitworks.asp;");
aI("text=The Sessions;url=http://www.alexander-technique.com/thesessions.asp;");
aI("text=Courses;url=http://www.alexander-technique.com/courses.asp;");
aI("text=History;url=http://www.alexander-technique.com/history.asp;");
aI("text=Testimonials;url=http://www.alexander-technique.com/testimonials.asp;");
aI("text=Editorial;showmenu=Editorial;");
aI("text=Books;url=http://www.alexander-technique.com/books.asp;");
aI("text=Worldwide;showmenu=Worldwide;");
aI("text=Noël Kingsley;url=http://www.alexander-technique.com/aboutnoel.asp;");
aI("text=Blog;url=http://www.noelkingsley.com/blog/;");
aI("text=Scientific Trial Results;url=http://www.alexander-technique.com/Scientific-Trial-Results.asp;");
aI("text=Contact Noël;url=http://www.alexander-technique.com/contact.asp;");
}

with(milonic=new menuname("Editorial")){
style=menuStyle;
fontsize="8px";
aI("text=Evening Standard;url=http://www.alexander-technique.com/editorial/eveningstandard.asp;");
aI("text=The London Magazine;url=http://www.alexander-technique.com/editorial/londonmag.asp;");
aI("text=The Times;url=http://www.alexander-technique.com/editorial/thetimes.asp;");
aI("text=Financial Times;url=http://www.alexander-technique.com/editorial/ft.asp;");
aI("text=Pure Modern Lifestyle;url=http://www.alexander-technique.com/editorial/puremodern.asp;");
aI("text=Sunday Business;url=http://www.alexander-technique.com/editorial/sundaybusiness.asp;");
aI("text=Eve;url=http://www.alexander-technique.com/editorial/eve.asp;");
aI("text=OK! Magazine;url=http://www.alexander-technique.com/editorial/ok.asp;");
aI("text=Woman's Health;url=http://www.alexander-technique.com/editorial/womanshealth.asp;");
aI("text=She;url=http://www.alexander-technique.com/editorial/she.asp;");
aI("text=The Observer;url=http://www.alexander-technique.com/editorial/observer.asp;");
aI("text=Daily Express;url=http://www.alexander-technique.com/editorial/dailyexpress.asp;");
aI("text=Stella;url=http://www.alexander-technique.com/editorial/stella.asp;");
aI("text=9-5 Magazine;url=http://www.alexander-technique.com/editorial/9-5.asp;");
aI("text=British Medical Journal;url=http://www.bmj.com/cgi/content/full/337/aug19_2/a884;target=_blank;");
}



with(milonic=new menuname("Worldwide")){
style=menuStyle;
fontsize="8px";
aI("text=Alexander Societies;url=http://www.alexander-technique.com/alexander_societies.asp;");
aI("text=Other Links;url=http://www.alexander-technique.com/links.asp;");
}


drawMenus();

