// JavaScript Document
function insertvideo(){
  var t='<center>';
  t+='<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0 height=270 width=360 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>';
  t+='<PARAM NAME="Movie" VALUE="http://www.zenithimmobilier.com/v2/upload/zenith.swf">';
  t+='<PARAM NAME="Src" VALUE="http://www.zenithimmobilier.com/v2/upload/zenith.swf">';
  t+='<PARAM NAME="WMode" VALUE="Opaque">';
  t+='<PARAM NAME="Play" VALUE="-1">';
  t+='<PARAM NAME="Loop" VALUE="-1">';
  t+='<PARAM NAME="Quality" VALUE="High">';
  t+='<PARAM NAME="SAlign" VALUE="">';
  t+='<PARAM NAME="Menu" VALUE="0">';
  t+='<PARAM NAME="Base" VALUE="">';
  t+='<PARAM NAME="AllowScriptAccess" VALUE="">';
  t+='<PARAM NAME="Scale" VALUE="ShowAll">';
  t+='<PARAM NAME="DeviceFont" VALUE="0">';
  t+='<PARAM NAME="EmbedMovie" VALUE="0">';
  t+='<PARAM NAME="BGColor" VALUE="FFFFFF">';
  t+='<PARAM NAME="FlashVars" VALUE="fichier=http://www.zenithimmobilier.com/v2/upload/zenith.flv">';
  t+='<PARAM NAME="SWremote" VALUE="">';
  t+='<PARAM NAME="MovieData" VALUE="">';
  t+='<PARAM NAME="SeamlessTabbing" VALUE="1">';
  t+='<PARAM NAME="Profile" VALUE="0">';
  t+='<PARAM NAME="ProfileAddress" VALUE="">';
  t+='<PARAM NAME="ProfilePort" VALUE="0">';
  t+='<PARAM NAME="AllowNetworking" VALUE="all">';
  t+='<PARAM NAME="AllowFullScreen" VALUE="false">';
  t+='<embed src="http://www.zenithimmobilier.com/v2/upload/zenith.swf" width="360" height="270" play="true" loop="true" wmode="Opaque" quality="high" bgcolor="#ffffff" align="" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="fichier=http://www.zenithimmobilier.com/v2/upload/zenith.flv"></embed>';
  t+='</OBJECT></center>';
  document.getElementById('content').innerHTML=document.getElementById('content').innerHTML+t;
  return;
}