/*************************
*     iniFt.js
*  
* evenement jquery du front
* @author nicolas rossi
*************************/
 

 $(function(){
     
     $('#homeFashContent').flash({
      height:   620,
      src:      "flash/accueilcellum6-ES.swf",
      width:    940,
      wmode:    'transparent'
    });

           
           
     $('#integralFashContent').flash({
      height:   620,
      src:      "../flash/integral-ES.swf",
      width:    940,
      wmode:    'transparent'
    });  
    
    $('#endermolabFlashContent').flash({
      height:   620,
      src:      "../flash/endermolab-ES.swf",  
      width:    940,
      wmode:    'transparent'
    });      
    
     

     
                            
    
    //$(document).pngFix(); 
 
 });