
 var scwidth;
  scwidth=screen.width;
  
  if(scwidth == 800) {
  document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='1' height='1'>");
  document.write("<param name='movie' value='800.swf'>");
  document.write("<param name='quality' value='high'>");
  document.write("<param name='wmode' value='transparent'>");
  document.write("<embed src='800.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='1' height='1'&gt;&lt;/embed>");
  document.write("</object>");
  
  }
  else {
  if(scwidth == 1024){
  document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='213' height='186'>");
  document.write("<param name='movie' value='1024.swf'>");
  document.write("<param name='quality' value='high'>");
  document.write("<param name='wmode' value='transparent'>");
  document.write("<embed src='1024.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='213' height='186'&gt;&lt;/embed>");
  document.write("</object>");
  }
  else
  {
  document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='480' height='175'>");
  document.write("<param name='movie' value='1280.swf'>");
  document.write("<param name='quality' value='high'>");
  document.write("<param name='wmode' value='transparent'>");
  document.write("<embed src='1280.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='480' height='175'&gt;&lt;/embed>");
  document.write("</object>");
  }
  }
