function commenta( p, s, id, autore, qualifica, commento ) {
    
    if ( autore && commento ) {
    
        SetCookie( 'autore', autore );
        SetCookie( 'qualifica', qualifica );
        SetCookie( 'commento', commento );
        ajax_popup('opera',p,s,id,'invio','overlayer_content');
        return true;
        
    } else {
    
        alert("Devi compilare i campi nome, cognome e commento.");
        return false;
            
    }

}

