﻿var divFooter;
var sInitFooter = '  <a href="http://www.leclercmobile.fr/mobiles.aspx" title="Les mobiles">Les mobiles</a>  <ul>    <li>      <strong>ALCATEL      </strong>      <br /><a title="Alcatel OT-213" href="http://www.leclercmobile.fr/mobiles/Alcatel_OT-213.aspx">OT-213</a>, <a title="Alcatel OT-606" href="http://www.leclercmobile.fr/mobiles/Alcatel_OT-606.aspx">OT-606</a>, <a title="Alcatel OT-799" href="http://www.leclercmobile.fr/mobiles/Alcatel_OT-799.aspx">OT-799</a>, <a title="Alcatel OT-888" href="http://www.leclercmobile.fr/mobiles/Alcatel_OT-888.aspx">OT-888</a>    </li>    <li>      <strong>DORO      </strong>      <br /><a title="Doro 409" href="http://www.leclercmobile.fr/mobiles/Doro_409.aspx">409</a>    </li>    <li>      <strong>HTC      </strong>      <br /><a title="Htc Explorer" href="http://www.leclercmobile.fr/mobiles/Htc_Explorer.aspx">Explorer</a>    </li>    <li>      <strong>LG      </strong>      <br /><a title="Lg A250" href="http://www.leclercmobile.fr/mobiles/Lg_A250.aspx">A250</a>, <a title="Lg Golf" href="http://www.leclercmobile.fr/mobiles/Lg_Golf.aspx">Golf</a>    </li>    <li>      <strong>NOKIA      </strong>      <br /><a title="Nokia 101" href="http://www.leclercmobile.fr/mobiles/Nokia_101.aspx">101</a>, <a title="Nokia C3-00" href="http://www.leclercmobile.fr/mobiles/Nokia_C3-00.aspx">C3-00</a>    </li>    <li>      <strong>SAMSUNG      </strong>      <br /><a title="Samsung E1190" href="http://www.leclercmobile.fr/mobiles/Samsung_E1190.aspx">E1190</a>, <a title="Samsung PLAYER MINI" href="http://www.leclercmobile.fr/mobiles/Samsung_PLAYER-MINI.aspx">PLAYER MINI</a>    </li>    <li>      <strong>SONY ERICSSON      </strong>      <br /><a title="Sony Ericsson W100I" href="http://www.leclercmobile.fr/mobiles/Sony-Ericsson_W100I.aspx">W100I</a>    </li>  </ul>  <span>&nbsp;;</span>';
divFooter = document.getElementById('liMenuCompletMobile');
if (divFooter) {
  divFooter.innerHTML = sInitFooter;
}

