/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	['Home','index.htm', {'sw':140}],
	['Services', null, {'sw':140,'bw':140},
		['Land Surveying', 'land_survey.htm'],
		['Sub Division & Land Dev.', 'subdiv_landdev.htm'],
		['GPS Surveying', 'gps_services.htm'],
		['CAD & Printing Services', 'cad_printing.htm'],
		['Municipal Engineering', 'municipal.htm'],
		['Sample Projects', 'projects.htm']
	],
	['Contact Us', 'contact.htm', {'sw':140,'bw':140},
	],
];


