_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(XPMainStyle=new mm_style()){
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
offbgcolor="#B8D1F8";
offcolor="#000000";
onbgcolor="#C1D2EE";
onborder="1px solid #000080";
oncolor="#000000";
overbgimage="orange_office2003.gif";
padding=3;
imagepath="./img/";
}

with(XPMenuStyle=new mm_style()){
styleid=1;
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
image="xpblank.gif";
imagepadding=3;
menubgimage="backoff2003_web.gif";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#ffeec2";
onborder="1px solid #000080";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#B8D1F8', Direction=135, Strength=5)";
padding=4;
separatoralign="right";
separatorcolor="#6A8CCB";
separatorpadding=1;
separatorwidth="80%";
subimage="arrow.gif";
subimagepadding=3;
menubgcolor="#EBF0EC";
imagepath="./img/";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
margin=2;
orientation="horizontal";
style=XPMainStyle;
top=10;
aI("status=Back To Home Page;text=Home;url=../index.htm;");
aI("showmenu=OPTIONS;text=Options;");
aI("showmenu=Partners;text=Partners;");
aI("showmenu=Links;text=Links;");
aI("showmenu=Mes options;text=Mes options;");
}



with(milonic=new menuname("OPTIONS")){
margin=2;
style=XPMenuStyle;
aI("image=xp_preview.gif;separatorsize=1;text=Product Purchasing Page;url=../index.htm;");
aI("text=Contact Us;url=../index.htm;");
aI("image=xp_settings.gif;text=Newsletter Subscription;url=../index.htm;");
aI("image=xp_question.gif;text=FAQ;url=../index.htm;");
aI("text=Discussion Forum;url=../index.htm;");
aI("image=xp_width.gif;text=Software License Agreement;url=../index.htm;");
aI("image=xp_search.gif;text=Privacy Policy;url=../index.htm;");
}

with(milonic=new menuname("Partners")){
margin=2;
style=XPMenuStyle;
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("Links")){
margin=2;
style=XPMenuStyle;
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("Anti Spam")){
margin=2;
style=XPMenuStyle;
aI("text=Spam Cop;url=../index.htm;");
aI("text=Mime Defang;url=../index.htm;");
aI("text=Spam Assassin;url=../index.htm;");
}

with(milonic=new menuname("Mes options")){
margin=2;
style=XPMenuStyle;
aI("image=ie_small.gif;text=Login;url=../index.htm;");
aI("image=moz_small.gif;text=Licenses;url=../index.htm;");
aI("image=nn4_small.gif;text=Invoices;url=../index.htm;");
aI("image=nn6_small.gif;text=Make Support Request;url=../index.htm;");
aI("image=op_small.gif;text=View Support Requests;url=../index.htm;");
aI("image=dos.gif;text=Your Details;url=../index.htm;");
}

drawMenus();


