function popup(str,nome,w,h,f)
{
t = (screen.height-h)/2
l = (screen.width-w)/2
msg = window.open(str,nome, 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l + f); 
} 
function closewindow()
{
chiudi=self.close
}
