var txt = "";
txt += '<div id="menu_dyod">';
  txt += '<a href="#" class="menu_dyod_button" onclick="slide();return false;">Jeux du m&ecirc;me r&eacute;seau</a>';
  txt += '<div style="clear:both">';
    txt += '<ul id="menu_dyod_v-menu" class="menu_dyod_v-menu">';
      txt += '<li>';
        txt += '<a href="http://www.jeu2loie.com/membre/inscription.html?ref=41" target="_blank">';
          txt += '<img src="http://img.jeu2loie.com/template/logo.png" alt="Jeu2loie.com" width="130" border="0" />';
        txt += '</a>';
      txt += '</li>';
      txt += '<li>';
        txt += '<a href="http://www.coursokado.fr/?ref=10946" target="_blank">';
          txt += '<img src="http://img.coursokado.fr/header/logo.png" alt="Coursokado.fr" width="130" border="0" />';
        txt += '</a>';
      txt += '</li>';
      txt += '<li>';
        txt += '<a href="http://www.grattadonf.com/membre/inscription.html?ref=3" target="_blank">';
          txt += '<img src="http://img.grattadonf.com/template/logo.png" alt="Grattadonf.com" width="130" border="0" />';
        txt += '</a>';
      txt += '</li>';
      txt += '<li>';
        txt += '<a href="http://www.clic2cash.com/membre/inscription.html?ref=1" target="_blank">';
          txt += '<img src="http://img.clic2cash.com/logo.jpg" alt="Clic2Cash.com" width="130" border="0" />';
        txt += '</a>';
      txt += '</li>';
      txt += '<li>';
        txt += '<a href="http://www.doudourox.com/?ref=1" target="_blank">';
          txt += '<img src="http://www.doudourox.com/images/french/logo.png" alt="Doudourox.com" width="130" border="0" />';
        txt += '</a>';
      txt += '</li>';
      txt += '<li>';
        txt += '<a href="http://www.clicokado.com/?ref=1" target="_blank">';
          txt += '<img src="http://img.clicokado.com/general/logo-mini.png" alt="Clicokado.com" width="130" border="0" />';
        txt += '</a>';
      txt += '</li>';
    txt += '</ul>';
  txt += '</div>';
txt += '</div>';
document.write(txt);

var menu_dyod_open_slide = false;
function slide(){
  if(!menu_dyod_open_slide)
    $('#menu_dyod_v-menu').slideDown();   
  else
    $('#menu_dyod_v-menu').slideUp();    
  menu_dyod_open_slide = !menu_dyod_open_slide;
}
