	bC= null;
	
	startMenu(1, 280); 
	menuItem('Dana Point Junior & Teen: classes, camp, club', null, 280, '#306DB0', '#14195F', 'junior.php', null);
	menuItem('Dana Point Adult: classes, club', null, 160, '#306DB0', '#14195F', 'adult.php', null);
	menuItem('Dana Point Stand Up Paddle', null, 160, '#306DB0', '#14195F', 'sup.php', null);
	menuItem('Lake Mission Viejo', null, 160, '#306DB0', '#14195F', 'lmv.php', null);
	menuItem('Private lessons, rides, specialty programs', null, 160, '#306DB0', '#14195F', 'privatelessons.php', null);
	endMenu();
	
	startMenu(2, 220);
	menuItem('Dana Point and Lake Mission Viejo: &nbsp;&nbsp;Registration Information', null, 220, '#306DB0', '#14195F', 'signup.php', null);
	endMenu();
	
	startMenu(3, 120);
	menuItem('Westwind Sailing &nbsp;&nbsp;News & Events', null, 120, '#306DB0', '#14195F', 'newsevents.php', null);
	endMenu();	

	startMenu(4, 145);
	menuItem('General Information', null, 145, '#306DB0', '#14195F', 'generalinfo.php', null);
	menuItem('Partners', null, 145, '#306DB0', '#14195F', 'partners.php', null);
	menuItem('Westwind Staff', null, 145, '#306DB0', '#14195F', 'staff.php', null);
	menuItem('FAQ', null, 50, '#306DB0', '#14195F', 'faq.php', null);
	menuItem('Map & Directions', null, 145, '#306DB0', '#14195F', 'directions.php', null);
	endMenu();
	
	startMenu(5, 100);
	menuItem('Phone Numbers &nbsp;&nbsp;& Adresses', null, 100, '#306DB0', '#14195F', 'contactus.php', null);
	endMenu();
	
	
			
	
	var targetType = 'new';
	var targetFrame = '_blank';	

	var targetType = 'self';
	var targetFrame = '_self';
