function go_pegaform(i) {
  return $('form' + (i+1));
}
function go()
{
	box = go_pegaform(0).navi;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function go1()
{
	box = go_pegaform(1).navi1;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function go2()
{
	box = go_pegaform(2).navi2;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function go3()
{
	box = go_pegaform(3).navi3;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function go4()
{
	box = go_pegaform(4).navi4;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function go5()
{
	box = go_pegaform(5).navi5;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function go6()
{
	box = go_pegaform(6).navi6;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function go7()
{
	box = go_pegaform(7).navi7;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
function go8()
{
	box = go_pegaform(8).navi8;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}