function proponi( p, s, id, username, email, proposta ) {
    
        SetCookie( 'username', username );
        SetCookie( 'proposta', proposta );
        SetCookie( 'email', email );
        ajax_popup('opera',p,s,id,'invio','overlayer_content');
        return true;
        
}

