function RunIntro()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
    document.write('  codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"\n');
    document.write('  id="dolcissimo-flashintro" width="960" height="600">\n');
    document.write('  <param name="movie" value="dolcissimo-flashintro.swf">\n');
    document.write('  <param name="quality" value="high">\n');
    document.write('  <param name="bgcolor" value="#FFFFFF">\n');
    document.write('  <embed name="dolcissimo-flashintro" src="dolcissimo-flashintro.swf" quality="high" bgcolor="#FFFFFF"\n');
    document.write('    width="960" height="600"\n');
    document.write('    type="application/x-shockwave-flash"\n');
    document.write('    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
    document.write('  </embed>\n');
    document.write('</object>\n');
}

function RunHeader()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
    document.write('  codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"\n');
    document.write('  id="header" width="960" height="150">\n');
    document.write('  <param name="movie" value="header.swf">\n');
    document.write('  <param name="quality" value="high">\n');
    document.write('  <param name="bgcolor" value="#FFFFFF">\n');
    document.write('  <embed name="header" src="header.swf" quality="high" bgcolor="#FFFFFF"\n');
    document.write('    width="960" height="150"\n');
    document.write('    type="application/x-shockwave-flash"\n');
    document.write('    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
    document.write('  </embed>\n');
    document.write('</object>\n');
}
