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=2;

_subOffsetLeft=-2;









with(menuStyle=new mm_style()){

bordercolor="#296488";

borderstyle="solid";

borderwidth=1;

fontfamily="Verdana, Tahoma, Arial";

fontsize="92%";

fontstyle="normal";

headerbgcolor="#ffffff";

headercolor="#000000";

offbgcolor="#DCE9F0";

offcolor="#515151";

onbgcolor="#4F8EB6";

oncolor="#ffffff";

onbold=1;

outfilter="randomdissolve(duration=0.3)";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";

padding=5;

pagebgcolor="#82B6D7";

pagecolor="black";

separatorcolor="#2D729D";

separatorsize=2;

subimage="arrow.gif";

subimagepadding=2;

}



with(menu=new menuname("Home")){

alwaysvisible=1;

left=40;

itemwidth=140;

orientation="horizontal";

margin = 6;

style=menuStyle;

top=163;

aI("align=center;text=Home;url=index.htm;");

aI("align=center;showmenu=About Us;text=About Us;");

aI("align=center;showmenu=Sponsors;text=Sponsors;");

aI("align=center;showmenu=Policies;text=Policies;");

aI("align=center;showmenu=News;text=News;");

aI("align=center;showmenu=Calendar;text=Calendar;url=calendar.htm;");

aI("align=center;showmenu=Members;text=Members;");

aI("align=center;text=Links;url=links.htm;");

}



with(menu=new menuname("About Us")){

orientation="horizontal";

style=menuStyle;


aI("align=center;text=Join Forms;url=joinforms.htm;");

aI("align=center;text=Executive Council;url=council.htm;");

aI("align=center;text=Affiliated Clubs;url=clubs.htm;");

aI("align=center;text=Poomsae Book;url=book.htm;");

}



with(menu=new menuname("Sponsors")){

orientation="horizontal";

style=menuStyle;

aI("align=center;text=Become a Sponsor;url=new_sponsors.htm;");

}



with(menu=new menuname("Policies")){

orientation="horizontal";

style=menuStyle;

aI("align=center;text=Code of Conduct;url=conduct.htm;");

aI("align=center;text=Constitution;url=constitution.htm;");

}


with(menu=new menuname("News")){

orientation="horizontal";

style=menuStyle;

aI("align=center;text=News;url=news.htm;");

aI("align=center;text=Past News;url=pastnews.html;");

aI("align=center;text=Newsletter;url=newsletter.html;");

}


with(menu=new menuname("Members")){

orientation="horizontal";

style=menuStyle;

aI("align=center;text=Funding Request;url=members.htm;");

}


drawMenus();




