// JavaScript Document
function SwitchADSL() {
      var fo = new SWFObject("flowplayer/FlowPlayerWhite.swf", "FlowPlayer", "352", "280", "7", "#ffffff", true);
      fo.addParam("allowScriptAccess", "always");
      fo.addParam("flashvars", "config={ videoFile: 'GMTV_sols_meurent.flv', configFileName: 'video/flowPlayer.js'}");
      fo.write("flashcontent");
      if (document.getElementById) {
        var sl=document.getElementById('switchLink');
        if (sl)
          sl.innerHTML = '<a href="#" onClick="javascript:SwitchRTC();">Voir la version Bas-D&eacute;bit</a>';
      }
      return false;
}

function SwitchRTC() {
      var fo = new SWFObject("flowplayer/FlowPlayerWhite.swf", "FlowPlayer", "352", "280", "7", "#ffffff", true);
      fo.addParam("allowScriptAccess", "always");
      fo.addParam("flashvars", "config={ videoFile: 'GMTV_sols_meurent_rtc.flv', configFileName: 'video/flowPlayer.js'}");
      fo.write("flashcontent");
      if (document.getElementById) {
        var sl=document.getElementById('switchLink');
        if (sl)
          sl.innerHTML = '<a href="#" onClick="javascript:SwitchADSL();">Voir la version Haut-D&eacute;bit</a>';
      }
      return false;
}
