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