<!--
function go()
{
	box = document.forms[0].navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function go1()
{
	box = document.forms[1].navi1;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function go2()
{
	box = document.forms[2].navi2;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

// -->