// JavaScript Document

	var dest = new Array(11)
	dest[0] = window.location.href;
	dest[1] = "./ref/faq.html";
	dest[2] = "./ukwed/index.asp";
	dest[3] = "./noabl/index.html";
	dest[4] = "./small/index.html";
	dest[5] = "./you/funding.html";
	dest[6] = "./business/index.html";
dest[7] = "./jobs/index.html";
dest[8] = "./ref/publications.html";
dest[9] = "./media/news/index.html";
dest[10] = "./ref/links.html";

function quicklinksgo() {
	
	window .location.href = dest[document.frmQF.quicklinks.options.selectedIndex];
	
}
