_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="White";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Maroon";
offcolor="White";
onbgcolor="Black";
oncolor="White";
padding="5";
separatorcolor="White";
separatorsize="1";
subimage="images/white_4x7.gif";
subimagepadding="2";
itemwidth="170";
}

with(submenuStyle=new mm_style()){
bordercolor="Maroon";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Black";
offcolor="White";
onbgcolor="Yellow";
onbold="bold";
oncolor="#000000";
padding="4";
subimage="images/white_4x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Sooners Gear Home;target=;url=.././;");
aI("text=Sooners Sports;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Football;target=;url=Oklahoma-Sooners-Football.html;");
aI("text=Baseball;target=;url=Oklahoma-Sooners-Baseball.html;");
aI("text=Men's Basketball;target=;url=Oklahoma-Sooners-Basketball.html;");
aI("text=Womens Basketball;target=;url=Oklahoma-Sooners-Womens-Basketball.html;");
aI("text=Site Map;target=;url=sitemap-navigation.php;");
}


 drawMenus();

