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