function go()
{
	box = document.forms['qs'].navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}