//menuItem('m_biggym.gif', 'Big Gym', 'biggym.html');
//menuItem('m_romaestate.gif', 'RomaEstate', 'romaestate.html');
menuItem('Indice Attivit&agrave;', 'index.html');
document.write('<hr/>');
//menuItem('Martial Gym', 'martialgym.html');
menuItem('Iniziativa Cuba', 'cuba.html');
menuItem('Operazione Mali', 'mali.html');
menuItem('Tunisia', 'tunisia.html');
menuItem('Progetto Palestina', 'palestina.html');
menuItem('Viaggi in Etiopia', 'etiopia1.php');
menuItem('Hakko-Ryu', 'hakkoryu.html');
menuItem('Senegal', 'senegal1.php');
menuItem('Camerun', 'camerun1.php');
menuItem('Convention Ju-Jitsu', 'convention1.php');

document.write('</td>');
document.write('<td>');

function mmm(href, text)
{
    document.write('<a href="' + href + '">' + text + '</a>&nbsp;&nbsp;&nbsp;&nbsp;');
}

function cubaMenu()
{
    document.write('<center>');
    mmm('cuba.html', 'Introduzione');
    mmm('cuba2.html', 'Viaggio dicembre 2003');
    mmm('05-1128-cuba.html', 'Viaggio novembre 2005 - Pagina 1');
    mmm('05-1128-cuba-2.html', 'Viaggio novembre 2005 - Pagina 2');
    document.write('<br/>');
    mmm('cuba4.php', 'Viaggio 2006 - Pagina 1');
    mmm('cuba4-b.php', 'Viaggio 2006 - Pagina 2');
    document.write('</center>');
    document.write('<hr/>');
}

function etiopiaMenu()
{
    document.write('<center>');
    mmm('etiopia1.php', 'Settembre 2005');
    document.write('<br/>');
    mmm('etiopia4.php', 'Settembre 2006 - Pagina 1');
    mmm('etiopia4b.php', 'Settembre 2006 - Pagina 2');
    mmm('etiopia4c.php', 'Settembre 2006 - Pagina 3');
    mmm('etiopia4d.php', 'Settembre 2006 - Pagina 4');
    document.write('</center>');
    document.write('<hr/>');
}

function maliMenu()
{
    document.write('<center>');
    mmm('mali.html', 'Primi due viaggi');
    mmm('mali3.html', 'Terzo viaggio');
    mmm('mali4.html', 'Quarto viaggio');
    mmm('mali5.php', 'Quinto viaggio');
    mmm('mali6.php', 'Sesto viaggio (ottobre 2007)');
    document.write('</center>');
    document.write('<hr/>');
}

function senegalMenu()
{
	document.write('<center>');
	mmm('senegal1.php', '3&ordm; Festival de Mini Judo');
	mmm('senegal2.php', '1&ordm; Stage JJ FSJDA');
	mmm('senegal3-b.php', 'Terzo viaggio a Dakar');
	mmm('senegal4.php', 'Stage Self Defence/MGA e Judo Competition');
	document.write('</center>');
	document.write('<hr/>');
}

function camerunMenu()
{
}

function conventionMenu()
{
    document.write('<center>');
    mmm('convention1.php', 'Roma, luglio 2007');
    mmm('convention2.php', 'Genova, dicembre 2007');
    document.write('</center>');
    document.write('<hr/>');
}

function tunisiaMenu()
{
    document.write('<center>');
    mmm('tunisia.html', 'Tunisia 2003');
    mmm('tunisia2.html', 'Tunisia luglio 2004');
    mmm('05-0818-tunisia.html', 'Tunisia agosto 2005');
    document.write('</center>');
    document.write('<hr/>');
}
