createMenuTop();
var leftnav = new Array();
  leftnav[0] = {text:'Home', url:'/trinity/'};
  leftnav[1] = {text:'About Trinity Center', url:'/trinity/about/'};
  	leftnav[1][0] = {text:'Why Trinity Center', url:'/trinity/about/trinity.html'};
	leftnav[1][1] = {text:'Video Introduction', url:'/trinity/about/video.html'};
	leftnav[1][2] = {text:'Physician Referrals', url:'/trinity/about/referrals.html'};
	leftnav[1][3] = {text:'Corporate Wellness', url:'/trinity/about/corporate.html'};
	leftnav[1][4] = {text:'In the News', url:'/trinity/news/'};
		leftnav[1][4][0] = {text:'New Services', url:'/trinity/news/newservices.html'};
		leftnav[1][4][1] = {text:'Video: Colorectal Cancer', url:'/trinity/news/colorectal.html'};
		
		
		
leftnav[2] = {text:'Our Services', url:'/trinity/services/'};
  	leftnav[2][0] = {text:'Cardiology', url:'/trinity/services/cardiology/'};
		leftnav[2][0][0] = {text:'-&nbsp;Cardiology Services', url:'/trinity/services/cardiology/services.html'};
		leftnav[2][0][1] = {text:'-&nbsp;Our Cardiologists', url:'/trinity/services/cardiology/cardiologists.html'};
  	
	leftnav[2][1] = {text:'Corporate Wellness', url:'/trinity/services/corporate.html'};
	
	
	leftnav[2][2] = {text:'Dermatology', url:'/trinity/services/dermatology/'};
		leftnav[2][2][0] = {text:'-&nbsp;Dermatology Services', url:'/trinity/services/dermatology/services.html'};
		leftnav[2][2][1] = {text:'-&nbsp;Our Dermatologists', url:'/trinity/services/dermatology/dermatologists.html'};
	
	leftnav[2][3] = {text:'Gastroenterology', url:'/trinity/services/gastroenterology/'};
		leftnav[2][3][0] = {text:'-&nbsp;Gastroenterology Services', url:'/trinity/services/gastroenterology/services.html'};
		leftnav[2][3][1] = {text:'-&nbsp;Our Gastroenterologists', url:'/trinity/services/gastroenterology/gastroenterologists.html'};
	
	leftnav[2][4] = {text:'Imaging Services', url:'/trinity/services/imaging/'};
	
	leftnav[2][5] = {text:'Internal Medicine', url:'/trinity/services/internal/'};
		leftnav[2][5][0] = {text:'-&nbsp;Internal Medicine Services', url:'/trinity/services/internal/services.html'};
		leftnav[2][5][1] = {text:'-&nbsp;Our Internists', url:'/trinity/services/internal/internists.html'};
		
	
	leftnav[2][6] = {text:'Otolaryngology', url:'/trinity/services/otolaryngology/'};
		leftnav[2][6][0] = {text:'-&nbsp;Otolaryngology Services', url:'/trinity/services/otolaryngology/services.html'};
		leftnav[2][6][1] = {text:'-&nbsp;Our Otolaryngologists', url:'/trinity/services/otolaryngology/otolaryngologists.html'};
	
	
	leftnav[2][7] = {text:'Physician Referrals', url:'/trinity/services/referrals.html'};
	
	leftnav[2][8] = {text:'Podiatry', url:'/trinity/services/podiatry/'};
	
	leftnav[2][9] = {text:'Pulmonary Care', url:'/trinity/services/pulmonary/'};
		leftnav[2][9][0] = {text:'-&nbsp;Pulmonary Care Services', url:'/trinity/services/pulmonary/services.html'};
		leftnav[2][9][1] = {text:'-&nbsp;Our Pulmonologists', url:'/trinity/services/pulmonary/pulmonologists.html'};
		
		
	
	leftnav[2][10] = {text:'Sports Medicine', url:'/trinity/services/sports/'};
		leftnav[2][10][0] = {text:'-&nbsp;Sports Medicine Services', url:'/trinity/services/sports/services.html'};
		leftnav[2][10][1] = {text:'-&nbsp;Our Orthopaedists', url:'/trinity/services/sports/orthopedists.html'};
	
	
	

		
		/*leftnav[2][10][0] = {text:'-&nbsp; Podiatry Services', url:'/trinity/services/podiatry/services.html'};
		leftnav[2][10][1] = {text:'-&nbsp; Our Podiatrists', url:'/trinity/services/podiatry/podiatrists.html'};*/
	






  leftnav[3] = {text:'For Patients', url:'/trinity/patients/'};
  	leftnav[3][0] = {text:'Frequently Asked Questions', url:'/trinity/patients/faqs.html'};
	leftnav[3][1] = {text:'Form for New Patients', url:'/trinity/patients/newpatient.html'};
	leftnav[3][2] = {text:'Resources for Patients', url:'/trinity/patients/resources/'};
	leftnav[3][3] = {text:'Insurance Information', url:'/trinity/patients/insurance.html'};
	leftnav[3][4] = {text:'Physician Referrals', url:'/trinity/patients/referrals.html'};
 leftnav[4] = {text:'Our Physicians', url:'/trinity/physicians/'}; 
 	leftnav[4][0] = {text:'Our Physicians', url:'/trinity/physicians/index.html'};
 leftnav[5] = {text:'Our Location', url:'/trinity/location/'};
  	leftnav[5][0] = {text:'Contact Us', url:'/trinity/location/index.html'};
	leftnav[5][1] = {text:'Maps &amp; Directions', url:'/trinity/location/maps.html'};
	leftnav[5][2] = {text:'Parking', url:'/trinity/location/parking.html'};

leftnavBuild( leftnav );
createMenuEnd();
