// JavaScript Document
<!--
function s_sifiltro()
{
    if (f1.clima.checked!="" || f1.chk_disabili.checked!=""|| f1.animali.checked!="" || f1.risto.checked!="" || f1.congressi.checked!="" || f1.piscina.checked!="" || f1.beauty.checked!="" || f1.curet.checked!="" || f1.wifi.checked!="")
    {
      f1.nofiltro.checked="";
    }
}
function s_empty()
{
    if (f1.nofiltro.checked==true)
    {
      f1.clima.checked="";
      f1.chk_disabili.checked="";
      f1.animali.checked="";
      f1.risto.checked="";
      f1.congressi.checked="";
      f1.piscina.checked="";
      f1.beauty.checked="";
      f1.curet.checked="";
      f1.wifi.checked="";     
    }
}
function s_empty2()
{
    if (rbottom.nofiltro.checked==true)
    {
      rbottom.clima.checked="";
      rbottom.chk_disabili.checked="";
      rbottom.animali.checked="";
      rbottom.risto.checked="";
      rbottom.congressi.checked="";
      rbottom.piscina.checked="";
      rbottom.beauty.checked="";
      rbottom.curet.checked="";
      rbottom.wifi.checked="";     
    }
}
function s_sifiltro2()
{
    if (rbottom.clima.checked!="" || rbottom.chk_disabili.checked!="" || rbottom.animali.checked!="" || rbottom.risto.checked!="" || rbottom.congressi.checked!="" || rbottom.piscina.checked!="" || rbottom.beauty.checked!="" || rbottom.curet.checked!="" || rbottom.wifi.checked!="")
    {
      rbottom.nofiltro.checked="";
    }
}
//-->
