_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(mainStyle=new mm_style()){
onbgcolor="#321212";
oncolor="#ffffff";
offbgcolor="none";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=2;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Arial, sans-serif";
fontweight="bold";
fontsize="9pt";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/arrow.gif";
subimagepadding="1";
overfilter="";
outfilter="";
headerbgcolor="";
headercolor="silver";
}

with(menuStyle=new mm_style()){
onbgcolor="#321212";
oncolor="white";
offbgcolor="#423c38";
offcolor="white";
bordercolor="black";
borderstyle="solid";
borderwidth=1;
separatorcolor="#423c38";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Arial, sans-serif";
fontsize="9pt";
fontweight="bold";
pagecolor="";
pagebgcolor="";
subimage="/arrow.gif";
subimagepadding="10";
overfilter="Shadow(color='#151515', Direction=135, Strength=5)";
outfilter="";
headerbgcolor="#423c38";
headercolor="silver";
}

with(milonic=new menuname("Media")){
style=menuStyle;
aI("text=Weapons;url=/weapons;");
aI("text=Accessories;url=/accessories;");
aI("text=Vehicles;url=/accessories;");
aI("text=Characters;url=/characters;");
aI("text=In Game Shots;url=/ingame;");

}

with(milonic=new menuname("Main Menu")){
style=mainStyle;
alwaysvisible=1;
orientation="vertical";
position="relative";
aI("text=Main Menu;type=header");
aI("text=<span class='menuarrow'>»</span> Home;url=/;");
aI("text=<span class='menuarrow'>»</span> News;url=/news/;");
aI("text=<span class='menuarrow'>»</span> Forums;url=/forums/;");
aI("text=&nbsp;type=header");
aI("text=The Mod;type=header");
aI("text=<span class='menuarrow'>»</span> Overview;url=/overview/;");
aI("text=<span class='menuarrow'>»</span> Features;url=/features/;");
aI("text=<span class='menuarrow'>»</span> Media;url=/news/;showmenu=Media");
aI("text=<span class='menuarrow'>»</span> Downloads;url=/downloads/;");
aI("text=<span class='menuarrow'>»</span> IRC Channel;url=irc://irc.gamesurge.net/hit-squad;");
aI("text=<span class='menuarrow'>»</span> modDB Profile;url=http://mods.moddb.com/99;");
aI("text=&nbsp;type=header");
aI("text=Dev Team;type=header");
aI("text=<span class='menuarrow'>»</span> Team Members;url=/team/;");
aI("text=<span class='menuarrow'>»</span> Open Positions;url=/positions/;");
}

drawMenus();