// PAGE INFO
//
var boo_flash = true;
jQuery(function($){
    initSWF(boo_flash);
    
      
    $(window).resize(function(){
         recherche_init(0);
     });
    $(window).load(function( ){
        recherche_init(1);
    });
});


