_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#003366";
oncolor="#FFFFCC";
offbgcolor="#F2f4f9";
offcolor="#003366";
bordercolor="#003366";
borderstyle="solid";
borderwidth=0;
separatorcolor="#F2f4f9";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#F2f4f9";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);)";
outfilter="Fade(duration=0.2)";
}

with(new menuname("Main Menu")){
style=menuStyle;
top=155;
left=200;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=/client/;");
aI("text=About SCI;showmenu=about;");
aI("text=Our Services;showmenu=Services;");
aI("text=Our Staff;showmenu=tif;");
aI("text=Our Technology;showmenu=Tech;");
aI("text=Client Access;showmenu=client;");
aI("text=Contact SCI;url=/goodcontact.aspx;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=How to Get Started with SCI;url=/client/start.php;");
aI("text=Understanding Aging of Accounts;url=/serv/age01.php;");
aI("text=Bad Debt Services;url=/serv/bd01.php;showmenu=BD;");
aI("text=Early Out Services;url=/serv/eo01.php;showmenu=EO;");
aI("text=Payment Monitoring Services;url=/serv/pm01.php;");

}

with(milonic=new menuname("Tech")){
style=menuStyle;
aI("text=Placement Submission;showmenu=place;");
aI("text=Billing System Access;url=/tech/bsa01.php;");
aI("text=Account Management;url=/tech/am01.php;");
aI("text=Phone Call Campaigns;url=/tech/pho01.php;");
aI("text=A Word on Security;url=/sec/index.php;");
}

with(milonic=new menuname("tif")){
style=menuStyle;
aI("text=Collection Associates;url=/staff/ca01.php;showmenu=coll;");
aI("text=Sales and Service Staff;url=/staff/sss01.php;");
aI("text=Technical Support Staff;url=/staff/tss01.php;");
}

with(milonic=new menuname("Secure")){
style=menuStyle;
aI("text=A Word on Security;url=/sec/index.php;");
}

with(milonic=new menuname("BD")){
style=menuStyle;
aI("text=Bad Debt Timeline;url=/serv/bdt01.php;");
aI("text=Bad Debt Flowchart;url=/serv/bdflow.pdf;");
}
with(milonic=new menuname("EO")){
style=menuStyle;
aI("text=Early Out Timeline;url=/serv/eot01.php;");
aI("text=Early Out Flowchart;url=/serv/eoflow.pdf;");
}
with(milonic=new menuname("place")){
style=menuStyle;
aI("text=Electronic Placement Submission;url=/tech/oes01.php;");
aI("text=Placement Information Requirements;url=/tech/pir01.php;");
}
with(milonic=new menuname("coll")){
style=menuStyle;
aI("text=Collection Staff Training;url=/staff/cst01.php;");
}
with(milonic=new menuname("about")){
style=menuStyle;
aI("text=About SCI;url=/gen/about.php;");
aI("text=The Latest SCI News;url=/newsflash/index.php;");
aI("text=Careers @ SCI;url=/hr/index.php;");
}
with(milonic=new menuname("client")){
style=menuStyle;
aI("text=Submit Placements and Payments;url=https://www.sarmacollections.com/secure/default.aspx;");
aI("text=Request Client Access;url=/access01.aspx;");
}

drawMenus();