if (!MAJIC_MENU_DEFINED) { var MAJIC_MENU_DEFINED = 1; var menuMargin = 1; var menuBorder = 2; function majicEncart(divId, encartId) { if (encart = document.getElementById(divId)) { var menu = document.createElement('span id="menu_'+divId+'"'); menu.style.display = "none"; menu.style.border = menuBorder+"px dashed #FF6060"; menu.style.position = "absolute"; menu.style.padding = "2px"; menu.onmouseout = "this.style.display='none'; top.status='';"; menu.style.cursor = "hand"; menu.ondblclick = "editEncart("+encartId+")"; menu.title = "Double-cliquez pour éditer cet encart..."; document.write(menu.outerHTML); encart.onmouseover = new Function("overEncart(this)"); encart.ondblclick = new Function("editEncart("+encartId+")"); encart.style.cursor = "hand"; } } function overEncart(encart) { if (encart!=null && encart.id!="") { if (menu=document.getElementById('menu_'+encart.id)) { var spans = document.getElementsByTagName("span"); for (i=0; i'; document.write(loading.outerHTML); top.location='/admin/admin_pages/index.php?action=encart_edit&encartId='+id+'&from_page='+escape(top.location); setTimeout("if (loading=document.getElementById('loadingEncart')) loading.style.display='none';", 3000) } }