
function aprischeda(txt)
{
infowin=window.open(txt,"Scheda", "height=600,width=800,toolbar=0,menubar=0,scrollbars=1,resizable=1,status=0,location=0");
}

function aprimap(txt)
{
infowin=window.open(txt,"Cartina", "height=600,width=800,toolbar=0,menubar=2,scrollbars=1,resizable=1,status=0,location=0");
}

