function writeIntro() {
  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" \n');      
  document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" \n');
  document.write('width="760" height="338" id="site" align="middle">\n');
  document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
  document.write('<param name="movie" value="dessers_intro.swf" />\n');
  document.write('<param name="quality" value="high" />\n');
  document.write('<param name="wmode" value="transparent" />\n');
  document.write('<param name="bgcolor" value="#FFFFFF" />\n');
  document.write('<embed src="dessers_intro.swf" quality="high" wmode="transparent" bgcolor="#FFFFFF" width="760"\n');      document.write(' height="338" name="site" align="middle"\n');
  document.write('allowScriptAccess="sameDomain" type="application/x-shockwave-flash"\n');       
  document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
  document.write('</object>\n');
}

function writeEnding() {
  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" \n');      
  document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" \n');
  document.write('width="668" height="254" id="site" align="middle">\n');
  document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
  document.write('<param name="movie" value="dessers_ending.swf" />\n');
  document.write('<param name="quality" value="high" />\n');
  document.write('<param name="wmode" value="transparent" />\n');
  document.write('<param name="bgcolor" value="#FFFFFF" />\n');
  document.write('<embed src="dessers_ending.swf" quality="high" wmode="transparent" bgcolor="#FFFFFF" width="668"\n');      
  document.write(' height="254" name="site" align="middle"\n');
  document.write('allowScriptAccess="sameDomain" type="application/x-shockwave-flash"\n');       
  document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
  document.write('</object>\n');
}

function writeYouTube_Gilliams() {
  document.write('<object width="553" height="440"> \n');
  document.write('	<param name="movie" value="http://www.youtube.com/v/J9PTjLxI_nQ&hl=en&fs=1&rel=0"></param> \n');
  document.write('	<param name="allowFullScreen" value="true"></param> \n');
  document.write('	<param name="allowscriptaccess" value="always"></param> \n');
  document.write('	<embed src="http://www.youtube.com/v/J9PTjLxI_nQ&hl=en&fs=1&rel=0" type="application/x-shockwave-flash"  \n');  
  document.write('allowscriptaccess="always" allowfullscreen="true" width="553" height="440"></embed> \n');
  document.write('</object>\n');
}

function writeYouTube_Wolfaert() {
  document.write('<object width="553" height="440"> \n');
  document.write('	<param name="movie" value="http://www.youtube.com/v/MVfWKudOsLU&amp;hl=en_US&amp;fs=1"></param> \n');
  document.write('	<param name="allowFullScreen" value="true"></param> \n');
  document.write('	<param name="allowscriptaccess" value="always"></param> \n');
  document.write('	<embed src="http://www.youtube.com/v/MVfWKudOsLU&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash"  \n');  
  document.write('allowscriptaccess="always" allowfullscreen="true" width="553" height="440"></embed> \n');
  document.write('</object>\n');
}
