function winOpen(str){

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

}
