

/*

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=0               // Sub menu top offset

_subOffsetLeft=0            // Sub menu left offset







with(menuStyle=new mm_style()){

onbgcolor="#666666";

oncolor="#cccccc";

offbgcolor="#cccccc";

offcolor="#333333";

bordercolor="#ff00cc";

borderstyle="solid";

borderwidth=0;

separatorcolor="#333333";

separatorsize="1";

padding=5;

fontsize="9.5";

fontstyle="normal";

fontfamily="arial, Tahoma, Arial";



}


with(menu2=new mm_style()){

onbgcolor="#999999";

oncolor="#ffffff";

offbgcolor="#cccccc";

offcolor="#333333";

bordercolor="#666666";

borderstyle="solid";

borderwidth=1;

separatorcolor="#333333";

separatorsize="1";

padding=5;

fontsize="11";

fontstyle="normal";

fontfamily="arial, Tahoma, Arial";

itemwidth="110";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0.3)";

}


with(menu3=new mm_style()){

onbgcolor="#999999";

oncolor="#ffffff";

offbgcolor="#cccccc";

offcolor="#333333";

bordercolor="#666666";

borderstyle="solid";

borderwidth=1;

separatorcolor="#333333";

separatorsize="1";

padding=5;

fontsize="11";

fontstyle="normal";

fontfamily="arial, Tahoma, Arial";

itemwidth="210";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0.3)";

}


with(menu4=new mm_style()){

onbgcolor="#999999";

oncolor="#ffffff";

offbgcolor="#cccccc";

offcolor="#333333";

bordercolor="#666666";

borderstyle="solid";

borderwidth=1;

separatorcolor="#333333";

separatorsize="1";

padding=5;

fontsize="11";

fontstyle="normal";

fontfamily="arial, Tahoma, Arial";

itemwidth="94";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0.3)";

}


with(menu5=new mm_style()){

onbgcolor="#999999";

oncolor="#ffffff";

offbgcolor="#cccccc";

offcolor="#333333";

bordercolor="#666666";

borderstyle="solid";

borderwidth=1;

separatorcolor="#333333";

separatorsize="1";

padding=5;

fontsize="11";

fontstyle="normal";

fontfamily="arial, Tahoma, Arial";

itemwidth="94";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0.3)";

}



with(menu7=new mm_style()){

onbgcolor="#999999";

oncolor="#ffffff";

offbgcolor="#cccccc";

offcolor="#333333";

bordercolor="#666666";

borderstyle="solid";

borderwidth=1;

separatorcolor="#333333";

separatorsize="1";

padding=5;

fontsize="11";

fontstyle="normal";

fontfamily="arial, Tahoma, Arial";

itemwidth="130";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

outfilter="randomdissolve(duration=0.3)";

}


with(who=new menuname("About")){

style=menu2;

aI("text=Who Are SMART;url=index.php?middle=who");

aI("text=Sue's Clinic;url=index.php?middle=sue-cox");

aI("text=Advisory Board;url=index.php?middle=advisory");

aI("text=SMART Standards;url=index.php?middle=standards");

aI("text=Client List;url=client.php");

aI("text=Links;url=links.php");



}



with(milonic=new menuname("training")){

style=menu3;

aI("text=Training Course Dates;url=smart-course-dates.php");

aI("text=Criteria for Training;url=index.php?middle=criteria");

aI("text=Core Modules;url=index.php?middle=modules");

aI("text=Post Graduate Acupuncturists Training;url=index.php?middle=post-grad");

aI("text=Costs and Venues;url=index.php?middle=costs");




}

with(milonic=new menuname("members")){

style=menu4;

aI("text=Login;url=login.php");

aI("text=Members News;url=member.php");

aI("text=Downloads;url=download.php");

aI("text=counsellingbooks.com;url=index.php?middle=books");



}

with(milonic=new menuname("login")){

style=menu5;

aI("text=Login;url=login.php");



}


with(milonic=new menuname("feedback")){

style=menu7;

aI("text=Feed Back;url=index.php?middle=feedback");

aI("text=Messages of Support;url=messages.php");



}








drawMenus();



