/*************************
*     produits.js
*  
* evenement jquery page produits LPG
* @author nicolas rossi
*************************/
 

 $(function(){
     
     $('#flashProduitsLPG').flash({
      height:   510,
      src:      "/flash/product-line-GB.swf",
      flashvars: { 
            spa_url: '/index.php/products/endermospa',
            integral_url: '/index.php/integral',
            elab_url: '/index.php/endermolab',
            spineforce_url: 'http://www.spineforce.com/home.html',
            km2_url: '/index.php/keymodule',
            liftm6_url: '/index.php/facial',
            lipom6_url: '/index.php/lipo',
            wellbox_url: 'http://www.yourwellbox.com/',
            cosme_url: '/index.php/products/skincare'
            },
      width:    940,
      wmode:    'transparent'
    });

     
 
 });
