function combo_destaquegov(Objeto)
{
     if(Objeto.value!='#')
     {
            window.open(Objeto.value);
     }
}