function finestra(str) {
window.open(str,'finestra','scrollbars=yes,resizable=yes,width=350,height=200,status=no,location=no,toolbar=no');

}

