function winOpen(str){

	newWin = window.open(str,'Titolo','scrollbars=yes,resizable=no,status=no,location=no,toolbar=no,width=670,height=374');

}
