function go()
{
	box = document.sele.selec;
	destination = '/' + box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}