<!--
function GoProd(s)
{var d = s.options[s.selectedIndex].value;
	window.self.location.href = d;
	s.selectedIndex=0;
}
//-->
