/**
 * Description :
 * @version : 1.0
 * @author : INFORMATIC & GRAFIC
 * @copyright : (C) 2005-2011 SARL INFORMATIC & GRAFIC
 * @license : GPL
 */

/**
 * BIBLIOTHÈQUE DES FONCTIONS
 */

<!-- musique -->
function popUp(URL)
{
  window.open(URL, 'play_music','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=300,height=150,top=50,left=20');
}



<!-- google analytics -->


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25088141-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();




