_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(submenuStyle=new mm_style()){
bgimage="clxp_back.gif";
bordercolor="#55A1FF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
image="clxp_app.gif";
offcolor="#000000";
oncolor="#000000";
onsubimage="clxp_whitearrow.gif";
outfilter="fade(duration=0.5)";
overbgimage="clxp_back_on.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#939393', Direction=145, Strength=4)";
padding=7;
subimage="clxp_blackarrow.gif";
subimagepadding=4;
menubgcolor="#ffffff";
imagepath="./img/";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="vertical";
style=submenuStyle;
top=10;
aI("status=Back To Home Page;text=Home;url=../index.htm;");
aI("showmenu=Options;text=Options;");
aI("image=clxp_hand.gif;showmenu=Partners;text=Partners;");
aI("showmenu=Links;text=Links;");
aI("showmenu=My Milonic;text=My Milonic;");
}

with(milonic=new menuname("Options")){
left="offset=-4";
style=submenuStyle;
top="offset=1";
aI("text=Product Purchasing Page;url=../index.htm;");
aI("text=Contact Us;url=../index.htm;");
aI("text=Newsletter Subscription;url=../index.htm;");
aI("text=FAQ;url=../index.htm;");
aI("text=Discussion Forum;url=../index.htm;");
aI("text=Software License Agreement;url=../index.htm;");
aI("text=Privacy Policy;url=../index.htm;");
}

with(milonic=new menuname("Partners")){
left="offset=-4";
style=submenuStyle;
top="offset=1";
aI("status=(aq) Web Server Hosting & Services;text=(aq) Web Hosting;url=../index.htm;");
aI("text=SMS 2 Email;url=../index.htm;");
aI("text=WebSmith;url=../index.htm;");
}

with(milonic=new menuname("My Milonic")){
left="offset=-4";
style=submenuStyle;
top="offset=1";
aI("text=MyMilonic;url=index.php;");
aI("text=Login;url=../index.htm;");
aI("text=Licenses;url=../index.htm;");
aI("text=Invoices;url=../index.htm;");
aI("text=Make Support Request;url=../index.htm;");
aI("text=View Support Requests;url=../index.htm;");
aI("text=Your Details;url=../index.htm;");
}

with(milonic=new menuname("Links")){
left="offset=-4";
style=submenuStyle;
top="offset=1";
aI("status=Apache Web Server, the basis of Milonic's Web Site;text=Apache Web Server;url=../index.htm;");
aI("status=MySQL, Milonic's Prefered Choice of Database Server;text=MySQL Database Server;url=../index.htm;");
aI("status=PHP - Web Server Scripting as used by Milonic;text=PHP - Development;url=../index.htm;");
aI("status=PHP Based Web Forum, Milonic's Recommended Forum Software;text=phpBB Web Forum System;url=../index.htm;");
aI("showmenu=Anti Spam;status=Anti Spam Solutions, as used by Milonic;text=Anti Spam Tools;");
}

with(milonic=new menuname("Support")){
left="offset=-4";
style=submenuStyle;
top="offset=1";
aI("bgimage=xp_panel_subhead.gif;fontsize=70%;fontweight=bold;image=transparent.gif;imagewidth=18;offbgcolor=#D6DFF7;text=Support;url=../index.htm;");
aI("image=transparent.gif;imageheight=6;offbgcolor=#D6DFF7;type=header;");
aI("offbgcolor=#D6DFF7;text=Menu Discussion Forum;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=Customer Tech Support System;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=Newsletter Subscription;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=Removing the Forced link to Milonic;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=Search Engines and the Menu;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=Embedding a Menu inside a Table Cell;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=Adding Multiple Menus to a Web Page;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=CSS Based Menus;url=../index.htm;");
aI("offbgcolor=#D6DFF7;showmenu=mm faq;text=FAQ;");
aI("image=transparent.gif;imageheight=6;offbgcolor=#D6DFF7;type=header;");
}

with(milonic=new menuname("Anti Spam")){
left="offset=-4";
style=submenuStyle;
top="offset=1";
aI("text=Spam Cop;url=../index.htm;");
aI("text=Mime Defang;url=../index.htm;");
aI("text=Spam Assassin;url=../index.htm;");
}

drawMenus();


