// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and alternate html content below.


if (!useRedirect) {    // if dynamic embedding is turned on
if(hasRightVersion) {  // if we've detected an acceptable version
   var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="940" height="35" title="Navigazione"'
    + 'codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="/resources/flash/barraHome.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name=wmode value=transparent><param name="SCALE" value="noborder" />'
    + '<embed src="/resources/flash/barraHome.swf" quality="high" bgcolor="#ccc" wmode=transparent scale="noborder"'
    + 'width="940" height="35" name="Navigazione" align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="https://www.macromedia.com/go/getflashplayer">'
    + '<\/EMBED>'
    + '<\/OBJECT>';
    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent = '<img src="/resources/images/accessibility/barraHome.gif" alt="Servizi utili" border="0" usemap="#barra"><map name="barra"><area shape="rect" coords="801,2,937,32" href="https://open.bancopostaonline.poste.it/bancoposta/prestiti/init_calcola_prestito.do"><area shape="rect" coords="696,2,798,33" href="http://www.poste.it/online/simulatore/"><area shape="rect" coords="136,2,218,33" href="http://www.poste.it/online/cerca/"><area shape="rect" coords="219,3,337,33" href="http://www.poste.it/online/cercaup/"><area shape="rect" coords="341,4,408,31" href="http://www.poste.it/online/cercaup/InitSearch.do?servizio=SFATM"><area shape="rect" coords="412,2,520,33" href="http://www.poste.it/online/cercaup/InitSearch.do?servizio=PTBUS"><area shape="rect" coords="523,3,590,32" href="https://open.bancopostaonline.poste.it/bancoposta/prestiti/init_calcola_prestito.do"><area shape="rect" coords="597,3,692,33" href="http://www.poste.it/online/dovequando/index.jsp"></map>';
    document.write(alternateContent);  // insert non-flash content
  }
}