_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="Red";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial Narrow";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Black";
offcolor="White";
onbgcolor="Black";
onbold="bold";
oncolor="Red";
padding="6";
pagecolor="White";
separatorcolor="#000000";
separatorsize="1";
subimage="images/grey_4x5.gif";
subimagepadding="6";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="Red";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial Narrow";
fontsize="10pt";
fontstyle="bold";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Black";
offcolor="White";
onbgcolor="Black";
onbold="bold";
oncolor="Red";
padding="4";
pagecolor="White";
subimage="images/grey_4x5.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.pantherxtremepaintball.com/;");
aI("text=Equipment;target=;url=Equipment.html;");
aI("text=News;target=;url=News.html;");
aI("showmenu=CalendarAprilLEFT_MENU;text=Calendar;target=;url=Calendar.html;");
aI("text=Events;target=;url=Events.html;");
aI("showmenu=TeamsAvalancheLEFT_MENU;text=Teams;target=;url=Teams.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("CalendarAprilLEFT_MENU")){
style=submenuStyle;
aI("text=April;target=;url=April.html;");
aI("text=May;target=;url=May.html;");
aI("text=June;target=;url=June.html;");
aI("text=July;target=;url=July.html;");
aI("text=August;target=;url=August.html;");
aI("text=September;target=;url=September.html;");
aI("text=October;target=;url=October.html;");
aI("text=November;target=;url=November.html;");
aI("text=December;target=;url=December.html;");
}

with(milonic=new menuname("TeamsAvalancheLEFT_MENU")){
style=submenuStyle;
aI("text=Avalanche;target=;url=Avalanche.html;");
aI("text=IDK;target=;url=IDK.html;");
aI("text=Panther Rage;target=;url=Panther-Rage.html;");
aI("text=Panther S.W.A.T.;target=;url=Panther-S.W.A.T.html;");
}


 drawMenus();
