<!--

/*
Drop Down Navigation
*/

function go_nav(){

	if (document.navselect.sys.options[2].selected) parent.location.href = "http://www.hw.ac.uk/wattclub/electronic_alumni_directory.html";
	if (document.navselect.sys.options[3].selected) parent.location.href = "http://www.hw.ac.uk/annual-review/";
	if (document.navselect.sys.options[4].selected) parent.location.href = "http://www.hw.ac.uk/careers/";
	if (document.navselect.sys.options[5].selected) parent.location.href = "http://www.hw.ac.uk/cenWWW/";
	if (document.navselect.sys.options[6].selected) parent.location.href = "http://www.hw.ac.uk/prosp/ug/";
	if (document.navselect.sys.options[7].selected) parent.location.href = "http://www.hw.ac.uk/prosp/pg/";
	if (document.navselect.sys.options[8].selected) parent.location.href = "http://www.ebs.hw.ac.uk/";
	if (document.navselect.sys.options[9].selected) parent.location.href = "http://www.ecc-hw.com/";
	if (document.navselect.sys.options[10].selected) parent.location.href = "http://www.hw.ac.uk/personnel/vacancies/";
	if (document.navselect.sys.options[11].selected) parent.location.href = "http://www.hw.ac.uk/library/";
	if (document.navselect.sys.options[12].selected) parent.location.href = "http://www.hw.ac.uk/recruitment/";
	if (document.navselect.sys.options[13].selected) parent.location.href = "http://www.trs.hw.ac.uk/";
	if (document.navselect.sys.options[14].selected) parent.location.href = "http://www.hw.ac.uk/sbc/";
	if (document.navselect.sys.options[15].selected) parent.location.href = "http://scholar.hw.ac.uk/";
	if (document.navselect.sys.options[16].selected) parent.location.href = "http://www.hwusa.org/";
	if (document.navselect.sys.options[17].selected) parent.location.href = "http://www.hw.ac.uk/webmail/";
		}

