function init()
{
    var width = 150, height = 18, j = 0, lang='fr';
	var l = new List(true, width, height, lang);
    l.setFont('<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="2">', '</font>');
	l.setIndent(0);
    l1 = new List(false, width, height, lang);
    l1.setFont('<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="2">', '</font>');
	l1.setIndent(0);
	l1.addItem("<A HREF='/scripts/get.php?lg=fr&i=1'>Séquenceurs</A>");
    l1.addItem("<A HREF='/scripts/get.php?lg=fr&i=2'>Direct to Disk</A>");
    l1.addItem("<A HREF='/scripts/get.php?lg=fr&i=3'>Editeurs de scores</A>");
    l1.addItem("<A HREF='/scripts/get.php?lg=fr&i=4'>Editeurs de patch</A>");
    l1.addItem("<A HREF='/scripts/get.php?lg=fr&i=5'>Editeurs de sons</A>");
    l1.addItem("<A HREF='/scripts/get.php?lg=fr&i=6'>CD, CDR & DVD</A>");
    l1.addItem("<A HREF='/scripts/get.php?lg=fr&i=13'>Echantillonnage</A>");
    l1.addItem("<A HREF='/scripts/get.php?lg=fr&i=29'>Outils Mp3</A>");
    l1.addItem("<A HREF='/scripts/get.php?lg=fr&i=27'>Outils</A>");
    l1.addItem("<A HREF='/scripts/get.php?lg=fr&i=31'>Linux Apps</A>");
    l.addList(l1, "Logiciels");

    l2 = new List(false, width, height, lang);
    l2.setFont('<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="2">', '</font>');
	l2.setIndent(0);
    l2.addItem("<A HREF='/scripts/get.php?lg=fr&i=7'>Paroles & Scores</A>");
    l2.addItem("<A HREF='/scripts/get.php?lg=fr&i=8'>Midi Files</A>");
    l2.addItem("<A HREF='/scripts/get.php?lg=fr&i=9'>Sons & Banques</A>");
    l2.addItem("<A HREF='/scripts/get.php?lg=fr&i=10'>Echantillons</A>");
    l.addList(l2, "Banque de données");

    l3 = new List(false, width, height, lang);
    l3.setFont('<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="2">', '</font>');
	l3.setIndent(0);
    l3.addItem("<A HREF='/scripts/get.php?lg=fr&i=11'>Plug-ins Direct X</A>");
    l3.addItem("<A HREF='/scripts/get.php?lg=fr&i=12'>Plug-ins VST</A>");
    l3.addItem("<A HREF='/scripts/get.php?lg=fr&i=14'>Synthèse virtuelle</A>");
    l3.addItem("<A HREF='/scripts/get.php?lg=fr&i=15'>Echantillonneurs</A>");
    l3.addItem("<A HREF='/scripts/get.php?lg=fr&i=16'>Effets</A>");
    l.addList(l3, "Home Studio Virtuel");

    l4 = new List(false, width, height, lang);
    l4.setFont('<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="2">', '</font>');
	l4.setIndent(0);
    l4.addItem("<A HREF='/scripts/ads_browse.php?lg=fr'>Parcourir</A>");
    l4.addItem("<A HREF='/scripts/ads_search.php?lg=fr'>Rechercher</A>");
    l4.addItem("<A HREF='/scripts/ads_new.php?lg=fr'>Ajouter</A>");
    l4.addItem("<A HREF='/scripts/ads_login.php?lg=fr'>Modifier</A>");
    l.addList(l4, "Les P.A.");

    l5 = new List(false, width, height, lang);
    l5.setFont('<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="2">', '</font>');
	l5.setIndent(0);
    l5.addItem("<A HREF='/scripts/get.php?lg=fr&i=32'>Groupes / artistes</A>");
    l5.addItem("<A HREF='/scripts/get.php?lg=fr&i=25'>Boeufs en ligne</A>");
    l5.addItem("<A HREF='/scripts/register.php?lg=fr'>Ajoutez votre site</A>");
    l5.addItem("<A HREF='/scripts/get.php?lg=fr&i=26'>Listes de diffusion</A>");
    l.addList(l5, "Echangez");

    l6 = new List(false, width, height, lang);
    l6.setFont('<font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="2">', '</font>');
	l6.setIndent(0);
    l6.addItem("<A HREF='/scripts/get.php?lg=fr&i=30'>Portails musicaux</A>");
    l6.addItem("<A HREF='/scripts/get.php?lg=fr&i=17'>Cartes sons</A>");
    l6.addItem("<A HREF='/scripts/get.php?lg=fr&i=18'>Le coin analogique</A>");
    l6.addItem("<A HREF='/scripts/get.php?lg=fr&i=19'>Le coin synthé</A>");
    l6.addItem("<A HREF='/scripts/get.php?lg=fr&i=20'>Le coin techno</A>");
    l6.addItem("<A HREF='/scripts/get.php?lg=fr&i=21'>Bricolages</A>");
    l6.addItem("<A HREF='/scripts/get.php?lg=fr&i=22'>Normes musicales</A>");
    l6.addItem("<A HREF='/scripts/get.php?lg=fr&i=28'>Livres</A>");
    l6.addItem("<A HREF='/scripts/get.php?lg=fr&i=23'>Pages jaunes</A>");
    l6.addItem("<A HREF='/scripts/get.php?lg=fr&i=24'>Pilotes de cartes</A>");
    l.addList(l6, "Référence");
     
    l.build(0, 128);
}
