﻿

function ShowFlashRequiredMessage(document)
{
    //document.write('<p style="text-align:center">Flash 8 required</p>');

    var html = '<table height="100%" width="100%">';
    html += '<tr height="100%" valign="middle">';
    html += '<td width="100%" align="center">';
    html += '<table cellpadding="0" cellspacing="0">';
    html += '<tr><td>';
    html += '<table bgcolor="#e2e2e2" width="400" height="400">';
    html += '<tr valign="middle" height="30">';
    html += '<td align="center">';
    html += '<font face="Arial" size="1"><b>::::::::::::::::::::::::::::::::::::::::::::::&nbsp;&nbsp;<img src="logo_mini.jpg" />&nbsp;Culturanuova&nbsp;&nbsp;:::::::::::::::::::::::::::::::::::::::::::::::::::</b></font>';
    html += '</td></tr>';
    html += '<tr bgcolor="#eaeaea" valign="top">';
    html += '<td align="center">';
    html += '<br /><br /><br />';
    html += '<font face="Arial" size="1">Attenzione: per una corretta visualizzazione dei contenuti del sito, è necessario aver installato il plug-in di <font color="#FF3300"><b>Flash Player 8</b></font>.';
    html += 'Attualmente non è installato o è installata una versione precedente.';
    html += 'Fare click sull\'immagine sottostante per proseguire.</font><br /><br />';
    html += '<font face="Arial" size="1">Warning: for a correct visualization of the content of this site, <font color="#FF3300"><b>Flash Player 8</b></font> ';
    html += 'is required. Currently isn\'t installed or is installed a previus version.';
    html += 'Click on the link below to continue.<br /><br /><br />';
    html += '<a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW">';
    html += '<img border="0" alt="Get FlashPlayer 8" title="Get FlashPlayer 8" src="getFlashPlayer.gif" /></a>';
    html += '<br /></font></td></tr>';
    html += '<tr valign="middle" height="16"><td align="center">';
    html += '<font face="Arial" size="1">www.culturanuova.it </font>';
    html += '</td></tr></table></td>';
    html += '<!-- right shadow -->';
    html += '<td>';
    html += '<table width="6" height="100%" cellpadding="0" cellspacing="0">';
    html += '<tr height="6">';
    html += '<td background="tr.jpg" ></td></tr>';
    html += '<tr height="394">';
    html += '<td background="r.jpg">';
    html += '</td></tr></table></td>';
    html += '<!-- end right shadow -->';
    html += '</tr><tr><td colspan="2">';
    html += '<!-- bottom shadow -->';
    html += '<table width="100%" height="6" cellpadding="0" cellspacing="0">';
    html += '<tr><td background="bl.jpg" width="6"></td>';
    html += '<td background="b.jpg" width="392"></td>';
    html += '<td background="br.jpg" width="6"></td>';
    html += '</tr></table>';
    html += '<!-- end bottom shadow -->';
    html += '</td></tr></table>';
    html += '</td></tr></table>';
    
    document.write(html);
}