fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(submenuStyle=new mm_style()){
bgimage="images/menu_bg.jpg";
overbgimage="images/menu_bg_over.jpg";
borderwidth=1;
bordercolor="#cccccc";
borderstyle="solid";
fontfamily="Trebuchet MS, Arial, Helvetica, sans-serif";
fontsize="small";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#760766";
headercolor="#760766";
offbgcolor="#ffffff";
offcolor="#000000";
oncolor="#CC0202";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);Shadow(color=#999999, Direction=145, Strength=2)";
padding=5;
separatorimage="images/separator_submenu.gif";
separatorheight="1";
align="left";
}

with(menuStyle=new mm_style()){
bgimage="images/menu_bg.jpg";
overbgimage="images/menu_bg_over.jpg";
borderwidth=0;
fontfamily="Trebuchet MS, Arial, Helvetica, sans-serif";
menualign="left";
fontsize="small";
fontstyle="normal";
fontweight="bold";
offcolor="#000000";
oncolor="#CC0202";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);";
padding=4;
separatorimage="images/nav_separator.gif";
separatorwidth="2";
separatorheight="35";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
//menuwidth="100%";
menualign="left";
align="center";
menuheight=30;
style=menuStyle;
aI("itemwidth=150;text=Home;url=home.asp;");
aI("itemwidth=150;text=Testimonials;url=testimonials.asp");
aI("itemwidth=150;showmenu=Services;text=Services;");
aI("itemwidth=150;showmenu=Information;text=Information;");
aI("itemwidth=150;text=Contact;url=contact.asp;");
}

with(milonic=new menuname("Services")){
style=submenuStyle;
menuwidth="200";
aI("text=Help, Advice and Support;url=support.asp;")
aI("text=Treatments;url=treatment.asp;")
aI("text=Therapies;url=therapy.asp;")
}

with(milonic=new menuname("Information")){
style=submenuStyle;
menuwidth="200";
aI("text=The Beginning;url=beginning.asp;")
aI("text=Have You Got an Addiction?;url=db/docs/problem.pdf;target=_blank;")
aI("text=Frequently Asked Questions;url=faq.asp;")
aI("text=Links;url=links.asp;")
}

drawMenus();

