function EmbedFlash(movName,wid,height,id)
{
   document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="" ID="')
   document.write(id)
   document.write('" WIDTH=')
   document.write(wid) 
   document.write(' HEIGHT=')
   document.write(height) 
   document.write('><PARAM NAME="movie"  VALUE="')
   document.write(movName)
   document.write('"><PARAM NAME="allowScriptAccess" value="sameDomain">')
   document.write('<EMBED play="false" swliveconnect="true" name="')
   document.write(id)
   document.write('" src="')
   document.write(movName)
   document.write('" quality="high" bgcolor="#FFFFFF" WIDTH="')
   document.write(wid) 
   document.write('" HEIGHT="')
   document.write(height) 
   document.write('" allowScriptAccess="sameDomain" TYPE="application/x-shockwave-flash"></EMBED></OBJECT>')
}

