_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=-25            // Sub menu left offset

with(menuStyle3=new mm_style()){
onbgcolor="#A3ABBA";
oncolor="#003366";
offbgcolor="#003366";
offcolor="#CDD1DA";
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003366";
separatorsize="5";
padding=4;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial, sans-serif";
pagecolor="white";
pagebgcolor="#003366";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}
with(milonic=new menuname("Consumer")){
style=menuStyle3;
overflow="scroll";
aI("text=Product;url=/cons/index.php;");
aI("text=Product;url=/cons/dispute.php;");
aI("text=Product;url=/faq/category.php?id=5;");
aI("text=Product;url=/cons/reg.php;");
aI("text=Product;url=http://www.sarmacollections.com/debt/index.html;");
}

with(milonic=new menuname("Business")){
style=menuStyle3;
aI("text=Services;url=/biz/bizrep/index.php;");
aI("text=Services;url=http://www.sarmacollections.com;");
aI("text=Services;url=/biz/credrep/index.php;");
aI("text=Services;url=/biz/sds/index.php;");
aI("text=Services;url=/biz/mort/index.php;");
aI("text=Services;url=/biz/ddi/index.php;");
aI("text=Services;url=/biz/screen/index.php#emp;");
aI("text=Services;url=/biz/screen/index.php#ten;");
}
with(milonic=new menuname("About")){
style=menuStyle3;
aI("text=Solutions;url=/gen/;");
aI("text=Solutions;url=/gen/management.php;");
aI("text=Solutions;url=/gen/careers.php;");
aI("text=Solutions;url=/faq;");
aI("text=Solutions;url=/newsflash;");
}
with(milonic=new menuname("Info")){
style=menuStyle3;
aI("text=Information;url=/gen/;");
aI("text=Information;url=/gen/management.php;");
aI("text=Information;url=/gen/careers.php;");
aI("text=Information;url=/faq;");
aI("text=Information;url=/newsflash;");
}

drawMenus();