function MM_openBrWindow(theURL,winName,features) { // Funzione per l'apertura delle pop up.
	window.open(theURL,winName,features);
}