function run_flash(num_flash,pos,lg,first_run,mn,cat_select,region_select) 
{ 
	if (num_flash=='header') {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="949" height="160">');
      document.write('<param name="movie" value="flash/header.swf">');
      document.write('<param name="quality" value="high">');
//document.write('<param name="wmode" value="opaque">');
	  document.write('<PARAM NAME="FlashVars" VALUE="pos='+pos+'&lang='+lg+'&first_run='+first_run+'&mn='+mn+'&cat_select='+cat_select+'&region_select='+region_select+'" />');
      document.write('<embed src="flash/header.swf" FlashVars="pos='+pos+'&lang='+lg+'&first_run='+first_run+'&mn='+mn+'&cat_select='+cat_select+'&region_select='+region_select+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="949" height="160"></embed>');
    document.write('</object>');
	}else if (num_flash=='boites-tournantes') {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="475" height="400">');
      document.write('<param name="movie" value="flash/boites-tournantes.swf">');
      document.write('<param name="quality" value="high">');
//document.write('<param name="wmode" value="opaque">');
	  document.write('<PARAM NAME="FlashVars" VALUE="lang='+lg+'" />');
      document.write('<embed src="flash/boites-tournantes.swf" FlashVars="lang='+lg+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="475" height="400"></embed>');
    document.write('</object>');
	}else if (num_flash=='terre_tournante_380x380') {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="300" height="300">');
      document.write('<param name="movie" value="flash/terre_tournante_300x300.swf">');
      document.write('<param name="quality" value="high">');
//document.write('<param name="wmode" value="opaque">');
	  //document.write('<PARAM NAME="FlashVars" VALUE="pos='+pos+'&lang='+lg+'&first_run='+first_run+'&mn='+mn+'" />');
      document.write('<embed src="flash/terre_tournante_300x300.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="300"></embed>');
    document.write('</object>');
		
		
	/*
	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="766" height="206">
    <param name="movie" value="flash/header.swf?button=0"> 
    <param name="quality" value="high">
    <param name="menu" value="false">
    <!--[if !IE]> <-->
    <object data="flash/header.swf?button=0"
            width="766" height="206" type="application/x-shockwave-flash">
     <param name="quality" value="high">
     <param name="menu" value="false">
     <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
     FAIL (the browser should render some flash content, not this).
    </object>
    <!--> <![endif]-->
   </object>	
   */

	}


} 
