function borraDato(i){
  document.frmBorradato.index.value=i;
  document.frmBorradato.submit();
} 

function viewImg(i, w, h ){   
  v=window.open('','', 'width='+w+',height='+h+', resizable=yes');
  v.document.write("<html><head><title>bd.servicio-x.com</title></head><body style='margin:0px'><img src='"+i+"'> </body></html>");
  v.document.close();
}