

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=120            // The time delay before menus open on mouse over
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=1          // Sub menu left offset

with(AllImagesStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}



with(menuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#E2E2E2";
offcolor="#000000";
bordercolor="#D98C40";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana,Arial,Helvetica";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#336699";
subimagepadding="0";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#ffffff', Direction=180, Strength=3)";
outfilter="randomdissolve(duration=0.0)";
}



with(milonic=new menuname("Solutions")){
style=menuStyle;
aI("showmenu=Internet;url=solutions.htm;text=Internet Solutions;");
aI("text=Mail Order/Telephone Order;url=mailorder.htm;");
aI("text=Retail and Wireless Solutions;url=retail.htm;");
aI("text=High Volume Offline Processing;url=offline.htm;");
aI("text=Merchant Account;url=merchant_account.htm;");

}

with(milonic=new menuname("Internet")){
style=menuStyle;
aI("showmenu=Total Package;url=total_package.htm;text=Total Package;");
aI("text=Gateway Package;url=gateway.htm;");
}

with(milonic=new menuname("Total Package")){
style=menuStyle;
aI("text=Buy_Me Button;url=buyme.htm;");
aI("text=Internet Store;url=internet_store.htm;");

}

with(milonic=new menuname("Features")){
style=menuStyle;
aI("text=Plan Comparison;url=features.htm;");
}

with(milonic=new menuname("Clients")){
style=menuStyle;
aI("text=Featured Clients;url=clients.htm;");
aI("text=Testimonials;url=testimonials.htm;");
}
with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Online Help;url=support.htm;");
aI("text=Getting Started;url=getting_started.htm;");
aI("text=Frequently Asked Questions;url=questions.htm;");
aI("text=Resources;url=resources.htm;");
aI("text=Marketing;url=marketing.htm;");

}

with(milonic=new menuname("Reseller")){
style=menuStyle;
aI("text=Reseller Program;url=reseller_programs.htm;");

}
with(milonic=new menuname("Company")){
style=menuStyle;
aI("text=About Us;url=about_us.htm;");
aI("text=Privacy Statement;url=privacy.htm;");
aI("text=Partners;url=partners.htm;");
aI("text=Employment;url=employment.htm;");
}
with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Us;url=contact_us.htm;");
aI("text=Contact Support;url=support.htm;");
}

drawMenus();

