

var direction911imobile=1;

var screenLeft911imobile=0;

if ( direction911imobile == 1 )screenLeft911imobile=0;
else screenLeft911imobile=96*4;

if ( 'no' == 'no' )
{
  document.write('<style> body { overflow: -moz-scrollbars-vertical; overflow-x: hidden; overflow-y: scroll;}</style>');
}

document.write('<div Id="scrollWindow911imobile" style="position:absolute;border:1px solid #000000;height:78;width:98;background-color:#FFFFFF;"></div>');
document.write('<div  style="visibility:hidden;height:78;width:98;"></div>');
document.write('<div Id="scrollView911imobile"  style="cursor:hand;visibility:hidden;position:absolute;clip:rect(0px '+(screenLeft911imobile+98)+'px 76px '+screenLeft911imobile+'px);" >');
document.write('<div onclick="popup911imobile(\'http://i-mobile.magikmobile.com/culture/fr-FR/popup-redirect.aspx?q5=797142&amp;p=25\')" style="position:absolute;top:0;left:0px;height:76;width:94;float:left;margin:2px 1px 2px 1px;text-align:center;"><img border="0" style="position:absolute;height:72;width:92;" src="http://www.magikmobile.com/images/preview2.gif"><img border="0" style="height:72;width:92;" src="http://content.mkmb.net/p.ashx?id=797142"></div>');document.write('<div onclick="popup911imobile(\'http://i-mobile.magikmobile.com/culture/fr-FR/popup-redirect.aspx?q5=605104&amp;p=25\')" style="position:absolute;top:0;left:96px;height:76;width:94;float:left;margin:2px 1px 2px 1px;text-align:center;"><img border="0" style="position:absolute;height:72;width:92;" src="http://www.magikmobile.com/images/preview2.gif"><img border="0" style="height:72;width:92;" src="http://content.mkmb.net/p.ashx?id=605104"></div>');document.write('<div onclick="popup911imobile(\'http://i-mobile.magikmobile.com/culture/fr-FR/popup-redirect.aspx?q5=279482&amp;p=25\')" style="position:absolute;top:0;left:192px;height:76;width:94;float:left;margin:2px 1px 2px 1px;text-align:center;"><img border="0" style="position:absolute;height:72;width:92;" src="http://www.magikmobile.com/images/preview2.gif"><img border="0" style="height:72;width:92;" src="http://content.mkmb.net/p.ashx?id=279482"></div>');document.write('<div onclick="popup911imobile(\'http://i-mobile.magikmobile.com/culture/fr-FR/popup-redirect.aspx?q5=940758&amp;p=25\')" style="position:absolute;top:0;left:288px;height:76;width:94;float:left;margin:2px 1px 2px 1px;text-align:center;"><img border="0" style="position:absolute;height:72;width:92;" src="http://www.magikmobile.com/images/preview2.gif"><img border="0" style="height:72;width:92;" src="http://content.mkmb.net/p.ashx?id=940758"></div>');document.write('<div onclick="popup911imobile(\'http://i-mobile.magikmobile.com/culture/fr-FR/popup-redirect.aspx?q5=797142&amp;p=25\')" style="position:absolute;top:0;left:384px;height:76;width:94;float:left;margin:2px 1px 2px 1px;text-align:center;"><img border="0" style="position:absolute;height:72;width:92;" src="http://www.magikmobile.com/images/preview2.gif"><img border="0" style="height:72;width:92;" src="http://content.mkmb.net/p.ashx?id=797142"></div>');
document.write('</div>');

var originalLeft911imobile=0;

function popup911imobile(url){
    window.open(url,'_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=1, copyhistory=0, menuBar=0, width=418, height=280');
    return false;
}

function scrollStart911imobile()
{
  originalLeft911imobile=document.getElementById("scrollWindow911imobile").offsetLeft+1;
  document.getElementById("scrollView911imobile").style.top=document.getElementById("scrollWindow911imobile").offsetTop+1;
  document.getElementById("scrollView911imobile").style.left=-screenLeft911imobile+originalLeft911imobile;
  document.getElementById("scrollView911imobile").style.visibility='visible';
  setTimeout("scroll911imobile()",2000);
}

function scroll911imobile()
{
  screenLeft911imobile+=(direction911imobile*8);
  screenRight=screenLeft911imobile+96;  
  document.getElementById("scrollView911imobile").style.left=document.getElementById("scrollView911imobile").offsetLeft-(direction911imobile*8);
  document.getElementById("scrollView911imobile").style.clip='rect(0px '+screenRight+'px 76px '+screenLeft911imobile+'px)';
 
  if ((screenLeft911imobile % 96)==0) setTimeout("scroll911imobile()",2000);
  else setTimeout("scroll911imobile()",100);
  
  if ( direction911imobile == 1 )
  {
    if (screenLeft911imobile > (96*4)){
      screenLeft911imobile=0;
      
      screenRight=screenLeft911imobile+96;
      document.getElementById("scrollView911imobile").style.left=-screenLeft911imobile+originalLeft911imobile;
      document.getElementById("scrollView911imobile").style.clip='rect(0px '+screenRight+'px 76px '+screenLeft911imobile+'px)';
    }
  }
  else
  {
    if (screenLeft911imobile <= 0){
      screenLeft911imobile=96*4;
      screenRight=screenLeft911imobile+96;
      document.getElementById("scrollView911imobile").style.left=-screenLeft911imobile+originalLeft911imobile;
      document.getElementById("scrollView911imobile").style.clip='rect(0px '+screenRight+'px 76px '+screenLeft911imobile+'px)';
    }
  }
 
  return;
}


if ( typeof window.addEventListener != "undefined" )
    window.addEventListener( "load", scrollStart911imobile, false );
else if ( typeof window.attachEvent != "undefined" ) {
    window.attachEvent( "onload", scrollStart911imobile );
}
else {
    if ( window.onload != null ) {
        var oldOnload = window.onload;
        window.onload = function ( e ) {
            oldOnload( e );
            scrollStart911imobile();
        };
    }
    else 
        window.onload = scrollStart911imobile;
}

