function Runpromos()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="248" height="350" />\n');
   document.write('<param name="movie" value="promos.swf" />\n');
   document.write('<param name="play" value="true" />\n');
   document.write('<param name="loop" value="false" />\n');
   document.write('<param name="quality" value="High" />\n');
   document.write('<param name="WMode" value="Transparent" />\n');
   document.write('<param name="AllowNetworking" value="all" />\n');
   document.write('<param name="menu" value="false" />\n');
   document.write('<embed width="248" height="350" src="promos.swf" play="true" quality="High" WMode="Transparent" menu="false" swliveconnect="true" allowscriptaccess="samedomain" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');
   document.write('</object>\n');
}


function show(url) {
var a = document.getElementById('dummyanchor');
a.setAttribute('href',url);
myLightbox.start(a);
}

function PopupCentrer(page,largeur,hauteur,options) {
  var top=((screen.height-hauteur)/2)-50;
  var left=(screen.width-largeur)/2;
  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}