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;
	}
}

// Play Rapport i korslänkningskolumnen- SWF ExternalInterface method
function swfLinkCommand()
{
	mywindow = window.open ("http://svt.se/svt/jsp/Crosslink.jsp?d=94991&a=1186082","mywindow","location=0,status=0,scrollbars=0,width=600,height=300");
	mywindow.moveTo(10,10);
}