function mmLoadMenus()
{
  if(window.mm_menu_main) return;
	
	// MENU: GENERAL INFORMATION
	window.mm_menu_General_Info = 
		                                                                 
		new Menu("General_Info",280,22,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#9aebc4","#d8e5e0","#3b604f","right","middle",8,0,200,-5,7,true,true,true,4,true,true);
		
		// MENU ITEMS -->
		
		mm_menu_General_Info.addMenuItem('Office Hours and Making Appointments &nbsp; &#187;', "window.location='shell.php?pid=General_Information&spid=office_hours'");
		mm_menu_General_Info.addMenuItem('What to Expect When You Visit &nbsp; &#187;', "window.location='shell.php?pid=General_Information&spid=what_to_expect'");
		mm_menu_General_Info.addMenuItem('Prescription Refills &nbsp; &#187;', "window.location='shell.php?pid=General_Information&spid=perscription_refills'");
		mm_menu_General_Info.addMenuItem('Information to Share &nbsp; &#187;', "window.location='shell.php?pid=General_Information&spid=information_to_share'");
		mm_menu_General_Info.addMenuItem('Lab Services and Results &nbsp; &#187;', "window.location='shell.php?pid=General_Information&spid=lab_services'");
		mm_menu_General_Info.addMenuItem('Billing and Insurance &nbsp; &#187;', "window.location='shell.php?pid=General_Information&spid=billing_and_insurance'");
		mm_menu_General_Info.addMenuItem('If you Require Surgery &nbsp; &#187;', "window.location='shell.php?pid=General_Information&spid=require_surgery'");
		mm_menu_General_Info.addMenuItem('Office Locations &nbsp; &#187;', "window.location='shell.php?pid=General_Information&spid=location'");
		mm_menu_General_Info.addMenuItem('Referring Physicians Survey &nbsp; &#187;', "window.location='shell.php?pid=Survey2&spid=survey2'");
		
		// SETTINGS -->
		//mm_menu_General_Info.fontWeight="bold";
		mm_menu_General_Info.hideOnMouseOut=true;
		mm_menu_General_Info.bgColor='#d8e5e0';
		mm_menu_General_Info.menuBorder=1;
		mm_menu_General_Info.menuLiteBgColor='#ffffff';
		mm_menu_General_Info.menuBorderBgColor='#3b604f';


	// MENU: PATIENT FORMS
	window.mm_menu_Patient_Forms = 
	 	new Menu("Patient_Forms",200,22,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#9aebc4","#d8e5e0","#3b604f","right","middle",8,0,200,-5,7,true,true,true,4,true,true);
		
		// MENU ITEMS -->
		mm_menu_Patient_Forms.addMenuItem("New Male &nbsp; &#187;", "window.location='shell.php?pid=Patient_Forms&spid=new_male'");
		mm_menu_Patient_Forms.addMenuItem("New Female &nbsp; &#187;", "window.location='shell.php?pid=Patient_Forms&spid=new_female'");
		mm_menu_Patient_Forms.addMenuItem("New Child &nbsp; &#187;", "window.location='shell.php?pid=Patient_Forms&spid=new_child'");
		//mm_menu_Patient_Forms.addMenuItem("Returning Male &nbsp; &#187;", "window.location='shell.php?pid=Patient_Forms&spid=returning_male'");
		//mm_menu_Patient_Forms.addMenuItem("Returning Female/Child &nbsp; &#187;", "window.location='shell.php?pid=Patient_Forms&spid=returning_female'");
		//mm_menu_Patient_Forms.addMenuItem("Male Infertility &nbsp; &#187;", "window.location='shell.php?pid=Patient_Forms&spid=male_infertility'");
		mm_menu_Patient_Forms.addMenuItem("Vasectomy &nbsp; &#187;", "window.location='shell.php?pid=Patient_Forms&spid=vasectomy'");
		//mm_menu_Patient_Forms.addMenuItem("Erectile Dysfunction &nbsp; &#187;", "window.location='shell.php?pid=Patient_Forms&spid=erectile_dysfunction'");
		
		// SETTINGS -->
		//mm_menu_General_Info.fontWeight="bold";
		mm_menu_Patient_Forms.hideOnMouseOut=true;
		mm_menu_Patient_Forms.bgColor='#d8e5e0';
		mm_menu_Patient_Forms.menuBorder=1;
		mm_menu_Patient_Forms.menuLiteBgColor='#ffffff';
		mm_menu_Patient_Forms.menuBorderBgColor='#3b604f';

	
	// MENU: THERAPIES
	window.mm_menu_Therapies = 
	 	new Menu("Therapies",240,22,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#9aebc4","#d8e5e0","#3b604f","right","middle",12,0,200,-5,7,true,true,true,4,true,true);
		
		// MENU ITEMS -->
		mm_menu_Therapies.addMenuItem("Prostate Cancer &nbsp; &#187;", "window.location='shell.php?pid=Therapies&spid=prostate_cancer'");
		mm_menu_Therapies.addMenuItem("Benign Prostatic Hyperplasia &nbsp; &#187;", "window.location='shell.php?pid=Therapies&spid=benign_prostatic_hyperplasia'");
		mm_menu_Therapies.addMenuItem("Kidney Massess & Cancer &nbsp; &#187;", "window.location='shell.php?pid=Therapies&spid=kidney_masses'");
		mm_menu_Therapies.addMenuItem("No-Scalpel Vasectomy &nbsp; &#187;", "window.location='shell.php?pid=Therapies&spid=non-scaple_vasectomy'");
		mm_menu_Therapies.addMenuItem("Female Incontinence &nbsp; &#187;", "window.location='shell.php?pid=Therapies&spid=female_incontinence'");
		mm_menu_Therapies.addMenuItem("External Web Resources &nbsp; &#187;", "window.location='shell.php?pid=Therapies&spid=external_resources'");
		mm_menu_Therapies.addMenuItem("daVinci Pyeloplasty &nbsp; &#187;", "window.location='shell.php?pid=Therapies&spid=robotic_assisted'");
		

		// SETTINGS -->
		//mm_menu_Therapies.fontWeight="bold";
		mm_menu_Therapies.hideOnMouseOut=true;
		mm_menu_Therapies.bgColor='#d8e5e0';
		mm_menu_Therapies.menuBorder=1;
		mm_menu_Therapies.menuLiteBgColor='#ffffff';
		mm_menu_Therapies.menuBorderBgColor='#3b604f';

		mm_menu_Therapies.writeMenus();
}