
// *************************************************************
// affiliazioni.js
// *************************************************************

// Gestione azione
// ---------------------------------------------------------------------
   function azione(codice)
   {
            j1='<input type="hidden" name="modulo" value="affilia">';
            j2='<input type="hidden" name="azione" value="inizio">';
            j3='<input type="hidden" name="tipo" value="'+codice+'">';

            jhidden=j1+j2+j3;

            new_action('affilia',jhidden,'width=850,height=650,scrollbars=yes');
   }

// Gestione funzione servizi
// ---------------------------------------------------------------------
   function servizi()
   {
            jstr1='<input type="hidden" name="modulo" value="servizi">';
            jstr2='<input type="hidden" name="azione" value="inizio">';

            jhidden=jstr1+jstr2;

            new_action('servizi',jhidden,'width=950,height=600,scrollbars=yes');
   }
