	startMenu(1, 180); //products menu
	menuItem('Tranceivers', null , null, '#3399ff', '#0066FF', '/products/tranceivers.html', null);
	menuItem('Receivers', null, null, '#3399ff', '#0066FF', '/products/receivers.html', null);
	menuItem('Exciters', null, null, '#3399ff', '#0066FF', '/products/exciters.html', null);
	menuItem('HF Radar', null, null, '#3399ff', '#0066FF', '/products/hfradar.html', null);
	menuItem('Marine Radar', null, null, '#3399ff', '#0066FF', '/products/marineradar.html', null);
	menuItem('Bridge Altimeters/Tide Gauges', null, null, '#3399ff', '#0066FF', '/products/altimeters.html', null);
	menuItem('Analysis Software', 7, null, '#3399ff', '#0066FF', '/products/software.html', 'right');
	menuItem('Pricing and Availability', null, null, '#3399ff', '#0066FF', '/products/pricing.html', null);
	endMenu();

	startMenu(2, 180); //applications menu
	menuItem('Current Mapping', 8, null, '#3399ff', '#0066FF', '/applications/currentmapping.html', 'right');
	menuItem('Bar Mapping', null, null, '#3399ff', '#0066FF', '/applications/barmapping.html', null);
	menuItem('Tide Measurements', null, null, '#3399ff', '#0066FF', '/applications/tidemeasurements.html', null);
	menuItem('River/Bay Flow Measurements ', 9, null, '#3399ff', '#0066FF', '/applications/flowmeasurements.html', 'right');
	menuItem('Target Tracking/Classification', null, null, '#3399ff', '#0066FF', '/applications/tracking.html', null);
	endMenu();
	
	startMenu(3, 150); //publications menu
	menuItem('Conference Proceedings', null, 150, '#3399ff', '#0066FF', '/publications/conf.html', null);
	menuItem('Publication List', 14, 150, '#3399ff', '#0066FF', '/publications/publist.html', 'right');
	menuItem('PDF Articles', null, 150, '#3399ff', '#0066FF', '/publications/pdfarticles.html', null);
	endMenu();
	
	startMenu(4, 100); //tranceivers submenu
	menuItem('Octopus', null, null, '#3399ff', '#0066FF', '/products/octopus.html', null);
	menuItem('Quadrapus', null, null, '#3399ff', '#0066FF', '/products/quadrapus.html', null);
	endMenu();
	
	startMenu(5, 100); //receivers submenu
	menuItem('OctalRec', null, null, '#3399ff', '#0066FF', '/products/octalrec.html', null);
	menuItem('QuadraRec', null, null, '#3399ff', '#0066FF', '/products/quadrec.html', null);
	endMenu();

	
	startMenu(6, 120); //hf radar submenu
	menuItem('Phased Array', null, 120, '#3399ff', '#0066FF', '/products/beam.html', null);
	menuItem('DOA Array', null, 120, '#3399ff', '#0066FF', '/products/doa.html', null);
	endMenu();

	
	startMenu(7, 150); //software submenu
	menuItem('HF Radar', 12, 120, '#3399ff', '#0066FF', '/products/hfradarsw.html', 'right');
	menuItem('Marine Radar', 13, 120, '#3399ff', '#0066FF', '/products/marineradarsw.html', 'right');
	endMenu();

	
	startMenu(8, 120); //current mapping submenu 
	menuItem('Oceans', null, 120, '#3399ff', '#0066FF', '/applications/oceans.html', null);
	menuItem('Rivers and Bays', null, 120, '#3399ff', '#0066FF', '/applications/riversbays.html', null);
	endMenu();
	
	startMenu(9, 120); //river/bay flow meaasurements submenu
	menuItem('Coherent', null, 120, '#3399ff', '#0066FF', '/applications/coherent.html', null);
	menuItem('Noncoherent', null, 120, '#3399ff', '#0066FF', '/applications/riversbays.html', null);
	endMenu();

	startMenu(20, 120); //blank for home
	endMenu();	
	
	startMenu(21, 120); //blank for contact
	endMenu();
	
	startMenu(12, 120); //products-software-hfradar submenu
	menuItem('Vector Mapping', null, 120, '#3399ff', '#0066FF', '/products/vectormapping.html', null);

	endMenu();
	
	startMenu(13, 120); //products-software-marine radar submenu
	menuItem('CXfer', null, 120, '#3399ff', '#0066FF', '/products/cxfer.html', null);
	menuItem('SnipIt', null, 120, '#3399ff', '#0066FF', '/products/snipit.html', null);
	menuItem('FFT-3D', null, 120, '#3399ff', '#0066FF', '/products/fft3d.html', null);
	endMenu();
	
	startMenu(14, 150); //publications menu
	menuItem('HF Publications', null, 150, '#3399ff', '#0066FF', '/publications/hfpubs.html', null);
	menuItem('Microwave Publications', null, 150, '#3399ff', '#0066FF', '/publications/micropubs.html', null);
	
	endMenu();