function show_pane_hover(content, width, height){ var width = width || 500; var height = height || 500; initialize_pane_hover() $('#qi_pane_hover_content').html(content); $('#qi_pane_hover_content').css({"width" : width+"px","height" : height+"px"}); $('#qi_pane_hover_content .actions').prepend('Annuler'); } function close_pane_hover(){ $('#qi_pane_hover').remove(); } function initialize_pane_hover(){ if($('#qi_pane_hover').length == 0){ $('body').append('