				//array to hold values for left menu names
				if (unitName == "adoption_center") {
				
				menuItems = new Array(5)
				menuItems[0] = "Adoption Center&nbsp;&nbsp;"
				menuItems[1] = "How to Adopt&nbsp;&nbsp;"
				menuItems[2] = "Adoptable Pets&nbsp;&nbsp;"
				menuItems[3] = "Success Stories&nbsp;&nbsp;"
				menuItems[4] = "Spay/Neuter&nbsp;&nbsp;"
				
				
				//array to hold values for left menu link values
				linkItems = new Array(5)
				linkItems[0] = "adoption_center.asp"
				linkItems[1] = "how_to_adopt.asp"
				linkItems[2] = "adoptable_pets.asp"
				linkItems[3] = "success_stories.asp"
				linkItems[4] = "spay_neuter.asp?f=22"
				
				} 
				
				if (unitName == "lost_and_found") {
				
				menuItems = new Array(2)
				menuItems[0] = "Lost and Found&nbsp;&nbsp;"
				menuItems[1] = "Microchipping&nbsp;&nbsp;"
				
				//array to hold values for left menu link values
				linkItems = new Array(2)
				linkItems[0] = "lost_and_found.asp?f=12"
				linkItems[1] = "microchipping.asp?f=12"
				
				} 
				
				if (unitName == "volunteer") {
				
				menuItems = new Array(4)
				menuItems[0] = "Volunteer&nbsp;&nbsp;"
				menuItems[1] = "Opportunities to Help&nbsp;&nbsp;"
				menuItems[2] = "Volunteer Committees&nbsp;&nbsp;"
				menuItems[3] = "Volunteer Application&nbsp;&nbsp;"
				
				//array to hold values for left menu link values
				linkItems = new Array(4)
				linkItems[0] = "volunteer.asp"
				linkItems[1] = "opportunities_to_help.asp"
				linkItems[2] = "volunteer_committees.asp"
				linkItems[3] = "pdfs/volunteer_app.pdf target='_new'"
				
				} 
				
				if (unitName == "education") {
				
				menuItems = new Array(6)
				menuItems[0] = "Education&nbsp;&nbsp;"
				menuItems[1] = "Spay/Neuter&nbsp;&nbsp;"
				menuItems[2] = "Microchipping&nbsp;&nbsp;"
				menuItems[3] = "Abuse or Neglect&nbsp;&nbsp;"
				menuItems[4] = "For Kids&nbsp;&nbsp;"
				menuItems[5] = "Other Animal Groups&nbsp;&nbsp;"
				
				//array to hold values for left menu link values
				linkItems = new Array(6)
				linkItems[0] = "education.asp"
				linkItems[1] = "spay_neuter.asp?f=143"
				linkItems[2] = "microchipping.asp?f=143"
				linkItems[3] = "abuse_or_neglect.asp"
				linkItems[4] = "for_kids.asp"
				linkItems[5] = "other_animal_groups.asp"
				} 
				
				
				
				if (unitName == "donations") {
				
				menuItems = new Array(5)
				menuItems[0] = "Donate Now&nbsp;&nbsp;"
				menuItems[1] = "Planned Giving&nbsp;&nbsp;"
				menuItems[2] = "Become a Member&nbsp;&nbsp;"
				menuItems[3] = "Other Ways to Help&nbsp;&nbsp;"
				menuItems[4] = "Wish List&nbsp;&nbsp;"
				
				//array to hold values for left menu link values
				linkItems = new Array(5)
				linkItems[0] = "donate_now.asp"
				linkItems[1] = "planned_giving.asp"
				linkItems[2] = "become_a_member.asp"
				linkItems[3] = "other_ways_to_help.asp"
				linkItems[4] = "wish_list.asp"
				
				} 
				
				if (unitName == "news_and_events") {
				
				menuItems = new Array(5)
				menuItems[0] = "Mercy's Story&nbsp;&nbsp;"
				menuItems[1] = "Art Unleashed! 2010&nbsp;&nbsp;"
				menuItems[2] = "News and Events&nbsp;&nbsp;"
				menuItems[3] = "Birthday Parties&nbsp;&nbsp;"
				menuItems[4] = "Past Events&nbsp;&nbsp;"
				
				//array to hold values for left menu link values
				linkItems = new Array(5)
				linkItems[0] = "mercy_story.asp"
				linkItems[1] = "art_unleashed_2010.asp"
				linkItems[2] = "news_and_events.asp"
				linkItems[3] = "birthday_parties.asp"
				linkItems[4] = "past_events.asp"
				
				} 
				
				if (unitName == "faqs") {
				
				menuItems = new Array(1)
				menuItems[0] = "FAQs&nbsp;&nbsp;"
				
				//array to hold values for left menu link values
				linkItems = new Array(1)
				linkItems[0] = "faqs.asp"
				
				}
				
				if (unitName == "contact_us") {
				
				menuItems = new Array(2)
				menuItems[0] = "Contact Us&nbsp;&nbsp;"
				menuItems[1] = "Join Our eMail List&nbsp;&nbsp;"
				
				//array to hold values for left menu link values
				linkItems = new Array(2)
				linkItems[0] = "contact_us.asp"
				linkItems[1] = "join_email.asp"
				
				}
				
				if (unitName == "links") {
				
				menuItems = new Array(1)
				menuItems[0] = "Links&nbsp;&nbsp;"
				
				//array to hold values for left menu link values
				linkItems = new Array(1)
				linkItems[0] = "links.asp"
				
				}
				
				if (unitName == "about_us") {
				
				menuItems = new Array(3)
				menuItems[0] = "About Us&nbsp;&nbsp;"
				menuItems[1] = "Mission Statement&nbsp;&nbsp;"
				menuItems[2] = "Our Programs&nbsp;&nbsp;"
				
				//array to hold values for left menu link values
				linkItems = new Array(3)
				linkItems[0] = "about_us.asp"
				linkItems[1] = "mission_statement.asp"
				linkItems[2] = "our_programs.asp"
				
				}
				
				if (unitName == "care_and_training") {
				
				menuItems = new Array(6)
				menuItems[0] = "Caring for Your Pets&nbsp;&nbsp;"
				menuItems[1] = "Spay or Neuter&nbsp;&nbsp;"
				menuItems[2] = "Microchipping&nbsp;&nbsp;"
				menuItems[3] = "Hot & Cold Weather&nbsp;&nbsp;"
				menuItems[4] = "Financial Assistance&nbsp;&nbsp;"
				menuItems[5] = "Additional Resources&nbsp;&nbsp;"
				
				
				//array to hold values for left menu link values
				linkItems = new Array(6)
				linkItems[0] = "caring_for_your_pets.asp"
				linkItems[1] = "spay_neuter.asp?f=1098"
				linkItems[2] = "microchipping.asp?f=1098"
				linkItems[3] = "hot_and_cold_weather_tips.asp"
				linkItems[4] = "financial_assistance.asp"
				linkItems[5] = "additional_resources.asp"
				
				} 

				
				
				//variable to hold a the string for our document.write statement
				var page = ""
				
				//this one is critical - tells script which page we're on and deadens the link
				//var pageName = "client_references.htm"
				
				//declare other variables with null values
				var rollOverColor = ""
				var offColor = ""
				var normalColor = ""
				var linkString = ""
				var email
				var gimmefive
				
				//loop through the array and assign real values to variables
				for (var i = 0; i < menuItems.length; i++)
					{
					var j = linkItems[i]
					if (pageName == j) {
						rollOverColor = "#b32317"
						normalColor = "#b32317"
						offColor = "#b32317"
						linkString = "<span class='disabled'>&nbsp;" + menuItems[i] + "<img src='images/gray_square.jpg' border='0'>&nbsp;&nbsp;</span></td></tr>"
					} else {
						rollOverColor = "#b32317"
						normalColor = "#b32317"
						offColor = "#b32317"
							if (pageName == "search.html") {
								linkString = "<span style='color:white;'><a href=../../" + j + ">&nbsp;" + menuItems[i] + "</a></span></td></tr>"
							} else {
								linkString = "<a href=" + j + "><span style='color:white;'>&nbsp;" + menuItems[i] + "</span></a><img src='images/red_square.jpg' border='0'>&nbsp;&nbsp;</td></tr>"
							}
					}
					//load the variable with html stuff and the variables from above
					page += "<tr><td align='right' bgcolor='" + normalColor + "' height=11 onMouseover=this.style.backgroundColor='" + rollOverColor + "' onMouseout=this.style.backgroundColor='" + offColor + "'>" + linkString
					}
				//write the output to the browser
				document.write(page)
				gimmefive = "<tr><td><a href='donate_now.asp'><img style='margin-right:0px; margin-left:0px; margin-bottom:10px; margin-top:50px; float:middle;' src='images/gimme_five_side.gif' border='0'></a></td></tr>"
				document.write(gimmefive)
				email = "<tr><td><a href='join_email.asp'><img style='margin-right:0px; margin-left:0px; margin-bottom:10px; margin-top:20px; float:middle;' src='images/email_list_button_big.gif' border='0'></a></td></tr>"
				document.write(email)