function showCal(dataI)
{
 window.name="caller";
 window.open("../calendar.asp?dataI=" +dataI,"calendar","toolbars=no,width=250,height=230,scrollbars=no,left=700,top=230")
}

function checkDate()
// non è usata
{
	if ((document.Lista.dal.value=="") || (document.Lista.al.value=="")) {
		alert ("l'intervallo delle date non è completo");
		return false ;
	} else {
		document.Lista.submit();
	}
} // end function

function openwindow(id)
{
var newwindow=window.open("gareDett.asp?id=" + id,"dettagli","toolbars=no,width=600,height=550,scrollbars=yes")
if (window.focus) {newwindow.focus()}
} 

function openwindowNews(id)
{
var newwindow=window.open("news.asp?id=" + id,"news","toolbar=no, menubar=no, location=no, directories=no, status=no, resizable=yes, scrollbars=no, width=400, height=400")
if (window.focus) {newwindow.focus()}
} 




