_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=-25            // Sub menu left offset

with(menuStyle=new mm_style()){
align="left";
onbgcolor="#fefefe";
oncolor="#000000";
offbgcolor="#DBDDDC";
offcolor="black";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#7DA3BB";
separatorsize="1";
padding=2;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#DBDDDC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}
with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";
alignment='left';
openstyle='ltr';
itemwidth=130
aI("text=About Us;url=about.asp;");
aI("text=Portfolio;url=examples.asp;");
}

with(milonic=new menuname("hosting")){
style=menuStyle;
overflow="scroll";
alignment='left';
openstyle='ltr';
itemwidth=130
aI("text=Windows;url=http://www.atplogic.com/hosting_win.asp;");
aI("text=Linux;url=http://www.atplogic.com/hosting_linux.asp;");
aI("text=Reseller;url=http://www.atplogic.com/hosting_reseller.asp;");
}

with(milonic=new menuname("ecommerce")){
style=menuStyle;
overflow="scroll";
alignment='left';
openstyle='ltr';
itemwidth=190
aI("text=eCommerce Solutions;url=http://www.atplogic.com/atplogic_kenyon_on_line.asp;");
//aI("text=Credit Card Processing;url=http://www.atplogic.com/merchant.asp;");
aI("text=What is eCommerce?;url=http://www.atplogic.com/article_whatisecommerce.asp;");
aI("text=What can I sell?;url=http://www.atplogic.com/article_whatissold.asp;");
aI("text=How to start?;url=http://www.atplogic.com/article_needforshop.asp;");
}

with(milonic=new menuname("PartnPrograms")){
style=menuStyle;
overflow="scroll";
alignment='left';
openstyle='ltr';
itemwidth=130
aI("text=Referral Plans;url=http://www.atplogic.com/referral.asp;");
aI("text=Reseller Plans;url=http://www.atplogic.com/club.asp;");
//aI("text=Webmasters;url=webmasters.asp;");
}

with(milonic=new menuname("help")){
style=menuStyle;
overflow="scroll";
alignment='left';
openstyle='ltr';
itemwidth=130
aI("text=FAQ;url=http://www.atplogic.com/faq.asp;");
aI("text=Customers Login;url=http://www.atplogic.com/about.asp;");
aI("text=plan 2;url=http://www.atplogic.com/about.asp;");
aI("text=plan 3;url=http://www.atplogic.com/about.asp;");
aI("text=plan 4;url=http://www.atplogic.com/about.asp;");

}

with(milonic=new menuname("products")){
style=menuStyle;
overflow="scroll";
alignment='left';
openstyle='ltr';
itemwidth=250
aI("text=<b>CounterBell™</b> Live Chat Support;url=http://www.atplogic.com/counterbell.asp;");
aI("text=<b>VirtualShop™</b> eCommerce;url=http://www.atplogic.com/atplogic_kenyon_on_line.asp;");
aI("text=<b>ATPClick™</b> Ad Management;url=http://www.atplogic.com/atpclick.asp;");
aI("text=<b>VIPlus™</b> Advanced Email System ;url=http://www.atplogic.com/viplus.asp;");
aI("text=<b>CatalogNet™</b> Online Catalog;url=http://www.atplogic.com/catalognet.asp;");
aI("text=<b>NewsXpress™</b> News Module;url=http://www.atplogic.com/xpress.asp;");
aI("text=<b>EasyPage™</b> Content Management;url=http://www.atplogic.com/dafkal.asp;");
}

//drawMenus();

