_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // 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


//MAIN MENU
with(menuStyle=new mm_style()){
onbgcolor="#0066CC";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/pics/icTriangle.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(SubMenuStyle=new mm_style()){
onbgcolor="#0066cc";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Admin")){
style=SubMenuStyle;
overflow="scroll";
//itemwidth="123";
aI("text=Organisations;url=/Admin/organisations.php");
aI("text=Domains;url=/Admin/domains.php");
aI("text=Users;url=/Admin/users.php");
aI("text=Suppliers;url=/Admin/suppliers.php");
aI("text=Call Types;url=/Admin/CallType.php");
aI("text=Locations;url=/Admin/locations.php");
aI("text=Call Mediums;url=/Admin/CallMedium.php");
aI("text=Call Methods;url=/Admin/CallMethod.php");
}

with(milonic=new menuname("Calls")){
style=SubMenuStyle;
overflow="scroll";
//itemwidth="123";
aI("text=View calls;url=/Calls/ViewCalls.php");
aI("text=Add call;url=/Calls/AddCall.php");
}

with(milonic=new menuname("MyAccount")){
style=SubMenuStyle;
overflow="scroll";
//itemwidth="123";
aI("text=Organisations;url=/MyAccount/organisation.php");
aI("text=Reports;url=/MyAccount/report.php");
aI("text=Mail alerts;url=/MyAccount/MailAlert.php");
aI("text=Change password;url=/MyAccount/password.php");
}

drawMenus();
