function SgNewsNavigate(theForm,theSelect){
	var strURL = theForm.elements[theSelect].options[theForm.elements[theSelect].options.selectedIndex].value;
	if(SgIsEmpty(strURL) || strURL == "0" || strURL == "-1") {
		  alert("En länk i listan måste väljas");
		  return false;
	} else if(theSelect=="open" || theSelect=="video"){
	    _hbLink('dropdown_'+theForm.name,'', '0,0,0,0');
		SgOpenArgs('/svt/road/Classic/shared/mediacenter/index.jsp?'+strURL,'largevideoplayer',790,585,'scrolling=no,status=yes');
		//return false;
	} else {
	    _hbLink('dropdown_'+theForm.name, '', '0,0,0,0');
		document.location.href=strURL;
	}
}
