function clear_textbox()
{
document.frmformato.frmname.value = "";
document.frmformato.frmapellido.value = "";
document.frmformato.frmcorreo.value = "";
document.frmformato.frmempresa.value = "";
document.frmformato.frmasunto.value = "";
}
