function participer(){ var html = '
' + ' ' + '
'; new $.flavr({ iconPath : '/web/js/flavr/images/icons/', closeOverlay : true, closeEsc : true, dialog : 'form', position : 'm-4p', background : 'beige', titleSubmit : 'Participer', animateEntrance : 'bounceInDown', titleCancel : 'Annuler', form : { content: html, action: 'home.do?p=winachest', method: 'post'}, onSubmit : function( $container, $form ){ } }); }