function ecrire_swf(cache){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain">');
	document.write('<param name="movie" value="garonne?haveqt='+haveqt+'&haveDevalVR='+haveDevalVR+'&cache='+cache+'">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="scale" value="tofit">');
	document.write('<param name="bgcolor" value="#337799">');
	document.write('<embed src="garonne.swf?haveqt='+haveqt+'&haveDevalVR='+haveDevalVR+'&cache='+cache+'" quality="high" bgcolor="#337799" width="100%" height="100%" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
	document.write('</object>');	
}
function ecrire_qt(quelPan){
	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" name="panorama" width="90%" height="100%" id="panorama">');
	document.write('<param name="cache" value="true">');
	document.write('<param name="scale" value="tofit">');
	document.write('<param name="src" value="'+quelPan+'"');
	document.write('<param name="autoplay" value="true">');
	document.write('<param name="controller" value="false">');
	document.write('<param name="type" value="video/quicktime">');
	document.write('<embed src="'+quelPan+'" width="90%" height="100%" cache="true" scale="tofit" autoplay="true" controller="false" type="video/quicktime" name="panorama"></embed>');
  document.write('</object>');	
}
function ecrire_deval(quelPan){
	document.write('<object classid="clsid:5D2CF9D0-113A-476B-986F-288B54571614" codebase="http://www.devalvr.com/instalacion/plugin/devalocx.cab#version=0,2,9,0" name="panorama" width="90%" height="100%" id="panorama" style="width:90% height:100%">');
        document.write('<param name="cache" value="true">');
        document.write('<param name="src" value="'+quelPan+'">');
        document.write('<param name="autoplay" value="true">');
        document.write('<param name="controller" value="false">');
        document.write('<param name="type" value="application/x-devalvrx">');
        document.write('<embed src="'+quelPan+'" width="90%" height="100%" cache="true" autoplay="true" controller="false" type="application/x-devalvrx"  name="panorama"></embed>'); 
      document.write('</object>');
}
function ecrire_video(quelPan){
	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="350" height="300">');
	document.write('<param name="movie" value="video.swf?flv='+quelPan+'">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="video.swf?flv='+quelPan+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="350" height="300"></embed>');
	document.write('</object>');
}
function popup(url){
fenetre=window.open(url,'PleinEcran','fullscreen=yes, resizable=yes, status=yes, scrollbars=no');
//fenetre.focus();
//void(0);
}
function popup_detail(url){
fenetre_det=window.open(url,'details','width=500,height=550,scrollbars=yes,resizable=yes');
fenetre_det.focus();
}
function popup_video(url){
fenetre_video=window.open(url,'Video','width=400,height=350');
fenetre_video.focus();
}
