// insert JavaScript source code here

function confirmar_exclusao_doc(pLinkSim)
{ 
  var name = confirm("Deseja realmente excluir o documento?");
  if (name==true)
  {
    //window.open(pLinkSim)
    window.location = pLinkSim;
  }
}

function confirmar_reenvio_protocolo(pLinkSim)
{
  var name = confirm("Deseja re-enviar o protocolo de leitura?")
  if (name==true)
  {
    window.open(pLinkSim)
  }
}

function openurl(pLink)
{
  window.open(pLink,"DocumentCenterWindow","titlebar=no,width=800,height=600");
}

function linkAlterdara()
{
  window.open("http://www.alterdata.com.br/cont.asp?id=10");
}
