var finestra;

function MM_openBrWindow(theURL,winName,features) { //v2.0
	if (finestra && !finestra.closed) {
		finestra.close()
	}
	finestra = window.open(theURL,winName,features);
	finestra.moveTo(10,10);
	finestra.focus();
}

function fuoco() {
	window.document.flash.focus();
}