// JavaScript Document
function zoom(str) {
	searchWin = window.open(str,'coniglio.info','scrollbars=yes,resizable=yes,width=900px,height=700px,status=yes,location=yes,toolbar=yes');
	}