_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#555555";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#d3d3d3";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0);Alpha(opacity=100)";
swap3d='true';
padding=4;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=2;
subimagepadding=0;

}

with(submenuStyle=new mm_style()){
bordercolor="#555555";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#999999";
offcolor="#ffffff";
onbgcolor="#0069ab";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color=#777777', Direction=0, Strength=0)";
padding=4;
pagebgcolor="#999999";
pagecolor="#ffffff";
separatorcolor="#555555";
separatorsize=1;
subimagepadding=2;
subimage="arrow.gif";
}
 
with(milonic=new menuname("company")){
style=submenuStyle;
aI("text=Profile ;url=prof.shtml;");
aI("text=Our Clients;url=client.shtml;")
aI("text=Home;url=home.shtml;")
 }


with(milonic=new menuname("products")){
style=submenuStyle;
 
aI("text=Web-based Timesheet;url=timesheet.shtml;");
aI("text=PTO & Leave Tracking;url=PTO_paid_time_off.shtml;");
aI("text=Project Management;url=project_management.shtml;");
aI("text=Time & Expense Billing;url=time_and_billing.shtml;");
aI("text=Project Order Billing;url=custom_billing.shtml;");
aI("text=CRM-Contact Management;url=contact_management.shtml;");
aI("text=eCommerce;url=ecommerce.shtml;");
/*aI("text=Expense Reporting;url=expense_report.shtml;");
aI("text=Recruiting Software;url=recruiting_software.shtml;");
*/
 } 

with(milonic=new menuname("services")){
style=submenuStyle;

aI("text=ASP/Pricing;url=asp.shtml;");
aI("text=Consulting;url=consult.shtml;");
aI("text=Systems;url=suppserv.shtml;");
aI("text=Training;url=train.shtml;");
 } 
 

drawMenus();


