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="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="14px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#336699";
offcolor="#ffffff";
onbgcolor="#336699";
oncolor="#fd6600";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=8;
separatorcolor="#ffffff";
separatorsize=0;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="14px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#336699";
offcolor="#ffffff";
onbgcolor="#336699";
oncolor="#fd6600";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=8;
separatorcolor="#ffffff";
separatorsize=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle;
top=10;
aI("text=Home&nbsp;;url=http://www.rarpa.org/;");
aI("showmenu=Reviews;text=Review&nbsp;Sites&nbsp;;");
aI("showmenu=Members;text=Members&nbsp;;");
aI("showmenu=Information;text=Information&nbsp;;");
aI("text=Contact&nbsp;;url=/_pages/contact.html;");
}

with(milonic=new menuname("Reviews")){
style=submenuStyle;
aI("text=Places and Destinations;url=/cgi-bin/DJlinks.cgi?TEMPLATE=sites.html&TYPE=PLACES;");
aI("text=Services and Service Businesses;url=/cgi-bin/DJlinks.cgi?TEMPLATE=sites.html&TYPE=SERVICES;");
aI("text=Products and Things;url=/cgi-bin/DJlinks.cgi?TEMPLATE=sites.html&TYPE=PRODUCTS;");
aI("text=Reputation Management;url=/cgi-bin/DJlinks.cgi?TEMPLATE=sites.html&TYPE=REVREP;");
}

with(milonic=new menuname("Members")){
style=submenuStyle;
aI("text=Member Directory;url=/cgi-bin/DJmbr_listmbrs.cgi?T=members.html&INDEX=1&TN=Y&SORT=O&A=Y;");
aI("text=Membership Information;url=/_pages/membership.html;");
aI("text=Member Login;url=/TEMPLATES/mbr-login.html;");
aI("text=Member Forum;url=/forum;");
}

with(milonic=new menuname("Information")){
style=submenuStyle;
aI("text=News;url=/cgi-bin/DJlinks.cgi?TEMPLATE=news.html&TYPE=NEWS&SORT=R1;");
aI("text=Consumer Information;url=/_pages/consumer-reviews.html;");
aI("text=Business Information;url=/_pages/business-reviews.html;");
aI("text=Legal Information;url=/_pages/legal-reviews.html;");
aI("text=Consumer Resources;url=/cgi-bin/DJlinks.cgi?TEMPLATE=consumer.html&TYPE=LINKS;");
aI("text=Press Resources;url=/cgi-bin/DJlinks.cgi?TEMPLATE=press.html&TYPE=PRESS;");
}

drawMenus();


