fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(background=new mm_style()){
bgimage="xp_button_burnt.png";
borderstyle="solid";
fontfamily="Verdana";
fontsize="75%";
fontstyle="normal";
fontweight="normal";
image="transparent.gif";
imagepadding=4;
itemheight=25;
itemwidth=146;
offcolor="#333300";
oncolor="#ffffff";
overbgimage="xp_button_burnton.png";
subimage="black_7x7.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
top=0;
left=2;
orientation="horizontal";

alwaysvisible=1;
itemheight=25;
itemwidth=146;

style=background;

aI("bgimage=xp_button_green.gif;image=home.gif;overbgimage=xp_button_burnton.png;status=Back To Home Page;text=Home;url=../default.htm;");
aI("bgimage=xp_button_green.gif;image=disk.gif;overbgimage=xp_button_burnton.png;showmenu=Download;text=Download;");
aI("bgimage=xp_button_green.gif;image=mail.gif;overbgimage=xp_button_burnton.png;showmenu=Contact;text=Contact;");
aI("bgimage=xp_button_green.gif;image=book.gif;overbgimage=xp_button_burnton.png;showmenu=Library;text=Library;");
}

with(milonic=new menuname("Download")){
style=background;
aI("text=SystemScripter 5.0;url=../../default.asp?10030;");
aI("text=SystemScripter 6.0;url=../../default.asp?10020;");
aI("text=Purchase License;url=../../default.asp?3012;");
aI("text=Unlock Software;url=../../default.asp?3030;");
}

with(milonic=new menuname("Contact")){
style=background;
aI("text=Online Forum;url=../../default.asp?forum1;");
}

with(milonic=new menuname("Anti Spam")){
style=background;
aI("text=Support Forums;url=http://www.spamcop.net/;");
aI("text=FAQ;url=http://www.mimedefang.org/;");
aI("text=Email;url=http://www.spamassassin.org/;");
}

with(milonic=new menuname("Library")){
style=background;
aI("text=WMI Reference;url=../../default.asp?41001;");
}

drawMenus();

