 function flash_header()
{
   document.write('<object type="application/x-shockwave-flash" data="images/header.swf" width="755" height="249">\n');
   document.write('<param name="movie" value="images/header.swf" />\n');
   document.write('<param name="menu" value="false" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('</object>\n');
}

function flash_mappa()
{
   document.write('<object type="application/x-shockwave-flash" data="images/mappa.swf" width="526" height="401">\n');
   document.write('<param name="movie" value="images/mappa.swf" />\n');
   document.write('<param name="menu" value="false" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('</object>\n');
     
}
