<!--
function Select(form, menu)
{
	adrs = menu.options[menu.selectedIndex].value;
	if (adrs != "-" )
	{
		top.location.href = adrs;
	}
}

//-->
