function go()
{
	box = document.naviform.navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

function go1()
{
	box = document.naviform1.navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

function go2()
{
	box = document.naviform2.navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

function go3()
{
	box = document.naviform3.navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

