/* asbl.js*/
/* author: Thierry Demey */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 29/12/2011 */

var Home
var Topic

document.write ('<ul>')
	
	if (Topic!='Index')
		{	
		document.write ('<li><a href="'+Home+'../../index.html">Accueil</a>')
		}
	if (Topic!='Objectifs')
		{	
		document.write ('<li><a href="'+Home+'../../objectifs.html">Objectifs</a>')
		}
	if (Topic!='Adresse')
		{	
		document.write ('<li><a href="'+Home+'../../adresse.html">Adresse</a>')
		}
	if (Topic!='Contact')
		{	
		document.write ('<li><a href="'+Home+'../../contact.html">Contact</a>')
		}
document.write ('</ul>')
