function goTo ()
{
	var sBase  = "/it/sym/2008/jxp08/";
	var vTemp = document.getElementById("whoSel");
	location.href=sBase+vTemp.value;
	}
	