//********************************************************************** function OpenWin(URL,width,height,nom) { window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=" + width + ",height=" + height + ",resizable=no"); } function OpenWin2(URL,width,height,nom) { window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes"); } // ********** // EOF // ********** // ********** // FOOTER // ********** jQuery(document).ready(function() { jQuery("#page-footer").append('