function winOpen1(str){
newWin = window.open(str,'Titolo','scrollbars=no,resizable=no,status=no,location=no,toolbar=no,width=380,height=260');
}