// Javascript Document

function GoUrl(s)
{	var d = s.options[s.selectedIndex].value
//	__utmLinker (d);
	top.location.href = d
	s.selectedIndex=0
}