/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var name = "bandb";
var domain = "advalvas.be";
var contact = 'mailto:' + name + '@' + domain + '?subject=Site BandB';
var MENU_ITEMS = [
	['L\'accueil', './intro.htm'],
	['Les images', null, null,
		['Album Photos', null, null,
			['1999 - 2001', 'photos_01.htm'],
			['2002', 'photos_02.htm'],
			['2004', 'photos_04.htm'],
			['2005', 'photos_05.htm'],
			['2006-2007', 'photos_07.htm'],
			['2008-2009', 'photos_09.htm']
		],
		['Spécial', null, null,
			['Saint-Nicolas 2004', 'photos_stnic04.htm'],
			['Baptême', 'photos_bap.htm'],
			['Nora', 'photos_060515.htm']
		],
		['Tongre-Notre-Dame', null, null,
			['Au début', 'photos_tnd01.htm']
		]
	],
	['Le temps', null, null,
		['Biorythme', 'docfiles/bio.xls'],
		['Calendrier', 'calendar.htm'],
		['Le temps', 'meteo.htm'],
		['Anniversaires', './birthdate.htm']
	],
	['Les liens', null, null,
		['Software Général', 'link_software.htm'],
		['Linux - Ubuntu', 'link_linux.htm'],
		['Divers', 'link_divers.htm'],
		['Software Perso', 'softwareperso.htm']
	],
	['Tongre-Notre-Dame', null, null,
		['Tongre-Notre-Dame', 'tnd.htm'],
		['Photos 925 ans', 'photos_060924.htm']
  ],
	['Leonard Cohen', '../Cohen/cohen_menu.htm'],
	['Le reste', null, null,
		['Points WW', 'ww_calculpoints.htm'],
		['Kids Color', 'colores.htm'],
		['Les lettres du frigo', 'frigo.htm'],
		['System Check', 'systemcheck.htm'],
		['Blocs', "javascript:window.open ('drag_n_drop.htm', 'SetGame', 'scrollbars=no,width=450,height=450');void(0)"],
		['Transport en commun', 'transports.htm'],
		['Random Password', 'script_pw.htm'],
		['Baptême', null, null,
		  ['Projet Baptême', './bapteme.htm'],
		  ['Documents Baptême', './bapteme2.htm']
		],
		['Plan', './plan.htm']
	],
	['Le site', null, null,
		['Plan du site', 'planmenu.htm'],
    ['Recherche','search.htm'],
		['Livre d\'or','guestbook.htm'],
		['Statistiques', '../stat.htm'],
		['Contacts', contact],
		['Log Out','javascript:parent.window.close();']
	],
	['Page de garde', '../'],
	
];

