// JavaScript Document

function elenco()
{

m_voce=new Array();
m_links=new Array();
c_voce=new Array();
c_links=new Array();

// elenco dei consigli
c_voce[0]="Home"; c_links[0]="../index.html";
c_voce[1]="Contacts"; c_links[1]="../contacts/index.html";
c_voce[2]="Culture"; c_links[2]="../../cultura/index.html";
c_voce[3]="Religion"; c_links[3]="../../religion/index.html";
c_voce[4]="Tourism"; c_links[4]="../tourism/index.html";
c_voce[5]="Download Game"; c_links[5]="../game/index.html";
c_voce[6]="Announcements"; c_links[6]="../announcements/index.html";
c_voce[7]="Computer science"; c_links[7]="../computer/index.html";
c_voce[8]="Several info"; c_links[8]="../several/index.html";
c_voce[9]="More visits to your site"; c_links[9]="../computer/more_visits.html";


m_voce[0]=" <p></p><tr><td valign='top'><div align='center'><p>&nbsp;</p><a href='http://www.ristrutturacasa.com' target='_blank'><img src='../../ristrutturacasa.jpg' border='1'></a></div><div align='center'></div></td></tr>"; m_links[0]="";
m_voce[1]="  <p></p><tr><td valign='top'><div align='center'><p>&nbsp;</p><strong><a href='../../index.html'><font color='#FFFFFF'><img src='../../ita.jpg' alt= 'italiano' border='0'></font></a></strong> <font color='#FFFFFF'><strong> </strong></font> <strong><a href='../../en/index.html'><font color='#FFFFFF'>- - <img src='../../eng.gif' alt='english' width='30' height='20' border='0'></font></a></strong></div></td></tr>"; m_links[1]="";


}                           

