function MenuFr()
{
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="850" height="351">');
  document.write('<param name="movie" value="../../FLASH/menu_fr.swf">');
  document.write('<param name="quality" value="high">');
  document.write('<embed src="../../FLASH/menu_fr.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="351"></embed></object>');
}
function MenuFrIc()
{
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="850" height="200">');
  document.write('<param name="movie" value="../../FLASH/menu_fr_ic.swf?t='+t+'">');
  document.write('<param name="quality" value="high">');
  document.write('<embed src="../../FLASH/menu_fr_ic.swf?t='+t+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="200"></embed></object>');
}

function open_bot_pop(idx) {
  var winw = 466;
  var winh = 335;
  if (idx == 1) page = "pop_vie.php";
  if (idx == 2) page = "pop_droit.php";
  if (idx == 3) page = "pop_response.php";
  if (idx == 4) page = "pop_label.php";
  var winl = (screen.width-winw)/2;
  var wint = (screen.height-winh)/2;
  w1 = window.open("../INDEX/"+page, "page"+idx, 'left=' + winl + ',top=' + wint + ',width=' + winw + ',height=' + winh + ',scrollbars=yes,screenX=0,screenY=0');
  w1.focus();
  return false;
}
