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




with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
itemwidth=185;
offcolor="#215DC6";
oncolor="#428EFF";
ondecoration="underline";
padding=6;
separatorcolor="#969698";
subimagepadding=8;
imagepath="./img/";
}

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#4D4D4D";
borderstyle="solid";
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
imagepadding=4;
itemwidth=185;
offcolor="#215DC6";
oncolor="#428EFF";
ondecoration="underline";
padding=5;
subimage="xp_ind.gif";
subimagepadding=10;
imagepath="./img/";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="vertical";
style=menuStyle;
top=10;


aI("bgimage=xp_panel_topoff.gif;fontsize=70%;fontweight=bold;image=transparent.gif;imagewidth=22;itemheight=30;offcolor=#ffffff;rawcss=padding-top:7px;status=Back To Networks Home Page;text=Main Menu;url=../index.htm;");
aI("image=transparent.gif;imageheight=1;offbgcolor=#EFF3FF;type=header;");
aI("image=xp_home.gif;offbgcolor=#EFF3FF;text=Home Page;url=../index.htm;");
aI("image=xp_software.gif;offbgcolor=#EFF3FF;text=Software Purchasing;");

aI("image=xp_users.gif;offbgcolor=#EFF3FF;showmenu=sub_1;text=User;");

aI("image=xp_globe.gif;offbgcolor=#EFF3FF;text=Language Options;");
aI("image=xp_sound.gif;offbgcolor=#EFF3FF;text=Sounds/Audio;");

aI("image=xp_tools.gif;offbgcolor=#EFF3FF;showmenu=Support;text=Support;");

aI("image=xp_date.gif;offbgcolor=#EFF3FF;text=Calendar;");
aI("image=xp_call.gif;offbgcolor=#EFF3FF;text=Contact Us;");
aI("image=xp_print.gif;offbgcolor=#EFF3FF;text=Print Page;");
aI("image=xp_mag.gif;offbgcolor=#EFF3FF;text=Search Site;");
aI("image=transparent.gif;imageheight=1;offbgcolor=#EFF3FF;type=header;");
}

with(milonic=new menuname("sub_1")){
left="offset=2";
style=submenuStyle;
top="offset=-4";
aI("bgimage=xp_panel_subhead.gif;fontsize=70%;fontweight=bold;image=transparent.gif;imagewidth=18;text=user Options;url=../index.htm;");
aI("image=transparent.gif;imageheight=6;offbgcolor=#D6DFF7;type=header;");
aI("offbgcolor=#D6DFF7;text=Login;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=Licenses;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=Invoices;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=Make Support Request;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=View Support Requests;url=../index.htm;");
aI("offbgcolor=#D6DFF7;text=Your Details;url=../index.htm;");
aI("image=transparent.gif;imageheight=6;offbgcolor=#D6DFF7;type=header;");
}

with(milonic=new menuname("Links")){
style=submenuStyle;
aI("status=Apache Web Server, the basis of Web Site;text=Apache Web Server;url=../index.htm;");
aI("status=MySQL, Prefered Choice of Database Server;text=MySQL Database Server;url=../index.htm;");
aI("status=PHP - Web Server Scripting;text=PHP - Development;url=../index.htm;");
aI("status=PHP Based Web Forum;text=phpBB Web Forum System;url=../index.htm;");
aI("showmenu=Anti Spam;status=Anti Spam Solutions;text=Anti Spam Tools;");
}

with(milonic=new menuname("Support")){
left="offset=2";
style=submenuStyle;
top="offset=-4";
aI("bgimage=xp_panel_subhead.gif;fontsize=70%;fontweight=bold;image=transparent.gif;imagewidth=18;offbgcolor=#D6DFF7;text=Support;url=index.php;");
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;");
}

drawMenus();


