
function finestra(url, w, h, istanza) {
	window.open(url, istanza, "width="+w+",height="+h+",status=yes,scrollbars=yes,resizable=no");
}
