function OpenNews(EVEN_ID)
	{
		collegamento = "news.asp?EVEN_ID=" + EVEN_ID;
		newswin = window.open(collegamento,'intere','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=551,height=400')
		newswin.focus();
	}
function Enlarge(file, id, width, height){
		w = width
		h = height 
		newWin2 = window.open("detail.asp?file=" + file + "&id=" + id, 'detail', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+w+',height='+h);
		newWin2.focus();
		}
function OpenFocus()
	{
		collegamento = "/PAGES/focus.asp"
		newswin = window.open(collegamento,'Focus','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=550,height=400')
		}

function apri() 
	{ 
		if (document.form.select.options[document.form.select.selectedIndex].value != "none") 
		{ 
			location.href = document.form.select.options[document.form.select.selectedIndex].value 
		} 
	} 
