	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#1E3851';			// Background color when mouse is not over
	var LowSubBgColor='#fff';			// Background color when mouse is not over on subs
	var HighBgColor='#1E3851';			// Background color when mouse is over
	var HighSubBgColor='#F3F3F3';			// Background color when mouse is over on subs
	var FontLowColor='#fff';			// Font color when mouse is not over
	var FontSubLowColor='#09233D';			// Font color subs when mouse is not over
	var FontHighColor='#F9E394';			// Font color when mouse is over
	var FontSubHighColor='#09233D';			// Font color subs when mouse is over
	var BorderColor='#000';			// Border color
	var BorderSubColor='#ccc';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='menubar';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/images/arrowbullet.png',12,12,'',0,0,'',,];	// Arrow source, width and height
	var putItThere = null; 
	var chasm = screen.availWidth;
	var mount = screen.availHeight;
	var wd = chasm*.9;     // percentage of screen width occupied by pop-up
	var ht = mount*.8;      // percentage of screen height occupied by pop-up

function deadCenter(url) {
     putItThere = window.open(url,'putItThere','width='+wd+',height='+ht+',left='+((chasm-wd-10)*.5)+',top='+((mount-ht-25)*.5)+',scrollbars,status,titlebar');
     if (putItThere & !putItThere.closed)     
         putItThere.focus();
}

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

	Menu1=new Array("rollover:/images/home_u.gif:/images/home_o.gif","/default.asp","/images/brnd_toolbar.gif",0,20,70);

Menu2=new Array("rollover:/images/gov_u.gif:/images/gov_o.gif","/Government/index.asp","/images/brnd_toolbar.gif",14,20,110);
	Menu2_1=new Array("Budget","/Government/Finance/budget_descrip.asp","",0,20,250);			
	Menu2_2=new Array("City Committees","/Committees/index.asp","",20);
		Menu2_2_1=new Array("Descriptions","/Committees/descriptions.asp","",0,20,200);
		Menu2_2_2=new Array("How to Apply","/Committees/howtoapply.asp","",0);
		Menu2_2_3=new Array("Administrative Review Board","/Committees/arb.asp","",0,20,200);	
		Menu2_2_4=new Array("Animal Welfare","/Committees/animal_welfare.asp","",0,20,200);
		Menu2_2_5=new Array("Arts","/Committees/arts.asp","",0,20,200);	
		Menu2_2_6=new Array("Board of Elections","/Committees/boardelections.asp","",0,20,200);	
		Menu2_2_7=new Array("Board of Personnel Appeals","/Committees/personnel_appeals.asp","",0,20,200);	
		Menu2_2_8=new Array("Bowie Advisory Planning Board","/Committees/bapb.asp","",0,20,200);
		Menu2_2_9=new Array("Bowie Ethics Commission","/Committees/ethics.asp","",0,20,200);	
		Menu2_2_10=new Array("Community Outreach","/Committees/community_outreach.asp","",0);
		Menu2_2_11=new Array("Community Recreation","/Committees/community_recreation.asp","",0);
		Menu2_2_12=new Array("Diversity","/Committees/diversity.asp","",0);
		Menu2_2_13=new Array("Economic Development","/Committees/economic_development.asp","",0);
		Menu2_2_14=new Array("Education","/Committees/education.asp","",0);
		Menu2_2_15=new Array("Environmental Advisory","/Committees/environmental_advisory.asp","",0);
		Menu2_2_16=new Array("Financial Advisory","/Committees/financial.asp","",0);
		Menu2_2_17=new Array("Heritage","/Committees/heritage.asp","",0);
		Menu2_2_18=new Array("Information Technology","/Committees/information_technology.asp","",0);
		Menu2_2_19=new Array("Public Safety","/Committees/public_safety.asp","",0);
		Menu2_2_20=new Array("Vacancies","/Committees/vacancies.asp","",0);
	Menu2_3=new Array("City Council","/Council/index.asp","",7);
		Menu2_3_1=new Array("Agendas","/Council/agenda.asp","",0,20,200);
		Menu2_3_2=new Array("Minutes","javascript:void window.open('http://www.cityofbowie.org/WebLink8/Welcome.aspx')","",0);
		Menu2_3_3=new Array("Weekly Status Report","/StatusReports/index.asp","",0);
		Menu2_3_4=new Array("Meeting Information","/Council/meeting_info.asp","",0);
		Menu2_3_5=new Array("Results of Meetings","http://www.cityofbowie.org/studio.asp","",0);
		Menu2_3_6=new Array("Staff Reports","/StaffReports/index.asp","",0);
		Menu2_3_7=new Array("View Council Meetings","/studio.asp","",0);
	Menu2_4=new Array("City Code","/Government/Code/code.asp","",0,20,150);
	Menu2_5=new Array("Departments","","",7);
		Menu2_5_1=new Array("City Manager's Office","/Government/CityManager/index.asp","",0,20,250);				
		Menu2_5_2=new Array("Community Services","/Government/CommunityServices/index.asp","",0,20,150);
		Menu2_5_3=new Array("Finance","/Government/Finance/index.asp","",0,20,150);
		Menu2_5_4=new Array("Information Technology","/Government/InformationTech/index.asp","",0,20,200);
		Menu2_5_5=new Array("Planning and Economic Development","/Government/Planning/index.asp","",0,20,150);
		Menu2_5_6=new Array("Police","/Government/Police/index.asp","",0,20,150);
		Menu2_5_7=new Array("Public Works","/Government/PublicWorks/index.asp","",0,20,150);
	Menu2_6=new Array("Elections","/Election/election.asp","",4);
		Menu2_6_1=new Array("Voter Registration","/Election/voterreg.asp","",0,20,200);
		Menu2_6_2=new Array("Candidates","/Election/filing.asp","",0);
		Menu2_6_3=new Array("Council Districts","/Election/neighborhoods.asp","",0);
		Menu2_6_4=new Array("Campaign Reports Filed","/Election/treasurer_rpts_filings11.asp","",0);
	Menu2_7=new Array("Emergency Preparedness","/Emergency/emergency_preparedness.asp","",0,20,150);
	Menu2_8=new Array("General Information","/Information/city_info.asp","",0,20,150);
	Menu2_9=new Array("Green Bowie","/GreenBowie/default.asp","",0,20,150);
	Menu2_10=new Array("Jobs","/Personnel/index.asp","",0,20,150);
	Menu2_11=new Array("Links","/Information/links.asp","",0,20,150);
	Menu2_12=new Array("Organization Chart","javascript:void window.open('/Government/org_chart.pdf')","",0,20,150);
	Menu2_13=new Array("Police","/Government/Police/index.asp","",0,20,150);
	Menu2_14=new Array("Press Releases","/PressReleases/index.asp","",0,20,150);
	
	
Menu3=new Array("rollover:/images/business_u.gif:/images/business_o.gif","/Businesses/index.asp","/images/brnd_toolbar.gif",12,20,110);
	Menu3_1=new Array("Business in Bowie","/Government/Planning/business_bowie.asp","",0,20,320);
	Menu3_2=new Array("Retail Opportunities and Demographics","javascript:void window.open('/Government/planning/docs/retailopps_demographics.pdf')","",0,20,180);
	Menu3_3=new Array("Development Sites Outline","javascript:void window.open('/Government/Planning/docs/DSO_2012.pdf')","",0,20,180);
	Menu3_4=new Array("Restaurant Guide","javascript:void window.open('/Information/Restaurant_Guide.pdf')","",0,20,140);
	Menu3_5=new Array("Starting a Business","/Government/Planning/business_starting.asp","",0,20,140);
	Menu3_6=new Array("Guide to Legal Aspects of Doing Business in Maryland","javascript:void window.open('http://www.oag.state.md.us/legalaspects.pdf')","",0,20,250);
	Menu3_7=new Array("Economic Development Committee","/Committees/economic_development.asp","",0,20,250);
	Menu3_8=new Array("Chambers of Commerce","/Government/Planning/business_chambers.asp","",0,20,250);
	Menu3_9=new Array("Emergency Preparedness","javascript:void window.open('http://www.business.gov/expand/emergency-preparedness/')","",0,20,250);
	Menu3_10=new Array("Requests for Proposals (RFPs)","/RFP/rfplist.asp","",0,20,180);
	Menu3_11=new Array("Business Information Links","/Government/Planning/business_info.asp","",0,20,180);
	Menu3_12=new Array("Maps & GIS","/gis_maps.asp","",0,20,180);
	

Menu4=new Array("rollover:/images/residents_u.gif:/images/residents_o.gif","/Residents/index.asp","/images/brnd_toolbar.gif",13,20,110);
	Menu4_1=new Array("Arts and Culture","/LeisureActivities/arts_culture.asp","",0,20,180);
	Menu4_2=new Array("Emergency Preparedness","/Emergency/emergency_preparedness.asp","",0,20,180);
	Menu4_3=new Array("Get Involved","/Information/get_involved.asp","",0);
	Menu4_4=new Array("Green Bowie","/GreenBowie/default.asp","",0);
	Menu4_5=new Array("Leisure Activities","/LeisureActivities/index.asp","",0);
	Menu4_6=new Array("Links","/Information/links.asp","",0);
	Menu4_7=new Array("Maps & GIS","/gis_maps.asp","",0);
	Menu4_8=new Array("Park Information","/Parks/index.asp","",0);
	Menu4_9=new Array("Public Meeting Space","/Residents/MeetingSpace/index.asp","",0);
	Menu4_10=new Array("Restaurant Guide","javascript:void window.open('/Information/Restaurant_Guide.pdf')","",0,20,140);
	Menu4_11=new Array("Services","/Residents/services.asp","",12);
		Menu4_11_1=new Array("Animal Control","/Government/CommunityServices/animalcontrol.asp","",0,20,200);
		Menu4_11_2=new Array("Building Permits","/Government/CommunityServices/building_permits.asp","",0);
		Menu4_11_3=new Array("Educational Support","/Committees/education.asp","",0);
		Menu4_11_4=new Array("Code Compliance","/Government/communityservices/code_compliance.asp","",0);
		Menu4_11_5=new Array("Leaf Collection","/Government/PublicWorks/leaf_collection.asp","",0);
		Menu4_11_6=new Array("Senior Services","/LeisureActivities/SeniorCenter/index.asp","",0);
		Menu4_11_7=new Array("Snow Removal","/Government/PublicWorks/snow_removal.asp","",0);
		Menu4_11_8=new Array("Street Lights","/Government/PublicWorks/street_lights.asp","",0);
		Menu4_11_9=new Array("Street Maintenance","/Government/PublicWorks/streets.asp","",0);
		Menu4_11_10=new Array("Refuse and Recycling","/Government/PublicWorks/refuse_and_recycling.asp","",0);
		Menu4_11_11=new Array("Water and Sewer","/Government/PublicWorks/water_service.asp","",0);
		Menu4_11_12=new Array("Youth & Family Services","/Government/CommunityServices/youthservices.asp","",0);
	Menu4_12=new Array("Shopping","javascript:void window.open('/Businesses/2009_Shopping_Map.pdf')","",0);
	Menu4_13=new Array("Transportation","/Information/public_transportation.asp","",0);
		
Menu5=new Array("rollover:/images/visitors_u.gif:/images/visitors_o.gif","/Visitors/index.asp","/images/brnd_toolbar.gif",11,20,90);
	Menu5_1=new Array("Accommodations","/Information/moving_to_bowie.asp","",0,20,140);
	Menu5_2=new Array("Arts and Culture","/LeisureActivities/arts_culture.asp","",0,20,140);
	Menu5_3=new Array("Leisure Activities","/LeisureActivities/index.asp","",0);
	Menu5_4=new Array("Links","/Information/links.asp","",0,20,140);
	Menu5_5=new Array("Maps & GIS","/gis_maps.asp","",0,20,140);
	Menu5_6=new Array("Moving to Bowie","/Information/moving_to_bowie.asp","",0,20,140);
	Menu5_7=new Array("Park Information","/Parks/index.asp","",0,20,140);
	Menu5_8=new Array("Public Meeting Space","/Residents/MeetingSpace/index.asp","",0);
	Menu5_9=new Array("Restaurant Guide","javascript:void window.open('/Information/Restaurant_Guide.pdf')","",0,20,140);
	Menu5_10=new Array("Shopping","javascript:void window.open('/Businesses/2009_Shopping_Map.pdf')","",0,20,140);
	Menu5_11=new Array("Transportation","/Information/public_transportation.asp","",0,20,140);
	

Menu6=new Array("rollover:/images/newsandinfo_u.gif:/images/newsandinfo_o.gif","/Information/index.asp","/images/brnd_toolbar.gif",14,20,150);
	Menu6_1=new Array("Events","/events.asp","",0,20,240);
	Menu6_2=new Array("Press Releases","/PressReleases/index.asp","",0,20,140);
	Menu6_3=new Array("Bowie Government TV","/Information/bowie_gov_tv.asp","",0,20,140);
	Menu6_4=new Array("Census Data","/Information/census.asp","",0,20,140);
	Menu6_5=new Array("Community Information","","",15,20,140);
		Menu6_5_1=new Array("Bowie Interfaith Food Pantry and Emergency Aid Fund","/Information/bowie_pantry.asp","",0,20,360);
		Menu6_5_2=new Array("Bowie Library","javascript:void window.open('http://www.prge.lib.md.us/')","",0,20,180);
		Menu6_5_3=new Array("Bowie Police Department","/Government/Police/index.asp","",0,20,180);
		Menu6_5_4=new Array("Bowie Post Offices","/Information/postal_service.asp","",0,20,180);
		Menu6_5_5=new Array("Churches and Other Houses of Worship in the Bowie Area","javascript:void window.open('/Information/houses_of_worship.pdf')","",0,20,180);
		Menu6_5_6=new Array("Community Centers in Bowie","/Information/community_centers.asp","",0,20,180);
		Menu6_5_7=new Array("Community Profile","javascript:void window.open('/Government/Planning/docs/Community_Profile.pdf')","",0,20,180);
		Menu6_5_8=new Array("Community Resources Directory","/Committees/community__resource_guide.asp","",0,20,180);
		Menu6_5_9=new Array("Fire and Emergency Services","/Information/fire.asp","",0,20,180);
		Menu6_5_10=new Array("Homeowners Associations in the Bowie Area","javascript:void window.open('/Information/hoalist.pdf')","",0,20,180);
		Menu6_5_11=new Array("Housing in Bowie","javascript:void window.open('/Government/Planning/docs/Housing_Rpt06.pdf')","",0,20,180);
		Menu6_5_12=new Array("Links to Community Organizations and Local Schools","/Information/links.asp","",0,20,180);
		Menu6_5_13=new Array("Sex Offender Information","/Information/sex_offender_info.asp","",0,20,180);
		Menu6_5_14=new Array("The Bowie Center for the Perfoming Arts","javascript:void window.open('http://www.bowiecenter.org/')","",0,20,180);
		Menu6_5_15=new Array("Visiting or Moving to Bowie?","/Information/moving_to_bowie.asp","",0,20,180);
	Menu6_6=new Array("Financial Documents","","",3,20,140);
		Menu6_6_1=new Array("Current Year's Adopted Budget","/Government/Finance/2012_Adopted_Budget.asp","",0,20,250);
		Menu6_6_2=new Array("Comprehensive Annual Financial Report","javascript:void window.open('/Government/Finance/2011_CAFR.pdf')","",0,20,180);
		Menu6_6_3=new Array("Prior Years' Budget","/Government/Finance/2011_Adopted_Budget.pdf","",0,20,180);
	Menu6_7=new Array("Forms","/Forms/index.asp","",0,20,140);
	Menu6_8=new Array("Grants","/Government/CityManager/Grants/index.asp","",0,20,140);
	Menu6_9=new Array("Holidays","/Information/holidays.asp","",0,20,140);
	Menu6_10=new Array("Maps & GIS","/gis_maps.asp","",0,20,140);
	Menu6_11=new Array("Publications","/Reports_and_Publications/index.asp","",0,20,140);
	Menu6_12=new Array("Reports","/Reports_and_Publications/index.asp","",0,20,140);
	Menu6_13=new Array("Transportation","/Information/public_transportation.asp","",3,20,140);
		Menu6_13_1=new Array("Commuting","/Information/commuting_options.asp","",0,20,180);
		Menu6_13_2=new Array("Public Transportation","/Information/public_transportation.asp","",0,20,180);
		Menu6_13_3=new Array("Seniors","/Information/senior_bus.asp","",0,20,180);
	Menu6_14=new Array("Volunteer Opportunities","/Information/get_involved.asp","",0,20,140);
	

    Menu7=new Array("rollover:/images/calendar_u.gif:/images/calendar_o.gif","/calendar.asp","/images/brnd_toolbar.gif",0,20,84);
