var myMenu =
[
	['', 'Home', 'index.html', '_self', 'Starfire Dental Home'],  // a menu item
	['', 'Opportunities', 'opportunities.html', '_self', 'Employment Opportunities'],
	['', 'Staff Information', 'team.html', '_self', 'Starfire Dental Staff Information',   // a folder item
		['', 'Contact Us', 'contactus.html', '_self', 'Contact Us'],
		['', 'Why we are Different', 'whywearedifferent.html', '_self', 'Why we are Different'],  // a menu item
		['', 'Dr. Mitchell Myers', 'drmitch.html', '_self', 'Dr. Mitchell Myers, D.M.D., P.C.'],
		['', 'Starfire Dental Team', 'team.html', '_self', 'Starfire Dental Team']

		  // a folder item
	],
	['', 'Office Information', 'index.html', '_self', 'Starfire Dental Office Information', 
		['', 'Office Map', 'officemap.html', '_self', 'Starfire Dental Office Map'],
		['', 'Spa Amenities', 'spaamenities.html', '_self', 'Spa Amenities'],
		['', 'Office Tour', 'officetour.html', '_self', 'Office Tour'],
		['', 'High Tech Dentistry', 'hightechdentistry.html', '_self', 'High Tech Dentistry']
	],
	['', 'Patient Services', 'whatwedo.html', '_self', 'Patient Services',
	 	['', 'What We Do', 'whatwedo.html', '_self', 'What We Do'],
		['', 'Patient Education', 'patienteducation.html', '_self', 'What We Do'],
		['', 'Newsletter', 'emailnewsletter.html', '_self', 'Newsletter'],
		['', 'Your First Visit', 'yourfirstvisit.html', '_self', 'Your First Visit'],
		['', 'Patient Forms', 'patientforms.html', '_self', 'Patient Forms'],
		['', 'Financial Options', 'financialoptions.html', '_self', 'Financial Options'],
		['', 'Appointment Request', 'appointmentrequest.html', '_self', 'Appointment Request'],
		['', 'Patient Survey', 'patientsurvey.html', '_self', 'Patient Survey'],
		['', 'Links', 'links.html', '_self', 'Links']
	],
	['', 'Examples', 'beforeafter.html', '_self', 'Examples',
		['', 'Before & After', 'beforeafter.html', '_self', 'Before and After'],
		['', 'Patient Comments', 'comments.html', '_self', 'Patient Comments']
	],
];
cmDraw ('myMenuID', myMenu, 'hbr', cmThemeMiniBlack, 'ThemeMiniBlack');
