function go()
{
	var loc = document.getElementById('navSelect').value;

	if (loc) location.href = loc;
}