

_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=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#F6DB06";
oncolor="#000000";
offbgcolor="#F6DB06";
offcolor="#515151";
bordercolor="#F6DB06";
borderstyle="none";
borderwidth=0;
separatorcolor="#F6DB06";
separatorsize="0";
padding=4;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#F6DB06";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/nav_arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=101;
left=0;
alwaysvisible=1;
overflow="scroll";
aI("text=Clickright Portal;url=clickright.html;showmenu=clickright;");
aI("text=Customer/Sales<br>Management;url=crm.html;showmenu=crm;");
aI("text=Document Management;url=docmanagement.html;");
aI("text=Call Center/Help Desk;url=http://www.buchanan.com/call_tracking_system.html;target=_blank;");
aI("text=Time & Billing;url=tabs.html;showmenu=tabs;");
aI("text=Learning Management;url=http://www.buchanan.com/apollo_index.html;target=_blank;");
aI("text=Network Management;url=http://www.buchanan.com/utopia_index.html;target=_blank;");
aI("text=Expense & Purchasing;url=bits.html;showmenu=bits;");
aI("text=Support & Training;url=support_training.html;");
aI("text=Consulting;url=consulting.html;");
aI("text=Free Trial;url=free_trial.html;");
}

with(milonic=new menuname("clickright")){
style=menuStyle;
overflow="scroll";
aI("text=Overview;url=clickright_overview.html;");

aI("text=Workstation Inventory Management;url=work_inventory.html;");

aI("text=Administration;url=administration.html;");
aI("text=Release Notes;url=release_notes.html;");
}

with(milonic=new menuname("crm")){
style=menuStyle;
aI("text=Overview;url=crm_overview.html;");
aI("text=Manage Accounts and Contacts;url=accounts_contacts.html;");
aI("text=Track Opportunities and Leads;url=track_leads.html;");
aI("text=Monitor and Document Activities;url=monitor_activities.html;");
aI("text=Automated Reporting;url=auto_reporting.html;");
}

with(milonic=new menuname("cts")){
style=menuStyle;
aI("text=Overview;url=cts_overview.html;");
aI("text=Ticket Management;url=ticket_mngt.html;");
aI("text=Security and Reporting;url=security_reporting.html;");
aI("text=Self Help Pages;url=self_help.html;");
aI("text=Customer Satisfaction Surveys;url=satisfaction.html;");
aI("text=Blackberry Access;url=blackberry.html;");

}

with(milonic=new menuname("tabs")){
style=menuStyle;
aI("text=Overview;url=tabs_overview.html;");
aI("text=Time Entry System;url=time_entry.html;");
aI("text=Billing System;url=billing_system.html;");
aI("text=Financial Reporting;url=financial_reporting.html;");

}

with(milonic=new menuname("lms")){
style=menuStyle;
aI("text=Overview;url=lms_overview.html;");


}

with(milonic=new menuname("bits")){
style=menuStyle;
aI("text=Overview;url=bits_overview.html;");


}







drawMenus();


