	 /*	 
	 Questa pagina è stata creata da APDSoftware.it che ne è l'unica proprietaria e si riserva tutti i diritti.
    Tutti i contenuti e le immagini presenti in questa pagina può essere utilizzato solo con esplicito consenso di APDSoftware.it.
    Qualsiasi uso improprio viola le leggi sul copyright.
    
    This page has been created by APDSoftware.it and that is the only owner and it reserves all the rights.
    All the contents and the images present in this page can be used only with with explicit consent of APDSoftware.it.
    Whichever improper use breaks the laws on the copyright.
    
    ***************************************************************************************************************
    *                                                                                                             																	*
    *                               Copyright © 2007 APDSoftware. All Rights Reserved.                            								*
    *                                           http://www.apdsoftware.it                                         													*
    *                                               info@apdsoftware.it                                           													*
    *                                                                                                             																	*	
    ***************************************************************************************************************
	*/
function finestra(str)
	{
		preview = window.open(str, 'Preview', 'scrollbars=yes, resizable=no, status=no, location=no, toolbar=no, width=710, height=500');
	}
function select_a()
	{
		document.slfrm.action = "index.php?page=activity&year=" + document.getElementById('anno').value;
		document.slfrm.submit();
	}
function select_r()
	{
		document.slfrm.action = "index.php?page=risultati&year=" + document.getElementById('anno').value;
		document.slfrm.submit();
	}
function select_al()
	{
		document.slfrm.action = "index.php?page=allenatori&year=" + document.getElementById('anno').value;
		document.slfrm.submit();
	}		
function select_n()
	{
		document.slfrm1.action = "index.php?page=news&year=" + document.getElementById('anno').value;
		document.slfrm1.submit();
	}
var checkflag = "false";
function check(field) 
	{
		if (checkflag == "false") 
			{
  				for (i = 0; i < field.length; i++) 
					{
  						field[i].checked = true;
					}
  				checkflag = "true";
  				return "Uncheck all"; 
			}
		else 
			{
  				for (i = 0; i < field.length; i++) 
					{
  						field[i].checked = false; 
					}
  				checkflag = "false";
  				return "Check all"; 
			}
	}
