function gotoSite(obj)
{
	var s;
	s=obj.options[obj.selectedIndex].value;
	if (s != '') {
		top.location.href=s;
	}
}