/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'home.html',
	],
	['Services', 'commercial.html',
		['<img src=images/spacer.gif border=0 width=5>Commercial Services', 'commercial.html'],
		['<img src=images/spacer.gif border=0 width=5>High-rise Residential', 'residential.html'],
		['<img src=images/spacer.gif border=0 width=5>Mobile Pressure Washing', 'pressure.html'],

	],
	['About Us','aboutus.html',
		['<img src=images/spacer.gif border=0 width=5>Company Profile<img src=images/icon_arrow0.gif border=0>', 'aboutus.html',
			['<img src=images/spacer.gif border=0 width=5>Mission Statement', 'aboutus.html'],
			['<img src=images/spacer.gif border=0 width=5>Company Overview', 'aboutus.html'],
		],
		['<img src=images/spacer.gif border=0 width=5>Safety Standards', 'safety.html'],		
		['<img src=images/spacer.gif border=0 width=5>Quality Control', 'qullity.html'],
		['<img src=images/spacer.gif border=0 width=5>Security Standards', 'security.html'],		
		['<img src=images/spacer.gif border=0 width=5>StormWatch', 'stormwatch.html'],
	],
	['Our Clients', 'clients.html',
		['<img src=images/spacer.gif border=0 width=5>Selected Clients', 'clients.html'],
		['<img src=images/spacer.gif border=0 width=5>Testimonials', 'testimon.html'],
	],
	['Our Employees', 'training.html',
		['<img src=images/spacer.gif border=0 width=5>Training', 'training.html'],
		['<img src=images/spacer.gif border=0 width=5>Employment Opportunities', 'career.html'],
	],	
	['Contact Us', 'contactus.html',
		['<img src=images/spacer.gif border=0 width=5>Request a bid', 'contactus.html'],
		['<img src=images/spacer.gif border=0 width=5>Contact Information', 'address.html'],
	],	
	
];

