/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=25;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#006AB5';			// Background color when mouse is over
	var HighSubBgColor='#006AB5';		// Background color when mouse is over on subs
	var FontLowColor='#000080';			// Font color when mouse is not over
	var FontSubLowColor='#000080';		// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#000080';        		// Border color
	var BorderSubColor='#000080';			// 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=0;				// 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='left';			// 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=185;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// 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='';				// 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=['../JavascriptMenu/tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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("Home","../index.htm","",0,20,150);

//

Menu2=new Array("Welcome","","",4,20,150);
               Menu2_1=new Array("Governor's Message","../welcome/govindex.htm","",0,20,225);
               Menu2_2=new Array("Executive Director","../welcome/execindex.htm","",0,20,150);
               Menu2_3=new Array("Maryland Port Commission","","",3,20,150);
                             Menu2_3_1=new Array("Members","../welcome/commindex.htm","",0,20,150); 
                             Menu2_3_2=new Array("Meeting Dates","../welcome/commdates.htm","",0,20,150);
                             Menu2_3_3=new Array("Overview","../welcome/commintro.htm","",0,20,150);
               Menu2_4=new Array("Our Pledge 2008","../welcome/OurPledge.pdf","",0,20,150);
//
//Menu3=new Array("Frequently Asked Questions","../faq/index.htm","",0,20,150);
//
//Menu4=new Array("Site Map & Search","../sitemap.htm","",0,20,150);
//
Menu3=new Array("Customer Information","../CIC/index.htm","",4,20,150);
	Menu3_1=new Array("CIC Team & Mission","../CIC/missionteam.htm","",0,20,150);
	Menu3_2=new Array("Contact Us","http://www.marylandports.com/CIC/mpacontact3_bar2.htm","",0,20,150);
                Menu3_3=new Array("MPA Divisions","../contact/index.htm","",0,20,150);
                Menu3_4=new Array("Terminal Holiday Schedule","../CIC/holidays.htm","",0,20,150);
//
// Menu6=new Array("","../opsalert/index.htm","../JavascriptMenu/eBroadcast.gif",0,20,150);
//
//



//Menu4=new Array("MPA Seagirt P3 Project","","",6,20,150);
//               Menu4_1=new Array("Request for Qualifications","../seagirtp3/RFQ.pdf","",0,20,225);
//               Menu4_2=new Array("Revised Schedule","../seagirtp3/RFQSchedule.pdf","",0,20,150);
//               Menu4_3=new Array("SMT Existing Conditions Plan","../seagirtp3/SMT.pdf","",0,20,150);
//               Menu4_4=new Array("Seagirt Marine Terminal Facility Tour","../seagirtp3/tour.pdf","",0,20,150);
//			   Menu4_5=new Array("MPA General Cargo Statistics","","",2,20,150);
//			   					   
//								  
//					   Menu4_5_1=new Array("MPA General Cargo 2001 to 2009","../seagirtp3/cargo1.ppt","",0,20,225);
//                       Menu4_5_2=new Array("MPA General Cargo 2001 to 1stQ2009","../seagirtp3/cargo2.pdf","",0,20,225);
//					    
//						Menu4_6=new Array("Container Market Study","../seagirtp3/MartinAssociates-MarketStudy011309.pdf","",0,20,150)
//


Menu4=new Array("testing","","../JavascriptMenu/bluebar2.gif",0,5,150);

Menu5=new Array("Business Opportunities","","",3,20,150);
       Menu5_1=new Array("Solicitations","../solicitations/index.htm","",0,20,150)
       Menu5_2=new Array("MBE Program","../MBE/index.htm","",0,20,150);
       Menu5_3=new Array("Business Forms","../businessforms/index.htm","",0,20,150);
//
Menu6=new Array("Calendar of Events","../calendar/index.htm","",0,20,150);
//
Menu7=new Array("Cruise Information","http://www.cruisemaryland.com","",0,20,150);
//               Menu6_1=new Array("Cruise Welcome","../cruises/index.htm","",0,20,150);
 //              Menu6_2=new Array("Cruise Schedules","http://www.marylandports.com/programs/mpa_cruise_schedule.jsp","",0,20,150);  
 //              Menu6_3=new Array("Cruise Newsletter","../cruises/newsletter/winter0607.pdf","",0,20,150);        
 //              Menu6_4=new Array("Location/Booking","../cruises/page1a_location.htm","",0,20,150);         
 //              Menu6_5=new Array("Parking & Directions","../cruises/page6a_directions.htm","",0,20,150);
 //              Menu6_6=new Array("Visit Baltimore","../cruises/page8a_visit.htm","",0,20,150);
  //             Menu6_7=new Array("Hotel Accommodations","../cruises/page5a_accommodations.htm","",0,20,150);
  //             Menu6_8=new Array("Transportation","../cruises/page3a_transportation.htm","",0,20,150);
  //             Menu6_9=new Array("Passenger Info","../cruises/page7a_passengerinfo.htm","",0,20,150);
  //             Menu6_10=new Array("Security","../cruises/page2a_security.htm","",0,20,150);
  //             Menu6_11=new Array("Cruise Line Links","../cruises/page4a_cruiselinks.htm","",0,20,150);

//
Menu8=new Array("Employment","../hr/index.htm","",0,20,150);
//
Menu9=new Array("Port & Shipping Services Directories","http://www.pobdirectory.com","",0,20,150);
//
Menu10=new Array("Port News","","",4,20,150);
       Menu10_1=new Array("Press Releases","","",8,20,200);
                 Menu10_1_1=new Array("2010 Press Releases","../news/index2010.htm","",0,20,150);
				 Menu10_1_2=new Array("2009 Press Releases","../news/index2009.htm","",0,20,150);
                 Menu10_1_3=new Array("2008 Press Releases","../news/index2008.htm","",0,20,150);
                 Menu10_1_4=new Array("2007 Press Releases","../news/index2007.htm","",0,20,150);
	             Menu10_1_5=new Array("2006 Press Releases","../news/index2006.htm","",0,20,150);
                 Menu10_1_6=new Array("2005 Press Releases","../news/index2005.htm","",0,20,150);
                 Menu10_1_7=new Array("2004 Press Releases","../news/index2004.htm","",0,20,150);
                 Menu10_1_8=new Array("2003 Press Releases","../news/index2003.htm","",0,20,150);
       Menu10_2=new Array("Subscribe to POB Magazine","../subscribe/index.htm","",0,20,150);
       Menu10_3=new Array("Current Issue of POB Magazine","../news/pobmagcurrent.htm","",0,20,150);
       Menu10_4=new Array("Previous Issues of POB Magazines","../news/pobmag.htm","",0,20,150);
//
Menu11=new Array("Port Security","","",8,20,150);
       Menu11_1=new Array("Mission","../security/mission.htm","",0,20,190);
       Menu11_2=new Array("Overview","../security/index.htm","",0,20,190);
       Menu11_3=new Array("Contact Us","../security/staff.htm","",0,20,150);
       Menu11_4=new Array("TWIC Regulations","../security/twic.htm","",0,20,150);
       Menu11_5=new Array("Escort Service","../security/escort.htm","",0,20,150);       
       Menu11_6=new Array("Access Requirements","../security/accesscontrol.htm","",0,20,150);
       Menu11_7=new Array("Photography","../security/photo.htm","",0,20,150);
       Menu11_8=new Array("Trucker Access Requirements","../security/trucker.pdf","",0,20,150);
//
Menu12=new Array("Rate Schedules","../info/sched.htm","",0,20,150);
// 
//
Menu13=new Array("","","../JavascriptMenu/bluebar2.gif",0,5,150);
//
Menu14=new Array("Cargo Handling","","",6,20,150);
       Menu14_1=new Array("MIT Operating System","http://pob.mpa.state.md.us","",0,20,200);
       Menu14_2=new Array("HAZMAT Cargo","../info/hazinfo.htm","",0,20,150);
       Menu14_3=new Array("QCHAT Program","../QCHAT/index.htm","",0,20,150);
       Menu14_4=new Array("Labor at the POB","../info/labor.htm","",0,20,150);
       Menu14_5=new Array("Types of Cargo","../info/cargo.htm","",0,20,150);
       Menu14_6=new Array("Technology Today","../info/it.htm","",0,20,150);
//
Menu15=new Array("Cargo Statistics","","",5,20,150);
       Menu15_1=new Array("2008 Annual Tonnage Report","","",4,20,200);
                Menu15_1_1=new Array("Intro & Summary Pages","../cargo_statistics/content.pdf","",0,20,200); 
                Menu15_1_2=new Array("Export Trade","../cargo_statistics/export.pdf","",0,20,200);
                Menu15_1_3=new Array("Import Trade","../cargo_statistics/import.pdf","",0,20,200);
                Menu15_1_4=new Array("2008 POB Performance Indicators","../cargo_statistics/performance.pdf","",0,20,200);       
       Menu15_2=new Array("MPA General Cargo 2000 to 2009","../cargo_statistics/cargo1.ppt","",0,20,250);
       Menu15_3=new Array("MPA Container/TEUS 2001 to Date","../cargo_statistics/teus.pdf","",0,20,250); 
       Menu15_4=new Array("POB Auto Units 99-08","../cargo_statistics/autounits.pdf","",0,20,250);      
       Menu15_5=new Array("Container Market Study","../cargo_statistics/MartinAssociates-MarketStudy011309.pdf","",0,20,150)

//
Menu16=new Array("Developing the POB","","",3,20,150);
       Menu16_1=new Array("Designs For Your Future","../eng/index.htm","",0,20,150);
//       Menu16_2=new Array("Port Land Use","../portuse/index.htm","",0,20,150);
       Menu16_2=new Array("Planning","../planning/index.htm","",0,20,150);
       Menu16_3=new Array("Harbor Development","../hd/index.htm","",0,20,150);   
//
Menu17=new Array("Environment","../environment/index.htm","",1,20,150);
       Menu17_1=new Array("EMS Annual Report","../environment/emsreport.pdf","",0,20,200);
//       Menu17_1=new Array("Environmental Mgmt System","../environment/ems.htm","",0,20,200);
//       Menu17_2=new Array("Environmental Initiatives","../environment/air.htm","",0,20,200);
//       Menu17_3=new Array("Water","../environment/water.htm","",0,20,150);
//       Menu17_1=new Array("Designs For Your Future","../eng/index.htm","",0,20,150);
//
Menu18=new Array("Location Information","","",3,20,150);
       Menu18_1=new Array("Market Location","../location/index.htm","",0,20,180);
       Menu18_2=new Array("Directions","../info/direction.htm","",0,20,150);
       Menu18_3=new Array("Location Maps","../location/GeographicalMap.pdf","",0,20,150);

//       Menu16_3=new Array("Transit Times via Truck","../location/truck.htm","",0,20,150);
//       Menu16_4=new Array("Transit Times Rail/Intermodal","../location/inter.htm","",0,20,150);
//
//Menu18=new Array("Marketing Team","../CIC/intlmrktg.htm","",2,20,150);
//		Menu18_1=new Array("North America ","../CIC/northamerica.htm","",0,20,200);
//		Menu18_2=new Array("International Representatives","../CIC/international.htm","",0,20,150);
		
//
Menu19=new Array("Maritime Information","","",7,20,150);
       Menu19_1=new Array("Brokers & Forwarders","../CIC/brokersforwarders.pdf","",0,20,150);
       Menu19_2=new Array("Distribution Centers","../CIC/distribution.htm","",0,20,150);
       Menu19_3=new Array("Public Warehouses","../CIC/warehouses.pdf","",0,20,150);
       Menu19_4=new Array("Stevedores & Terminal Ops","","",3,20,150);
               Menu19_4_1=new Array("Public Stevedores & Terminal Ops","../CIC/StevedorePublic.pdf","",0,20,200);
               Menu19_4_2=new Array("Private Stevedores & Terminal Ops","../CIC/StevedorePrivate.pdf","",0,20,200);
               Menu19_4_3=new Array("Liquid Bulk Terminal Ops","../CIC/LiquidBulk.pdf","",0,20,200);
       Menu19_5=new Array("Trade Lanes","../CIC/Trade_Lanes.pdf","",0,20,225);
       Menu19_6=new Array("Trucking Carrier Services","../links/CarrierandTruckingServices.pdf","",0,20,150);
       Menu19_7=new Array("Vehicle Processors","../CIC/processors.pdf","",0,20,150);
//
Menu20=new Array("Maritime Links","","",10,20,150);
         Menu20_1=new Array("Baltimore Organizations","../links/baltorgs.htm","",0,20,150);
         Menu20_2=new Array("Federal Agencies","../links/fedagencies.htm","",0,20,150);
         Menu20_3=new Array("Logistics Services","../links/logistics.htm","",0,20,150);
         Menu20_4=new Array("Maritime Businesses","../links/business.htm","",0,20,150);
         Menu20_5=new Array("Port & Shipping Services Directories","http://www.pobdirectory.com","",0,20,150);
         Menu20_6=new Array("Railroads","../links/rail.htm","",0,20,150);
         Menu20_7=new Array("State Agencies","../links/agencies.htm","",0,20,150);
         Menu20_8=new Array("Steamship Lines","../links/ssl.htm","",0,20,225);
         Menu20_9=new Array("Truckers Map","../links/Truckersmapforweb.pdf","",0,20,150);
         Menu20_10=new Array("Trucking Services","../links/trucking.htm","",0,20,150);
//
Menu21=new Array("Operations","","",4,20,150);
         Menu21_1=new Array("Terminal Operations","../operations/operations.htm","",0,20,150);
         Menu21_2=new Array("Logistics","../translogis/translogis.htm","",5,20,150);
                Menu21_2_1=new Array("Truck","../translogis/truck.htm","",0,20,150); 
                Menu21_2_2=new Array("eModal web site","http://www.emodal.com","",0,20,150); 
                Menu21_2_3=new Array("Rail","../translogis/rail.htm","",0,20,150);
                Menu21_2_4=new Array("State & Fed. Agencies","../translogis/agencies.htm","",0,20,150);
                Menu21_2_5=new Array("Fumigation","../translogis/fumigation.htm","",0,20,150);
         Menu21_3=new Array("Maryland Intl. Terminal","http://pob.mpa.state.md.us","",0,20,150);
         Menu21_4=new Array("Maintenance","","",2,20,150);
                Menu21_4_1=new Array("Crane Operations","../operations/craneops.htm","",0,20,150);
                Menu21_4_2=new Array("Facility Maintenance","../operations/facilmaint.htm","",0,20,150);
//
Menu22=new Array("Terminals","","",7,20,150);
       Menu22_1=new Array("Seagirt Marine Terminal","../CIC/Seagirt_Terminal.pdf","",1,20,150);
                Menu22_1_1=new Array("MIT Terminals","http://pob.mpa.state.md.us","",0,20,150);
       Menu22_2=new Array("Dundalk Marine Terminal","../CIC/DMT_Terminal.pdf","",1,20,150);
                Menu22_2_1=new Array("MIT Terminals","http://pob.mpa.state.md.us","",0,20,150);
       Menu22_3=new Array("Fairfield Marine Terminal","../CIC/Fairfield_Masonville.pdf","",0,20,150);
       Menu22_4=new Array("South Locust Point Terminal","../CIC/SLP_Terminal.pdf","",0,20,150);
       Menu22_5=new Array("North Locust Point Terminal","../CIC/NLP.pdf","",0,20,150);
       Menu22_6=new Array("Intermodal (ICTF)","../CIC/ICTF.pdf","",0,20,150);
       Menu22_7=new Array("Private Terminals","../CIC/privateterminals.htm","",0,20,150);


//
Menu23=new Array("Trade Development","../CIC/intlmrktg.htm","",2,20,150);
		Menu23_1=new Array("North America Representatives","../CIC/northamerica.htm","",0,20,200);
		Menu23_2=new Array("International Representatives","../CIC/international.htm","",0,20,150);
//
 Menu24=new Array("Safe Passage Site","http://www.mpasafepassage.org","",0,20,150);
//
//
Menu25=new Array("testing","","../JavascriptMenu/bluebar2.gif",0,5,150);
//
//
// Menu25=new Array("MPA Seagirt P3 Project","","",3,20,150);
//               Menu25_1=new Array("Request for Qualifications","../seagirtp3/RFQ.pdf","",0,20,225);
//               Menu25_2=new Array("Schedule","../seagirtp3/RFQSchedule.pdf","",0,20,150);
//               Menu25_3=new Array("SMT Existing Conditions Plan","../seagirtp3/SMT.pdf","",0,20,150);
