function seoswf(type) {
  if (type == "header") {
    document.write('<table width="100%" cellspacing="0" cellpadding="0" border="0" background="Graphics/backTop.jpg">');
    document.write('<tr><td align="center"'); 
    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="200">');
    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="200"></embed>');
    document.write('</object>');
    document.write('</td></tr></table>');
  }
  else if (type == "footer") {
    document.write('<table width="100%" cellspacing="0" cellpadding="0" border="0" background="Graphics/bottomBarBack.jpg">');
    document.write('<tr><td align="center"'); 
    document.write('<a href="http://www.waltersflooringla.com"><img src="Graphics/bottomBar.jpg" width="950" height="200" border="0">');
    document.write('</td></tr></table>');
  }
   else if (type == "showcase") {
    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="720" height="500">');
    document.write('  <param name="movie" value="Graphics/showcase.swf"><param name="quality" value="high">');
    document.write('  <embed src="Graphics/showcase.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="720" height="500"></embed>');
    document.write('</object>');
  }
   else if (type == "frontslides") {
    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="750" height="200">');
    document.write('  <param name="movie" value="FrontSlides.swf"><param name="quality" value="high">');
    document.write('  <embed src="FrontSlides.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="200"></embed>');
    document.write('</object>');
  }
 
}



