
var myMenuSize = menu.length;

for (i=0;i<myMenuSize;i++)
{                          
                               
document.write('<table border="2" width="220" bordercolorlight="#FFCC66" bordercolordark="#333333" bordercolor="#333333" cellspacing="3" cellpadding="5">');

document.write('<tr><td width="100%"><b><font size="4" color="#FFCC66">');
document.write(menu[i][0]);
document.write('</font></b><br><br>');
document.write('<font size="3" color="#FFCC66">');
document.write(menu[i][1]);
document.write('</font><font size="3" color="#cccccc">');
document.write(menu[i][2]);
document.write('</font>');
if (menu[i][4].length>0)
  {
  document.write('<br><font size="3" color="#cccccc"><a href="');
  document.write(menu[i][4]);
  document.write('">');
  document.write(menu[i][5]);
  document.write('<img border="0" src="http://www.eurossmodels.com/images/icon-flashoff.gif" width="33" height="42" onMouseOver="this.src=\'http://www.eurossmodels.com/images/icon-flashon.gif\'" onMouseOut="this.src=\'http://www.eurossmodels.com/images/icon-flashoff.gif\'" ;></a></font>');
  }

document.write('<br><br></td></tr></table>');
}

if (menuArch.length>0)
{ 
document.write('<table border="2" width="220" bordercolorlight="#FFCC66" bordercolordark="#333333" bordercolor="#333333" cellspacing="3" cellpadding="3">');

document.write('<tr><td width="100%"><b><font size="4" color="#FFCC66">');
document.write(menuArch[0][0]);
document.write('</font></b><br><font size="3" color="#FFCC66">');
document.write(menuArch[0][1]);
document.write('</font>');

for (i=menuArch[0].length-1;i>=2;i--)
  {
  if (menuArch[0][i])
    {
    document.write('<br><br><font size="3" color="#cccccc">');
    document.write(menuArch[0][i][0]);
    document.write('</font><br>');
    document.write('<font size="3" color="#cccccc"><a href="');
    document.write(menuArch[0][i][2]);
    document.write('">');
    document.write(menuArch[0][i][3]);
    document.write('</a></font>');
    }
  }
/*
if (menuArch[0][2])
  {
  document.write('<br><br><font size="3" color="#cccccc">');
  document.write(menuArch[0][2][0]);
  document.write('</font><br>');
  document.write('<font size="3" color="#cccccc"><a href="');
  document.write(menuArch[0][2][2]);
  document.write('">');
  document.write(menuArch[0][2][3]);
  document.write('</a></font>');
  }

if (menuArch[0][3])
  {
  document.write('<br><br><font size="3" color="#cccccc">');
  document.write(menuArch[0][3][0]);
  document.write('</font><br>');
  document.write('<font size="3" color="#cccccc"><a href="');
  document.write(menuArch[0][3][2]);
  document.write('">');
  document.write(menuArch[0][3][3]);
  document.write('</a></font>');
  }
if (menuArch[0][4])
  {
  document.write('<br><br><font size="3" color="#cccccc">');
  document.write(menuArch[0][4][0]);
  document.write('</font><br>');
  document.write('<font size="3" color="#cccccc"><a href="');
  document.write(menuArch[0][4][2]);
  document.write('">');
  document.write(menuArch[0][4][3]);
  document.write('</a></font>');
  }
*/
document.write('<br></td></tr></table>');
}