function Scrivi(contenitore)
{
var Cont = document.getElementById(contenitore);
Cont.innerHTML = "
";
}
var ScLast;
function ApriLast(id)
{
ScLast = window.open("/webmaster_dati/script/documento.asp?IDDoc=" + id, "sc_last", "width=450, height=350, toolbars=no, resizable=yes, scrollbars=yes");
ScLast.focus();
}