/* AUTHOR: Roberto Pasciuti - Morpheus Web */
/* Creation date: 09/08/2002 */

function SmallTotem (index) {

  var imagesName = new Array('smalltotem-artstudio.gif', 'smalltotem-vocemenu1m.gif', 'smalltotem-vocemenu2m.gif', 'smalltotem-vocemenu3m.gif', 'smalltotem-vocemenu4m.gif');

  document.write('<table border="0" cellpadding="0" cellspacing="0" width="210">');
  document.write('  <tr>');
  document.write('    <td rowspan="5" width="80" align="right" valign="top">');
  document.write('      <img src="../immagini/' + imagesName[index] + '" border="0" width="26" height="183" hspace="8" vspace="3" align="middle">');
  document.write('    </td>');
  document.write('    <td width="30">');
  document.write('      <img src="../immagini/smalltotem-raku.jpg" border="0" width="30" height="34" alt="Raku" hspace="0" vspace="2" align="middle">');
  document.write('    </td>');
  document.write('    <td rowspan="6" width="100" align="right" valign="top">');
  document.write('      <DIV ID="MENU"></DIV>');
  document.write('      <script src="../menu.js"></script>');
  document.write('    </td>');
  document.write('  </tr>');
  document.write('  <tr>');
  document.write('    <td>');
  document.write('      <img src="../immagini/smalltotem-grafica.jpg" border="0" width="30" height="63" alt="Grafica" hspace="0" vspace="2" align="middle">');
  document.write('    </td>');
  document.write('  </tr>');
  document.write('  <tr>');
  document.write('    <td>');
  document.write('      <img src="../immagini/smalltotem-incisione.jpg" border="0" width="30" height="62" alt="Incisione" hspace="0" vspace="2" align="middle">');
  document.write('    </td>');
  document.write('  </tr>');
  document.write('  <tr>');
  document.write('    <td>');
  document.write('      <img src="../immagini/smalltotem-olio.jpg" border="0" width="30" height="68" alt="Olio" hspace="0" vspace="2" align="middle">');
  document.write('    </td>');
  document.write('  </tr>');
  document.write('  <tr>');
  document.write('    <td>');
  document.write('      <img src="../immagini/smalltotem-policarbonato.jpg" border="0" width="30" height="38" alt="Policarbonato" hspace="0" vspace="2" align="middle">');
  document.write('    </td>');
  document.write('  </tr>');
  document.write('  <tr>');
  document.write('    <td align="left" valign="bottom">');
  document.write('      <img src="../immagini/bigtotem-ezio.gif" border="0" width="68" height="22" hspace="2" vspace="2" align="middle">');
  document.write('    </td>');
  document.write('    <td>');
  document.write('      <img src="../immagini/smalltotem-mano.jpg" border="0" width="30" height="47" alt="Mano al lavoro" hspace="0" vspace="2" align="middle">');
  document.write('    </td>');
  document.write('  </tr>');
  document.write('  <tr>');
  document.write('    <td colspan="3">');
  document.write('      <img src="../immagini/bigtotem-colosimo.gif" border="0" width="169" height="22" hspace="2" vspace="2" align="middle">');
  document.write('    </td>');
  document.write('  </tr>');
  document.write('</table>');
}

function Menu() {
  document.write('  <p class="testo_menu">');
  document.write('    <a class="menu_titolo" href="inizio.html" onmouseover="status=\'Torna alla pagina iniziale\'; return true" onmouseout="status=\'\'">Home</a>');
  document.write('    &nbsp;&nbsp;');
  document.write('    <a class="menu_titolo" href="javascript:MostraMenu(1)" onmouseover="status=\'La biografia, la critica e altro riguardo Ezio Colosimo\'; return true" onmouseout="status=\'\'">L\'Artista</a>');
  document.write('    &nbsp;&nbsp;');
  document.write('    <a class="menu_titolo" href="opere.php" onmouseover="status=\'Un\\\'ampia scelta di opere, selezionate direttamente dall\\\'Artista\'; return true" onmouseout="status=\'\'">OPERE</a>');
  document.write('    &nbsp;&nbsp;');
  document.write('    <a class="menu_titolo" href="javascript:MostraMenu(3)" onmouseover="status=\'Visualizza lo storico e le ultime esposizioni\'; return true" onmouseout="status=\'\'">Esposizioni</a>');
  document.write('    &nbsp;&nbsp;');
  document.write('    <a class="menu_titolo" href="javascript:MostraMenu(4)" onmouseover="status=\'Uno sguardo agli eventi artistico-culturali del momento\'; return true" onmouseout="status=\'\'">Eventi</a>');
  document.write('  </p>');
  document.write('</td>');
  document.write('<td width="180" height="10" align="right">');
  document.write('  <p>');
  document.write('    <a class="menu_titolo" href="mailto:ezio@colosimoarte.it" onmouseover="status=\'Invia una e-mail\'; return true" onmouseout="status=\'\'">E-mail</a>');
  document.write('  </p>');
}

function LeftBand(index) {
  document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">');
  document.write('  <tr>');
  document.write('    <td width="210" align="left" valign="top">');
  SmallTotem(index);
  document.write('    </td>');
  document.write('  </tr>');
  document.write('  <tr>');
  document.write('    <td width="210" valign="bottom">');
  document.write('      <p class="copyright">');
  document.write('        ©&nbsp; 1998-2010&nbsp; by&nbsp; Morpheus&nbsp; Web');
  document.write('      </p>');
  document.write('    </td>');
  document.write('  </tr>');
  document.write('</table>');
}

