// Fonctions JS communes pour le site function MM_openBrWindow(theURL,winName,features) { window.open(theURL,winName,features); } // Affiche une pop-up d'administration du Content JDM Framework // L'argument est l'URL du formulaire function pop_cjf (f_url) { var pop_cjf = window.open (f_url, "pop_cjf", "width=750,height=500,scrollbars=yes,resizable=yes") ; if (!pop_cjf) alert ("Votre système vient de bloquer une pop-up d'administration.\n\nVeillez le configurer pour en permettre l'affichage.") ; else pop_cjf.focus () ; } //v1.0 //Copyright 2006 Adobe Systems, Inc. All rights reserved. function AC_AddExtension(src, ext) { if (src.indexOf('?') != -1) return src.replace(/\?/, ext+'?'); else return src + ext; } function AC_Generateobj(objAttrs, params, embedAttrs) { var str = ' '; str += '