// JavaScript Document
		addImg('guitar_menu',174,20);
		addImg('jcm_menu',80,20);
		addImg('jcc_menu',115,20);
		addImg('misc_menu',120,20);
		addImg('language_menu',157,20);
		addImg('contact_menu',76,20);
		addImg('guitarist_jens_mayer_h',157,21);
		addImg('jc_music_h',157,21);
		addImg('jc_computer_h',157,21);
		addImg('miscellaneous_h',157,21);
		addImg('language_services_h',157,21);
		addImg('biography',163,15);
		addImg('current_projects',163,15);
		addImg('the_bands',163,15);
		addImg('stonewash',163,15);
		addImg('pitches_blue',163,15);
		addImg('mr_gone',163,15);
		addImg('oak',163,15);
		addImg('double_jam',163,15);
		addImg('country_kids',163,15);
		addImg('samples',163,15);
		addImg('order_cds',163,15);
		addImg('soon_jcm',163,15);
		addImg('lefthanded_guitars',163,15);
		addImg('newfoundland_dogs',163,15);
		addImg('thailand',163,15);
		addImg('links',163,15);
		addImg('guestbook',163,15);
		addImg('what_we_offer',163,15);
		addImg('news',163,15);
		addImg('it_services',163,15);
		addImg('contact',163,15);
		addImg('guitar_synthesizers',163,15);
		addImg('how_to_contact_us',163,15);
		addImg('other_bands',163,15);
//
		initMenu(10,0); // initialisation du menu (on transmet les coordonnées du nouveau menu)
		addMenu('tree','root','h');
			addItem('root','jcm_menu','');
			addItem('root','jcc_menu','');
			addItem('root','guitar_menu','');
			addItem('root','misc_menu','');
			addItem('root','language_menu','');
			addItem('root','contact_menu','');
		addMenu('jcm_menu','jc_music');
			addItem('jc_music','what_we_offer','what_we_offer_jcm.htm');
			addItem('jc_music','samples','samples.php');
			addItem('jc_music','order_cds','order_cds.htm');
		addMenu('jcc_menu','jc_computer');
			addItem('jc_computer','it_services','it_services.htm');
		addMenu('guitar_menu','guitarist_jens_mayer');
			addItem('guitarist_jens_mayer','biography','biography.htm');
			addItem('guitarist_jens_mayer','current_projects','current_projects.htm');
			addItem('guitarist_jens_mayer','the_bands','');
			addItem('guitarist_jens_mayer','other_bands','other_bands.htm');
		addMenu('the_bands','the_bands');
			addItem('the_bands','stonewash','stonewash.htm');
			addItem('the_bands','pitches_blue','pitches_blue.htm');
			addItem('the_bands','mr_gone','mr_gone.htm');
			addItem('the_bands','oak','oak.htm');
			addItem('the_bands','double_jam','double_jam.htm');
			addItem('the_bands','country_kids','country_kids.htm');
		addMenu('misc_menu','miscellaneous');
			addItem('miscellaneous','lefthanded_guitars','lefthanded_guitars.htm');
			addItem('miscellaneous','guitar_synthesizers','guitar_synthesizers.htm');
			addItem('miscellaneous','newfoundland_dogs','newfoundland_dogs.htm');
			addItem('miscellaneous','thailand','thailand.htm');
			addItem('miscellaneous','links','links.htm');
			addItem('miscellaneous','guestbook','guestbook.php');
		addMenu('language_menu','language_services');
			addItem('language_services','what_we_offer','what_we_offer_jcc.htm');
		addMenu('contact_menu','contact');
			addItem('contact','how_to_contact_us','how_to_contact_us.htm');
//
			tree[findObj('Menu_root')].getObj().style.visibility = 'visible'; // seul le menu principal est visible
//
//infoTree('window');
//infoImg('window');
