

_menuCloseDelay=250           // The time delay for menus to remain visible on mouse out default 500
_menuOpenDelay=75            // The time delay before menus open on mouse over default 150
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // 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="#99A6AD";
oncolor="#ffffff";
offbgcolor="#809099";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
separatorcolor="#809099";
separatorsize="7";
padding="5";
fontsize="11pt";
fontstyle="normal";
fontfamily="Arial, Helvetica, san-serif";
pagecolor="#ffffff"; //current page 
pagebgcolor="#99A6AD";
headercolor="#666633";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0.1);Alpha(opacity=10);Shadow(color='#000000', Direction=135, Strength=1)";
//outfilter="randomdissolve(duration=0.5)";
}
with(milonic=new menuname("home")){
style=menuStyle;
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=About Us;url=http://www.conceptphysiotherapy.com/about_us.html;");
}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=Treatments;url=http://www.conceptphysiotherapy.com/treatment.html;");
aI("text=Fees;url=http://www.conceptphysiotherapy.com/fees.html;");
}

with(milonic=new menuname("faq")){
style=menuStyle;
}

with(milonic=new menuname("news")){
style=menuStyle;
}

with(milonic=new menuname("links")){
style=menuStyle;
}

with(milonic=new menuname("contact")){
style=menuStyle;

aI("text=Contact Us;url=http://www.conceptphysiotherapy.com/contact.html;");
}
drawMenus();


