// JavaScript Document
//script loads based on 'page' variable in each page to determine whether image is static or rollover.
function writeTopNav() {
	
	
	document.write("<table width=\"680\" height=\"28\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
	document.write("<tr><td valign=\"top\">");
	
	if (page == "home") {
		document.write("<img src=\"http://www.universitytechnologypark.com/images/button_home_on.gif\" width=\"63\" height=\"28\">");
	} else {
	document.write("<a href=\"http://www.universitytechnologypark.com/index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('home','','http://www.universitytechnologypark.com/images/button_home_sel.gif',1)\"><img src=\"http://www.universitytechnologypark.com/images/button_home.gif\" alt=\"Home\" name=\"home\" width=\"63\" height=\"28\" border=\"0\"></a>");
		
	}
	
	document.write("</td><td valign=\"top\">");
					
	if (page == "overview") {
	document.write("<img src=\"http://www.universitytechnologypark.com/images/button_park_overview_on.gif\" width=\"102\" height=\"28\">");
	} else {
	document.write("<a href=\"http://www.universitytechnologypark.com/overview/index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('overview','','http://www.universitytechnologypark.com/images/button_park_overview_sel.gif',1)\"><img src=\"http://www.universitytechnologypark.com/images/button_park_overview.gif\" alt=\"Park Overview\" name=\"overview\" width=\"102\" height=\"28\" border=\"0\"></a> ");
		}
						
	document.write("</td><td valign=\"top\">");
	
	if (page == "building") {
		document.write("<img src=\"http://www.universitytechnologypark.com/images/button_tbc_on.gif\" width=\"123\" height=\"28\">");
		} else {
			document.write("<a href=\"http://www.universitytechnologypark.com/buildingone/index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bus_center','','http://www.universitytechnologypark.com/images/button_tbc_sel.gif',1)\"><img src=\"http://www.universitytechnologypark.com/images/button_tbc.gif\" alt=\"Technology Business Center\" name=\"bus_center\" width=\"123\" height=\"28\" border=\"0\"></a> ");
			}
	
	
	document.write("</td><td valign=\"top\">");
	
	if (page == "incubator") {
	document.write("<img src=\"http://www.universitytechnologypark.com/images/button_incubator_on.gif\" width=\"80\" height=\"28\">");
		} else {
	document.write("<a href=\"http://www.universitytechnologypark.com/incubator/index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('incubator','','http://www.universitytechnologypark.com/images/button_incubator_sel.gif',1)\"><img src=\"http://www.universitytechnologypark.com/images/button_incubator.gif\" alt=\"Incubator\" name=\"incubator\" width=\"80\" height=\"28\" border=\"0\"></a> ");		
			}
	
	 document.write("</td><td valign=\"top\">");
	 
	 if (page == "clients") {
		document.write("<img src=\"http://www.universitytechnologypark.com/images/button_clients_on.gif\" width=\"61\" height=\"28\">");
	} else {
		document.write("<a href=\"http://www.universitytechnologypark.com/clients/index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('clients','','http://www.universitytechnologypark.com/images/button_clients_sel.gif',1)\"><img src=\"http://www.universitytechnologypark.com/images/button_clients.gif\" alt=\"Clients\" name=\"clients\" width=\"61\" height=\"28\" border=\"0\"></a>");
	}
	  
	  document.write("</td><td valign=\"top\">");
	  
	  if (page == "media") {
		document.write("<img src=\"http://www.universitytechnologypark.com/images/button_media_on.gif\" width=\"96\" height=\"28\">");
	} else {
		document.write("<a href=\"http://www.universitytechnologypark.com/mediaroom/media_coverage.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('media_room','','http://www.universitytechnologypark.com/images/button_media_sel.gif',1)\"><img src=\"http://www.universitytechnologypark.com/images/button_media.gif\" alt=\"Media Room\" name=\"media_room\" width=\"96\" height=\"28\" border=\"0\"></a>");
		}
			  document.write("</td><td valign=\"top\">");
	  
	  if (page == "resources") {
		document.write("<img src=\"http://www.universitytechnologypark.com/images/button_resources_on.gif\" width=\"79\" height=\"28\">");
	} else {
		document.write("<a href=\"http://www.universitytechnologypark.com/resources/index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('resources','','http://www.universitytechnologypark.com/images/button_resources_sel.gif',1)\"><img src=\"http://www.universitytechnologypark.com/images/button_resources.gif\" alt=\"Resources\" name=\"resources\" width=\"79\" height=\"28\" border=\"0\"></a>");
		}
		
	 document.write("</td><td valign=\"top\">");
	 
	 if (page == "leasing") {
		document.write("<img src=\"http://www.universitytechnologypark.com/images/button_contact_on.gif\" width=\"76\" height=\"28\">"); 
	} else {
	document.write("<a href=\"http://www.universitytechnologypark.com/leasing/index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('contact','','http://www.universitytechnologypark.com/images/button_contact_sel.gif',1)\"><img src=\"http://www.universitytechnologypark.com/images/button_contact.gif\" alt=\"Contact\" name=\"contact\" width=\"76\" height=\"28\" border=\"0\"></a>");	
	}
	
	
	document.write("</td></tr></table>");

}

