


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#B6D2ED";
offbgcolor="";
offcolor="#ffffff";
bordercolor="#684190";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="80";
padding=1;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Trebuchet MS,helvetica,Verdana, Tahoma, Arial";
pagecolor="FFA94C";
pagebgcolor="";
headercolor="#684190";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="Fade(duration=0.3)";
}


with(subStyle=new mm_style()){
onbgcolor="#8E59C5";
oncolor="#626BA2";
offbgcolor="#684190";
offcolor="#ffffff";
bordercolor="#8B8B8B";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="5";
padding=5;
fontsize="12";
fontstyle="normal";
fontfamily="Trebuchet MS,helvetica,Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="#684190";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="Fade(duration=0.3)";
}








with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=124;
left="offset=1";
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
aI("text=home;url=index.php;");
aI("text=company;url=company.php;");
aI("text=services;url=services.php;");
aI("text=pricing;url=pricing.php;");
aI("text=free trial;url=free_trial.php;");
aI("text=contact;url=contact.php;");

}


with(milonic=new menuname("home")){
style=subStyle;
aI("text=about us;url=http://www.test.htm;");

}

with(milonic=new menuname("company")){
style=subStyle;
aI("text=about us;url=http://www.test.htm;");


}

with(milonic=new menuname("services")){
style=subStyle;
aI("text=about us;url=http://www.services.php;");
aI("text=about us;url=http://www.features.php;");
aI("text=about us;url=http://www.examples.php;");
}

with(milonic=new menuname("pricing")){
style=menuStyle;
aI("text=about us;url=http://www.test.htm;");
}

with(milonic=new menuname("free trial")){
style=menuStyle;
aI("text=about us;url=http://www.test.htm;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=about us;url=http://www.test.htm;");
}


drawMenus();

