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=12;
_subOffsetLeft=-8;

with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="strong";
headerbgcolor="#ffffff";
headercolor="blue";
offbgcolor="#000192";
offcolor="#ffffff";
onbgcolor="#f1f1f1";
oncolor="#333366";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=6)";
padding=4;
pagebgcolor="#f1f1f1";
pagecolor="#333366";
separatorcolor="000192";
separatorsize=9;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("");
aI("text=Home;title=Start Here if You Want to Offer Products or Services to Local and Federal Government Agencies;url=index.htm;");
aI("text=About Us;title=About The Government Setaside Directory;url=aboutUs_v2008.htm;");
aI("showmenu=Directory;text=On-line Directory;");
aI("text=Distribution List;title=A list of some of the government agencies we distribute our directory to;url=distribution_v2008.htm;");
aI("showmenu=naics;text=NAICS Codes;title=North American Industrial Classification System Used By Government Agencies to Select Sub-Contractors.;");
aI("showmenu=Tour;text=Program Tour;")
aI("text=Contact Us;url=contact_v2008.htm;")
aI("showmenu=Links;text=Useful Links;")
}

with(milonic=new menuname("Home")){
style=menuStyle;

}
with(milonic=new menuname("naics")){
style=menuStyle;
aI("text=How NAICS Codes Work;url=naicsInfo_v2008.htm;")
aI("text=NAICS Code Listings;url=StockCodesList_v2008.htm;")
}
with(milonic=new menuname("Tour")){
style=menuStyle;
aI("text=Start Tour;url=tour_v2008.htm;")
aI("text=How the Directory Works;url=howItWorks_v2008.htm;");
aI("text=Who Receives Our Directory;url=distribution_v2008.htm;")
aI("text=How NAICS Codes Work;url=naicsInfo_v2008.htm;")
aI("text=National Regions;url=regions_v2008.htm;")
aI("text=View Sample Ad Styles;url=adStyle_v2008.htm;")
aI("text=Download Forms;url=download_v2008.htm;")
}

with(milonic=new menuname("Directory")){
style=menuStyle;
aI("text=Log-In;url=startSession_v2009.asp;");
aI("text=How the Directory Works;url=howItWorks_v2008.htm;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=NAICS Codes;url=http://www.census.gov/naics;target=new;");
aI("text=House of Representatives;url=http://www.house.gov;target=new;");
aI("text=Department of Defense;url=http://www.dod.gov;target=new;");
aI("text=Congressional Information;url=http://thomas.loc.gov;target=new;");
aI("text=Welcome to the Whitehouse;url=http://www.whitehouse.gov;target=new;");
}

with(milonic=new menuname("Adstyles")){
style=menuStyle;
aI("text=Full Page;url=SamplesF.htm;");
aI("text=Half Page;url=SamplesH.htm;");
aI("text=1/4 Page;url=SamplesQ.htm;");
aI("text=1/8 Page;url=Samples8.htm");
aI("text=8 Line Listing;url=Samples8L.htm;");
}

with(milonic=new menuname("Downloads")){
style=menuStyle;
aI("text=Information Package;title=Download Our Information Package;url=infopackage.pdf;");
aI("text=Application;title=Download Our Service Application;url=Contract2006.pdf;");
aI("text=Ad Copy Form;title=Download Artwork Ad Copy Form;url=adcopy.pdf;");
aI("text=Listing Form;title=Download 8-Line Listing Ad Copy Form;url=listingform.pdf;");

}
drawMenus();


