function seoswf(type) {
  if (type == "home") {
    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="950" height="500">');
    document.write('  <param name="movie" value="Graphics/index.swf"><param name="quality" value="high">');
    document.write('  <embed src="Graphics/index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="950" height="500"></embed>');
    document.write('</object>');
  }
  else if (type == "bottom") {
    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="950" height="110">');
    document.write('  <param name="movie" value="Graphics/bottomBar.swf"><param name="quality" value="high">');
    document.write('  <embed src="Graphics/bottomBar.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="950" height="110"></embed>');
    document.write('</object>');
  }
   else if (type == "top") {
    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="950" height="320">');
    document.write('  <param name="movie" value="Graphics/top.swf"><param name="quality" value="high">');
    document.write('  <embed src="Graphics/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="950" height="320"></embed>');
    document.write('</object>');
  }
   else if (type == "gallery") {
    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="950" height="550">');
    document.write('  <param name="movie" value="Graphics/gallery.swf"><param name="quality" value="high">');
    document.write('  <embed src="Graphics/gallery.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="950" height="550"></embed>');
    document.write('</object>');
  }
 }
