<!--
	/////////////////////////////////////////////////////////////////////////////////
	//	THE FOLLOWING ARE THE ONLY VARIABLES AND ARRAY THAT WILL NEED TO BE CHANGED
	//
	
	var basepath = "images/";	
	var tableWidth = 778;				// The size of the top navigation table
	var delay = 100;					// The length of time to hide the previous layer
	var offsetWidth = 2;				// This is the width between the start of the table to the top navigation
	var layoutSize = 778;				// This is the width of the entire site
	
	// This is where you change the table cells attributes
	var tdOff = "#B2B2B2";				// The roll off/default color for the table cell
	var tdOn = "#FF9966";				// The roll over color for the table cell
	var lineSeperatorColor = "#e3e3e3";	// This is the color of the line that seperated the links in the layer
	var border = true;					// Show border if set to true
	var borderColor = "#FFFFFF";		// This will be the border color around the drop down layers
	var tdClass = "class='dropLinks'";	// Class applied to the links in the table cell
	var tdHeight = "height='20'";		// Height of each table cell
	
	var totalImages = 6	// Total amount of images on top nav
	
	// [ starting left position, [[text link, actual link],[text link, actual link]], layer width ]
	var dropDownArray = new Array( 
									[101,	[["About Us","about_us.htm"], 
											["Our Philosophy ","our_philoshophy.htm"], 
											["Team","team.htm"], 
											["Achieving International Standards","achieving_intl_std.htm"], 
											["The Laboratory","laboratory.htm"]], 			107],
									[183, 	[["ART Sequence","art.htm"], 
											["The ART Cycle -Step by Step","artcycle.htm"], 
											["The Pregnancy Rates in ART","pregnancy_rates_in_art.htm"], 
											["Other ART Services","other_art_services.htm"], 
											["Setting up new ART Centres","new_art_center.htm"]],		128],
									[301, 	[["Artificial Insemination","artificial_insemination.htm"],
											["IVF","ivf.htm"],
											["ICSI","icsi.htm"], 
											["Sperm Retrieval","sperm_retrieval_techniques.htm"],
											["Assisted Laser Hatching","assisted_laser_hatching.htm"],
											["Blastocyst Culture","blastocyst_culture.htm"],
											["Egg Donation","egg_donation.htm"],
											["Embryo Donation","embryo_donation.htm"],
											["Semen Banking","semen_banking.htm"]], 			152],
									[434, 	[["FAQs","faq.htm"], 
											["Infertility","infertility.htm"],
											["Support Group","support_group.htm"],
											["Adoption","adoption.htm"],
											["Myths about Infertility","myths_about_infertility.htm"],
											["Baby Namer","babynamer.htm"],
											["Glossary","glossary.htm"]], 				120],
									[553, 	[["Outstation Patients","outstation_patients.htm"], 
											["For Referring Doctors","for_referring_doctors.htm"],
											["Training Program for Doctors","training_program_for_doctors.htm"],
											["In the News","news.htm"],
											["Meet Our Patients","meet_our_patients.htm"],
											["Visual Tour","visual_tour.htm"],
											["Prevention","prevention.htm"]], 				101],
									[650, 	[["contact","contact_us.htm"], 
											["contact","contact_us.htm"],
											["contact","contact_us.htm"]], 				126]
								);
	// HOW TO CALL AN INDEX OF THE ARRAY:								
	//dropDownArray[0][0] = Left Position;
	//dropDownArray[0][2] = num;
	//dropDownArray[0][1][0][0] = link Text;
	//dropDownArray[0][1][0][1] = actual link;
// -->
