function sel(percorso,campo)
	{
	    opener.document.getElementById(campo).value=percorso;
	    window.close();
	}

function openfilearchive(campo,tipo)
{
    URL="_filer.aspx?tipogal="+tipo+"&campo="+campo
    if (campo=="")
		window.open(URL,"Gest","menubar=0,toolbar=0,location=0,resizable=0,scrollbars=1,height=500,width=520");
    else
        window.open(URL,"Sele","menubar=0,toolbar=0,location=0,resizable=0,scrollbars=1,height=500,width=520");
}