//Menu definition
mainMenu.addItem ('<center>Home</center>',{'url':'a','onclick':'menuGoUrl(\'home\')','theWidth':60},false);

//mainMenu.addItem ('<center>Patient Appreciation</center>',{'url':'a','onclick':'menuGoUrl(\'apprec\')','theWidth':130},false);
mainMenu.addItem ('<center>Patient Appreciation</center>',{'url':'','theWidth':130},false);
	mainMenu.addItem ('Winners',{'url':'a','onclick':'menuGoUrl(\'apprec,winners\')','theWidth':120},false);
	mainMenu.addItem ('Community Events',{'url':'a','onclick':'menuGoUrl(\'community\')','theWidth':120},false);
	mainMenu.addItem ('Annual Patient Parties',{'url':'','theWidth':120},true);
		mainMenu.addItem ('2005',{'url':'a','onclick':'menuGoUrl(\'apprec,appreciationparty2005\')','theWidth':30},false);
		mainMenu.addItem ('2006',{'url':'a','onclick':'menuGoUrl(\'apprec,happyfeet2007\')','theWidth':30},false);
		mainMenu.addItem ('2008',{'url':'a','onclick':'menuGoUrl(\'apprec,appreciationparty2008\')','theWidth':30},true);	

mainMenu.addItem ('<center>Our Office</center>',{'url':'','theWidth':90},false);
	mainMenu.addItem ('Introduction',{'url':'a','onclick':'menuGoUrl(\'our_office\')','theWidth':120},false);
	mainMenu.addItem ('Meet the Team',{'url':'a','onclick':'menuGoUrl(\'our_office/meet_the_team\')','theWidth':120},false);
	mainMenu.addItem ('Kid\'s Corner',{'url':'a','onclick':'menuGoUrl(\'our_office/kids_corner\')','theWidth':120},false);
	mainMenu.addItem ('Patient History Forms',{'url':'a','onclick':'menuGoUrl(\'our_office/downloads\')','theWidth':120},false);
	//mainMenu.addItem ('Patient Consent Form',{'url':'a','onclick':'menuGoUrl(\'our_office/downloads\')','theWidth':120},false);
	//mainMenu.addItem ('HIPAA Statement',{'url':'a','onclick':'menuGoUrl(\'our_office/downloads\')','theWidth':120},false);
	//mainMenu.addItem ('Feedback Form',{'url':'a','onclick':'menuGoUrl(\'our_office/downloads\')','theWidth':120},false);
	//mainMenu.addItem ('Emergency Page',{'url':'a','onclick':'menuGoUrl(\'our_office/downloads\')','theWidth':120},false);
	mainMenu.addItem ('Take a Tour',{'url':'','theWidth':120},true);
		mainMenu.addItem ('Slideshow',{'url':'a','onclick':'menuGoUrl(\'our_office/take_a_tour\')','theWidth':120},true);

mainMenu.addItem ('<center>Technology</center>',{'url':'a','onclick':'menuGoUrl(\'tech\')','theWidth':105},false);

mainMenu.addItem ('<center>Treatment</center>',{'url':'','theWidth':90},false);
mainMenu.addItem ('Introduction',{'url':'a','onclick':'menuGoUrl(\'treatment\')','theWidth':120},false);
	mainMenu.addItem ('Your First Visit',{'url':'a','onclick':'menuGoUrl(\'treatment/your_first_visit\')','theWidth':120},false);
	mainMenu.addItem ('Ortho Appliances',{'url':'a','onclick':'menuGoUrl(\'treatment/ortho_appliances\')','theWidth':120},false);
	mainMenu.addItem ('Tips For Living',{'url':'a','onclick':'menuGoUrl(\'treatment/tips_for_living\')','theWidth':120},false);
	mainMenu.addItem ('Before & After',{'url':'a','onclick':'menuGoUrl(\'treatment/before_after\')','theWidth':120},true);

mainMenu.addItem ('<center>Braces Q & A</center>',{'url':'a','onclick':'menuGoUrl(\'bracesQA\')','theWidth':100},false);
	//mainMenu.addItem ('Introduction',{'url':'a','onclick':'menuGoUrl(\'bracesQA\')','theWidth':230},false);
	//mainMenu.addItem ('Why get braces?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/why_get_braces\')','theWidth':230},false);
	//mainMenu.addItem ('Who should get braces?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/who_should_get\')','theWidth':230},false);
	//mainMenu.addItem ('Will my child\'s teeth straighten as they grow?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/childs_teeth\')','theWidth':230},false);
	//mainMenu.addItem ('Can my family dentist do orthodontics?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/can_dentist\')','theWidth':230},false);
	//mainMenu.addItem ('Do I need to be referred?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/referred\')','theWidth':230},false);
	//mainMenu.addItem ('How do I schedule an initial exam?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/schedule_exam\')','theWidth':230},false);
	//mainMenu.addItem ('Do we still need to see our family dentist?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/family_dentist\')','theWidth':230},false);
	//mainMenu.addItem ('What about \'invisible\' aligners?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/invisible_braces\')','theWidth':230},false);
	//mainMenu.addItem ('What foods do I have to avoid?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/foods_to_avoid\')','theWidth':230},false);
	//mainMenu.addItem ('How long will treatment last?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/how_long\')','theWidth':230},false);
	//mainMenu.addItem ('Will a retainer be necessary?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/retainer\')','theWidth':230},false);
	//mainMenu.addItem ('What about costs?',{'url':'a','onclick':'menuGoUrl(\'bracesQA/what_about_costs\')','theWidth':230},true);

mainMenu.addItem ('<center>Adult Orthodontics</center>',{'url':'a','onclick':'menuGoUrl(\'adult_ortho\')','theWidth':120},false);

mainMenu.addItem ('<center>Contact Us</center>',{'url':'a','onclick':'menuGoUrl(\'our_office/get_in_touch\')','theWidth':105},true);

