function write_swf_header()
{
       document.write('<object');
       document.write(' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
       document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"');
       document.write(' id="storevivace"');
       document.write(' width="918" height="160"');
       document.write('>');
       document.write(' <param name="movie" value="image/storevivace02.swf" />');
       document.write(' <param name="bgcolor" value="#46362E" />');
       document.write(' <param name="quality" value="high" />');
       document.write(' <param name="allowscriptaccess" value="samedomain" />');
       document.write(' <embed');
       document.write('  type="application/x-shockwave-flash"');
       document.write('  pluginspage="http://www.macromedia.com/go/getflashplayer"');
       document.write('  name="storevivace"');
       document.write('  width="918" height="160"');
       document.write('  src="image/storevivace02.swf"');
       document.write('  bgcolor="#46362E"');
       document.write('  quality="high"');
       document.write('  swliveconnect="true"');
       document.write('  allowscriptaccess="samedomain"');
       document.write(' />');
       document.write('</object>');
}



function write_swf_menu()
{
      document.write('<object');
      document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
      document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"');
      document.write('id="netmenu"');
      document.write('width="877" height="29"');
      document.write('>');
      document.write('<param name="movie" value="image/menu04.swf" />');
      document.write('<param name="bgcolor" value="#dffbec" />');
      document.write('<param name="quality" value="high" />');
      document.write('<param name="allowscriptaccess" value="samedomain" />');
      document.write('<embed');
      document.write(' type="application/x-shockwave-flash"');
      document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer"');
      document.write(' name="netmenu"');
      document.write(' width="877" height="29"');
      document.write(' src="image/menu04.swf"');
      document.write(' bgcolor="#dffbec"');
      document.write(' quality="high"');
      document.write(' swliveconnect="true"');
      document.write(' allowscriptaccess="samedomain"');
      document.write('/>');
      document.write('</object>');
}


function write_swf_top()
{
      document.write('<object');
      document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
      document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"');
      document.write('id="respectimage3"');
      document.write('width="155" height="256"');
      document.write('>');
      document.write('<param name="movie" value="image/respectimage3.swf" />');
      document.write('<param name="bgcolor" value="#ffffff" />');
      document.write('<param name="quality" value="high" />');
      document.write('<param name="allowscriptaccess" value="samedomain" />');
      document.write('<embed');
      document.write(' type="application/x-shockwave-flash"');
      document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer"');
      document.write(' name="respectimage3"');
      document.write(' width="155" height="256"');
      document.write(' src="image/respectimage3.swf"');
      document.write(' bgcolor="#ffffff"');
      document.write(' quality="high"');
      document.write(' swliveconnect="true"');
      document.write(' allowscriptaccess="samedomain"');
      document.write('/>');
      document.write('</object>');
}


function write_swf_comercial()
{
      document.write('<object');
      document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
      document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"');
      document.write('id="comercial"');
      document.write('width="407" height="33"');
      document.write('>');
      document.write('<param name="movie" value="image/comercial04.swf" />');
      document.write('<param name="bgcolor" value="#fbb8c6" />');
      document.write('<param name="quality" value="high" />');
      document.write('<param name="allowscriptaccess" value="samedomain" />');
      document.write('<embed');
      document.write(' type="application/x-shockwave-flash"');
      document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer"');
      document.write(' name="comercial"');
      document.write(' width="407" height="33"');
      document.write(' src="image/comercial04.swf"');
      document.write(' bgcolor="#fbb8c6"');
      document.write(' quality="high"');
      document.write(' swliveconnect="true"');
      document.write(' allowscriptaccess="samedomain"');
      document.write('/>');
      document.write('</object>');
}


