function gogo(sel)
{
	window.location = sel.options[sel.selectedIndex].value;
}
