function donav()
{
	p = document.forms['nav'].elements['product'];
	i = p.selectedIndex;
	document.location = p.options[i].value;
	return false;
}
