// grabs current page location and puts on/over/ -state image for that section	if (location.href.indexOf('wwa') != -1)  {	document.write('<TD width=\"86\" rowspan=\"2\"><div align=\"left\"><IMG SRC=\"../images/nav_wwa_on.gif\" WIDTH=86 HEIGHT=18 border=\"0\"></div></TD>');	} else 	{	document.write('<TD width=\"86\" rowspan=\"2\"><div align=\"left\"><a href=\"../wwa/default.shtml\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'who\',\'\',\'../images/nav_wwa_over.gif\',1)\"><IMG SRC=\"../images/nav_wwa.gif\" WIDTH=86 HEIGHT=18 name=\"who\" border=\"0\"></a></div></TD>');	}if (location.href.indexOf('rap') != -1)  {	document.write('<TD width=\"125\" rowspan=\"2\"><div align=\"left\"><IMG SRC=\"../images/nav_rap_on.gif\" WIDTH=125 HEIGHT=18 border=\"0\"></div></TD>');	} else 	{	document.write('<TD width=\"125\" rowspan=\"2\"><div align=\"left\"><a href=\"../rap/default.shtml\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'rap\',\'\',\'../images/nav_rap_over.gif\',1)\"><IMG SRC=\"../images/nav_rap.gif\" WIDTH=125 HEIGHT=18 name=\"rap\" border=\"0\"></a></div></TD>');	}	// new line	if (location.href.indexOf('testing') != -1)  {	document.write('<TD width=\"273\" rowspan=\"2\"><div align=\"left\"><IMG SRC=\"../images/nav_test_over.gif\" WIDTH=273 HEIGHT=18 border=\"0\"></div></TD>');	} else 	{	document.write('<TD width=\"273\" rowspan=\"2\"><div align=\"left\"><a href=\"../testing/default.shtml\" onMouseOut=\"MM_swapImgRestore();hideObject(menu1)\" onMouseOver=\"MM_swapImage(\'test\',\'\',\'../images/nav_test_over.gif\',1);showObject(menu1)\"><IMG SRC=\"../images/nav_test.gif\" WIDTH=273 HEIGHT=18 name=\"test\" border=\"0\"></a></div></TD>');	}if (location.href.indexOf('contact') != -1)  {	document.write('<TD width=\"80\" rowspan=\"2\"><div align=\"left\"><IMG SRC=\"../images/nav_contact_on.gif\" WIDTH=80 HEIGHT=18 border=\"0\"></div></TD>');	} else 	{	document.write('<TD width=\"80\" rowspan=\"2\"><div align=\"left\"><a href=\"../contact/default.shtml\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage(\'contact\',\'\',\'../images/nav_contact_over.gif\',1)\"><IMG SRC=\"../images/nav_contact.gif\" WIDTH=80 HEIGHT=18 name=\"contact\" border=\"0\"></a></div></TD>');	}