// JavaScript Document
function writeIntro(r)
{
  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="600" height="338" id="videoPlayer" align="middle">\n');
  document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
  document.write('<param name="movie" value="../start/videoPlayer.swf?videoFilm=intro'+r+'.flv&href=../portfolio.php?l=en" />\n');
  document.write('<param name="quality" value="high" />\n');
  document.write('<param name="bgcolor" value="#CCCCCC" />\n');
  
  document.write('<embed src="../start/videoPlayer.swf?videoFilm=intro'+r+'.flv&href=../portfolio.php?l=en" quality="high" bgcolor="#CCCCCC" width="600" height="338" name="videoPlayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
  document.write('</object>\n');
}

function clip(file)
{
 var id;
  if(file=="../videoplayer/einfuehrung_short.swf")
    id="clip_e";
  if(file=="../videoplayer/squadron_short.swf")
    id="clip_s";
  if(file=="../videoplayer/phantom_short.swf")
    id="clip_p";
  if(file=="../videoplayer/targa_short.swf")
    id="clip_t";
    

  document.write('<object type="application/x-shockwave-flash" id='+id+' width="176" height="118" style="position:relative; top:-15px; left:-10px; " wmode="transparent" autostart="true" data="'+file+'">\n');
  document.write('<param name="movie" value="'+file+'" />\n');
  document.write('<param name="wmode" value="transparent" />\n');
  document.write('<param name="autostart" value="true" />\n');
  document.write('<param name="LOOP" value="false">\n');
  document.write('<embed id='+id+'>\n');
  document.write('</object>\n');
}
