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