/**
 *
 * Nom :       scripts du module
 *
 * Desc :      
 *
 * Start :     
 *
 * Modifs. :
 *
 * Comments. :
 *
 * Version :   1.0
 *
 *
 */

function initpage() {

   /* pour tracer les event de sortie du site sur google analytics */     
   $('.downlaod').click(function(){
      //console.log('/downlaod/'+$(this).html());
      _gaq.push(['_trackPageview', '/downlaod/'+$(this).html()]);

   });     

   sc = '.sc_'+screen.width+'-'+screen.height ;
   //console.log(sc);
   $(sc).addClass('size');
};




$(document).ready(initpage);
