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




with(windows98style=new mm_style()){
bordercolor="#BFBFBF";
borderstyle="raised";
borderwidth=2;
fontfamily="tahoma, verdana";
fontsize="70%";
high3dcolor="#ffffff";
image="98_folder.gif";
imagepadding=3;
low3dcolor="#808080";
offbgcolor="#BDBEBD";
offcolor="#000000";
onbgcolor="#000080";
oncolor="#FFFFFF";
onsubimage="arrow_white.gif";
padding=4;
subimage="arrow.gif";
subimagepadding=4;
swap3d=1;
imagepath="./img/";
}

with(windows98mainstyle=new mm_style()){
styleid=1;
bordercolor="#BFBFBF";
borderstyle="raised";
borderwidth=2;
fontfamily="tahoma, verdana";
fontsize="70%";
high3dcolor="#ffffff";
image="xpblank.gif";
imagepadding=4;
low3dcolor="#808080";
offbgcolor="#C0C0C0";
offcolor="#000000";
onbgcolor="#000080";
oncolor="#FFFFFF";
onsubimage="arrow_white.gif";
padding=4;
subimage="arrow.gif";
subimagepadding=4;
swap3d=1;
imagepath="./img/";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="vertical";
style=windows98mainstyle;
top=10;
aI("image=98_app.gif;status=Back To Home Page;text=Home;url=../index.htm;");
aI("image=98_fav.gif;showmenu=Samples;text=Menu Samples;");
aI("image=98_doc.gif;showmenu=OPTIONS;text=Options;");
aI("image=98_help.gif;showmenu=Partners;text=Partners;");
aI("image=98_settings.gif;showmenu=Links;text=Links;");
aI("image=98_run.gif;separatorsize=2;separatorwidth=95%;showmenu=My menu;text=My menu");
aI("image=98_search.gif;text=Search;url=search.php;");
}

with(milonic=new menuname("Samples")){
overflow="scroll";
style=windows98style;
aI("text=Ligne n° 1;url=../index.htm;");
aI("text=Ligne n° 2;url=../index.htm;");
aI("text=Ligne n° 3;url=../index.htm;");
aI("text=Ligne n° 4;url=../index.htm;");
aI("text=Ligne n° 5;url=../index.htm;");
}

with(milonic=new menuname("OPTIONS")){
style=windows98style;
aI("image=98_print.gif;text=Product Purchasing Page;url=../index.htm;");
aI("image=98_mail.gif;text=Contact Us;url=../index.htm;");
aI("separatorsize=2;separatorwidth=95%;text=Newsletter Subscription;url=../index.htm;");
aI("image=98_openfolder.gif;text=FAQ;url=../index.htm;");
aI("image=98_openfolder.gif;text=Discussion Forum;url=../index.htm;");
aI("text=Software License Agreement;url=../index.htm;");
aI("image=98_docs.gif;text=Privacy Policy;url=../index.htm;");
}

with(milonic=new menuname("Partners")){
style=windows98style;
aI("image=98_control.gif;status=(aq) Web Server Hosting & Services;text=(aq) Web Hosting;url=../index.htm;");
aI("image=98_control.gif;text=SMS 2 Email;url=../index.htm;");
aI("image=98_control.gif;text=WebSmith;url=../index.htm;");
}

with(milonic=new menuname("Links")){
style=windows98style;
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")){
style=windows98style;
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("My menu")){
style=windows98style;
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;");
}

drawMenus();


