<!--

// The following writes the navigation bar table on the left side of the webpages

document.write ("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"150\">")

var 	navBar = "<tr height='20'><td width='150' height='20'><a href=' "
	navBar += relposition
	navBar += "index.html' onmouseover=\"imgOn('home'); return true\" onmouseout=\"imgOff('home'); return true\"><img height='20' width='150' src=' "
	navBar += relposition
	navBar += "images/n_home_off.gif' border='0' alt='Home' name='home'></a></td></tr>"

 	navBar += "<tr height='20'><td width='150' height='20'><a href=' "
	navBar += relposition
	navBar += "overview/overview.html' onmouseover=\"imgOn('overview'); return true\" onmouseout=\"imgOff('overview'); return true\"><img height='20' width='150' src=' "
	navBar += relposition
	navBar += "images/n_overview_off.gif' border='0' alt='Overview' name='overview'></a></td></tr>"

 	navBar += "<tr height='20'><td width='150' height='20'><a href=' "
	navBar += relposition
	navBar += "staff/staff.html' onmouseover=\"imgOn('staff'); return true\" onmouseout=\"imgOff('staff'); return true\"><img height='20' width='150' src=' "
	navBar += relposition
	navBar += "images/n_staff_off.gif' border='0' alt='Staff' name='staff'></a></td></tr>"

 	navBar += "<tr height='20'><td width='150' height='20'><a href=' "
	navBar += relposition
	navBar += "program/program.html' onmouseover=\"imgOn('program'); return true\" onmouseout=\"imgOff('program'); return true\"><img height='20' width='150' src=' "
	navBar += relposition
	navBar += "images/n_program_off.gif' border='0' alt='Program Activities' name='program'></a></td></tr>"

 	navBar += "<tr height='20'><td width='150' height='20'><a href=' "
	navBar += relposition
	navBar += "facilities/facilities.html' onmouseover=\"imgOn('research'); return true\" onmouseout=\"imgOff('research'); return true\"><img height='20' width='150' src=' "
	navBar += relposition
	navBar += "images/n_research_off.gif' border='0' alt='Research Facilities' name='research'></a></td></tr>"

 	navBar += "<tr height='20'><td width='150' height='20'><a href=' "
	navBar += relposition
	navBar += "grants/grants.html' onmouseover=\"imgOn('grants'); return true\" onmouseout=\"imgOff('grants'); return true\"><img height='20' width='150' src=' "
	navBar += relposition
	navBar += "images/n_grants_off.gif' border='0' alt='Grants' name='grants'></a></td></tr>"

 	navBar += "<tr height='20'><td width='150' height='20'><a href=' "
	navBar += relposition
	navBar += "projects/projects.html' onmouseover=\"imgOn('projects'); return true\" onmouseout=\"imgOff('projects'); return true\"><img height='20' width='150' src=' "
	navBar += relposition
	navBar += "images/n_projects_off.gif' border='0' alt='Projects' name='projects'></a></td></tr>"

 	navBar += "<tr height='20'><td width='150' height='20'><a href=' "
	navBar += relposition
	navBar += "groups/groups.html' onmouseover=\"imgOn('groups'); return true\" onmouseout=\"imgOff('groups'); return true\"><img height='20' width='150' src=' "
	navBar += relposition
	navBar += "images/n_groups_off.gif' border='0' alt='Research Groups' name='groups'></a></td></tr>"

 	navBar += "<tr height='20'><td width='150' height='20'><a href=' "
	navBar += relposition
	navBar += "nsac/nsac.html' onmouseover=\"imgOn('nsac'); return true\" onmouseout=\"imgOff('nsac'); return true\"><img height='20' width='150' src=' "
	navBar += relposition
	navBar += "images/n_nsac_off.gif' border='0' alt='NSAC' name='nsac'></a></td></tr>"

 	navBar += "<tr height='20'><td width='150' height='20'><a href=' "
	navBar += relposition
	navBar += "databases/databases.html' onmouseover=\"imgOn('databases'); return true\" onmouseout=\"imgOff('databases'); return true\"><img height='20' width='150' src=' "
	navBar += relposition
	navBar += "images/n_databases_off.gif' border='0' alt='Databases' name='databases'></a></td></tr>"

 	navBar += "<tr height='20'><td width='150' height='20'><a href=' "
	navBar += relposition
	navBar += "links/links.html' onmouseover=\"imgOn('websites'); return true\" onmouseout=\"imgOff('websites'); return true\"><img height='20' width='150' src=' "
	navBar += relposition
	navBar += "images/n_websites_off.gif' border='0' alt='Related Websites' name='websites'></a></td></tr>"

document.write (navBar)

document.write ("</table>")
// -->