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()){
styleid=1;
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
//font
fontfamily="Times New Roman, Times, serif";
fontsize="14px";
fontstyle="italic";
fontweight="bold";
//tab plain -- the tab at launch
offbgcolor="#221e1f";
offcolor="#ffffff";
//tab on rollover
onbgcolor="#5C2D91";
oncolor="#ffffff";
//tab clicked
pagebgcolor="#5C2D91";
pagecolor="#ffffff";
//
padding=4;
//separators
separatorcolor="#ffffff";
separatorsize=2;
outfilter="randomdissolve(duration=0.3)";
//shadow
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
}

with(submenuStyle=new mm_style()){
itemheight="20px";
itemwidth="164px";
//
styleid=1;
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
//font
fontfamily="Times New Roman, Times, serif";
fontsize="14px";
fontstyle="italic";
fontweight="bold";
//tab plain -- the tab at launch
offbgcolor="#616265";
offcolor="#ffffff";
//tab on rollover
onbgcolor="#5C2D91";
oncolor="#ffffff";
//tab clicked
pagebgcolor="#5C2D91";
pagecolor="#ffffff";
//
padding=4;
//separators
separatorcolor="#ffffff";
separatorsize=2;
outfilter="randomdissolve(duration=0.3)";
//shadow
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
}

fullpath = "http://www.plumbclub.com/";
//fullpath = "http://localhost/plumbclub/";


with(milonic=new menuname("General")){
margin=0;
style=submenuStyle;
aI("");
aI("text=Members;url="+fullpath+"member-list.htm");
aI("text=Officers;url="+fullpath+"member-officers.htm");
aI("text=Past Presidents;url="+fullpath+"member-pastpres.htm");
//aI("text=Message Board;url=http://www.plumbclub.com:8080/jforum/forums/list.page");
}


with(milonic=new menuname("Forum")){
margin=0;
style=submenuStyle;
aI("");
aI("text=About;url="+fullpath+"forum-about.htm");
aI("text=Agenda;url="+fullpath+"forum-agenda.htm");
aI("text=Content;url="+fullpath+"forum-content.htm");
//aI("text=Entertainment;url="+fullpath+"forum-entertainment.htm");
aI("text=Hotel Block;url="+fullpath+"forum-hotel-block.htm");
aI("text=Press;url="+fullpath+"forum-press.htm");
aI("text=Sponsorship;url="+fullpath+"forum-sponsors.htm");
aI("text=Overview;url="+fullpath+"forum-about-overview.htm");
aI("text=The Forum Advisory Board;url="+fullpath+"forum-about-advisory.htm");
aI("text=Venue;url="+fullpath+"forum-about-venue.htm");
aI("text=Who Should Attend;url="+fullpath+"forum-registration.htm");
}

with(milonic=new menuname("Lasvegas")){
margin=0;
style=submenuStyle;
aI("");
aI("text=Plumb Club Pavilion;url="+fullpath+"lasvegas-pavilion.htm");
aI("text=Plumb Club Event;url="+fullpath+"lasvegas-event.htm");
aI("text=Past Plumb Club Events;url="+fullpath+"lasvegas-past-event.htm");
aI("text=Hotel Reservations;url="+fullpath+"lasvegas-reservations.htm");
}

drawMenus();

