
var MENU_ITEMS = [
	['&nbsp;&nbsp;&nbsp;Home','index.html', {'tw' : '_self'}],
		
	['About Us','about.html', {'tw' : '_self'},
		['Philosophy','philosophy.html', {'tw' : '_self'}],
		['Team','team.html', {'tw' : '_self'}],
		['Employment','employment.html', {'tw' : '_self'}],	
		['News & Events','news.html', {'tw' : '_self'}],
	],	
	
	['Landscape','landscaping.html', {'tw' : '_self'},
	 	['Design – Build','design_build.html', {'tw' : '_self'}],
		['Irrigation','irrigation_installation.html', {'tw' : '_self'}],
		['Hardscape','hardscape.html', {'tw' : '_self'}],
		['Wood Working','woodworking.html', {'tw' : '_self'}],
		['Drainage','drains.html', {'tw' : '_self'}],
//		['Erosion Control','erosion.html', {'tw' : '_self'}],
		['In-House Safety','safety.html', {'tw' : '_self'}],
		['Landscape Clients','L_clients.html', {'tw' : '_self'}],
			['Landscape Portfolio »','L_portfolio.html', {'tw' : '_self'},
				['The Crosby Estates','X_crosby.html', {'tw' : '_self'}],
				['Four Seasons at Beaumont','L_fourseasons_b.html', {'tw' : '_self'}],
				['Rancho Diamante','L_ranchodiamante.html', {'tw' : '_self'}],
				['Eastlake Vistas','L_eastlake.html', {'tw' : '_self'}],
				['San Vincenzo','L_sanvincenzo.html', {'tw' : '_self'}],
				],
		],
		['Maintenance','maintenance.html', {'tw' : '_self'},
		 	['Customer Service','customer_service.html', {'tw' : '_self'}],
			['Water Management','water_management.html', {'tw' : '_self'}],
			['Property Profile Book','property_profile.html', {'tw' : '_self'}],
			['Monthly Walkthroughs','walkthroughs.html', {'tw' : '_self'}],
			['Janitorial Services','janitorial.html', {'tw' : '_self'}],
			['Brush Management','brush_management.html', {'tw' : '_self'}],
//			['Erosion Control','erosion.html', {'tw' : '_self'}],
			['In-House Safety','safety.html', {'tw' : '_self'}],
			['Maintenance Clients','M_clients.html', {'tw' : '_self'}],
			['Maintenance Portfolio »','M_portfolio.html', {'tw' : '_self'},
				['Rancho Carrillo','M_carrillo.html', {'tw' : '_self'}],
				['Rancho Pacifica','M_pacifica.html', {'tw' : '_self'}],
				['Sundance','M_sundance.html', {'tw' : '_self'}],
				['The Crosby Estate','X_crosby.html', {'tw' : '_self'}],
				['Trilogy at La Quinta','M_trilogy.html', {'tw' : '_self'}],
				],
			
			],	
		
	['Contact','contact.html', {'tw' : '_self'}],
];
	
			/* note about portfolio file naming conventions ... if item belongs exclusively to maintenence, it has a M_ prefix, if it belongs exclusively to landscaping it has an L_ prefix. If it belongs to both it has a X_ prefix */
