function loadtitle(stitle, lang)
{
  if (lang=='en' || window.location.search.substring(1).indexOf('lang=en') >= 0)
	l = new Array("Home","Pictures","Links","Availability","Map", "Contact us", "index_en", "flag_fr", "en", "fr", "Version Francaise", "Guestbook");
  else
        l = new Array("Accueil", "Photos", "Liens", "Disponibilités", "Plan d'accès", "Nous contacter", "index", "flag_en", "fr", "en", "English version", "Livre d'or");

        if (window.location.pathname.substring(window.location.pathname.length-9) == "index.htm")
	        trg_en = "index_en.htm";
	else if (window.location.pathname.substring(window.location.pathname.length-12) == "index_en.htm")
	        trg_en = "index.htm";
	else if (window.location.pathname.substring(window.location.pathname.length-16) == "pictures_top.htm")
	        trg_en = "pictures_"+l[9]+".htm";
	else
		trg_en = window.location.pathname+'?lang='+l[9];
	        
	s = '<table class="chauTitle" cellpadding=12>';
	s += '<tr><td><p>'+stitle+'</p></td></tr>';
	s += '</table>';
	s += '<table class="chauTitleTable" border=1 valign="bottom">';
	s += '<tr height=30><td width="10%"><a target="_top" class="wl" href="http://www.lachauminette.com/'+l[6]+'.htm"><IMG src="images/home.gif" border=0 hspace=5 />'+l[0]+'</a></td>';
	s += '<td width="10%"><a target="_top" class="wl" href="http://www.lachauminette.com/pictures.htm?lang='+l[8]+'">'+l[1]+'</a></td>';
	s += '<td width="10%"><a target="_top" class="wl" href="http://www.lachauminette.com/links.htm?lang='+l[8]+'">'+l[2]+'</a></td>';
	s += '<td width="10%"><a target="_top" class="wl" href="http://www.lachauminette.com/dispos.htm?lang='+l[8]+'">'+l[3]+'</a></td>';
	s += '<td width="10%"><a target="_top" class="wl" href="http://www.lachauminette.com/directions.htm?lang='+l[8]+'">'+l[4]+'</a></td>';
	s += '<td width="10%"><a target="_top" class="wl" href="http://www.lachauminette.com/guestbook.htm?lang='+l[8]+'">'+l[11]+'</a></td>';
	s += '<td width="10%"><a target="_top" class="wl" href="http://www.lachauminette.com/contactus.htm?lang='+l[8]+'">'+l[5]+'</a></td>';
	s += '<td width="20%" ><a target="_top" class="wl" href="http://www.lachauminette.com/'+trg_en+'"><IMG src="images/'+l[7]+'.gif" border=0 hspace=5 />'+l[10]+'</a></td>';
	s += '</tr></table>';
	s += '<table width="100%" ><tr><td><hr/></td></tr></table>';

	document.getElementById("tableTitle").innerHTML = s;
}
