codice:
function chiudi() {
		window.opener.document.maschera.upload.value = document.form.upload.value;
		window.close();
	}

	function chiudi() {
		window.opener.document.getElementById('foto').value = document.getElementById('filename').value;
		window.close();
	}
renderlo compatibile con firefox?