function RealVideo(file, titolo, testata, alt) {
	 window.open('/html/video_popup.htm?video=' + escape(file) + '&fascia=' + escape(testata) + '&titolo=' + escape(titolo), null, "height=300, width=300, status=no");
}
