function axome_flash2(swf,l,h,remplace)
{
var t='<param name="wmode" value="transparent" />';
document.write('<object type="application/x-shockwave-flash" data="'+swf+'" width="'+l+'" height="'+h+'"><param name="movie" value="'+swf+'" />'+t+remplace+'</object>')}
$(document).ready(function(){
$('a.spip_out').attr("target","_blank");
$('select#boutiques').change(function(){
location.href=$(this).val()});
if($('div#gauche').length&&$('div#centre').length){
var ie6=$.browser.msie&&($.browser.version<7);
var h=parseInt($('div#gauche').height())+32;
if(!ie6)$('div#centre').css('min-height',h+'px')}
if($('div#logos_liste').length){
var mrg=0;
var wli=175;
$("#logos_liste ul").css("width",($('#logos_liste ul li').length)*wli);
var wprog=$("#logos_liste ul").css("width");
wprog=parseInt(wprog.replace(/px/,''));
var eslid=5;
var butee=-1;
var mlmin=-(wprog-wli*eslid);
var d=2000;
$("a#logos_prev").click(function(){
mrg+=wli*eslid;
if(butee>0)butee=0;
if(mrg>=0){butee--;mrg=0}
if(butee<-1){butee=1;mrg=mlmin}
$("#logos_liste ul").animate({marginLeft:mrg+"px"},d);
return false});
$("a#logos_next").click(function(){
mrg-=wli*eslid;
if(butee<0)butee=0;
if(mrg<=mlmin){butee++;mrg=mlmin}
if(butee>1){butee=-1;mrg=0}
$("#logos_liste ul").animate({marginLeft:mrg+"px"},d);
return false})}
});

