var lenght = window.location.search.length;
if (lenght > 0) {
	var type = window.location.search.charAt(lenght-1);
	var color = "#ccffcc";
	if (type == 1) color = "#ccccff";
	if (type == 3) color = "#ffcccc";
} else {
	var type = "2";
	var color = "#ccffcc";
}

function displayLogo() {
	window.document.write("<tr>");
	window.document.write("<td width='150' align='middle'>");
	window.document.write("<a title='english version' href='index-e.htm' ><img src='pictures/english.gif' border=no></a>");
	window.document.write("</td>");
	window.document.write("<td width='5'>&nbsp;</td>");
	window.document.write("<td width='610' align='right'>");
	window.document.write("<img src='pictures/logo.jpg' border=no>");
	window.document.write("</td>");
	window.document.write("</tr>");
}
function displayTop() {
	window.document.write("<table>");
	window.document.write("<tr>");
	window.document.write("<td width='200' align='middle' bgcolor=#ccccff>");
	window.document.write("<a href='sanitation.htm?type=1'>PROPRETE</a>");
	window.document.write("</td>");
	window.document.write("<td width='200' align='middle' bgcolor=#ccffcc>");
	window.document.write("<a href='environment.htm?type=2'>ENVIRONNEMENT</a>");
	window.document.write("</td>");
	window.document.write("<td width='200' align='middle' bgcolor=#ffcccc>");
	window.document.write("<a href='health.htm?type=3'>SANTE</a>");
	window.document.write("</td>");
	window.document.write("</tr>");
	window.document.write("</table>");
}
function displayLeft() {
	window.document.write("<table width='100%' cellpadding='0' cellspacing='0'>");
	window.document.write("<tr><td width='88%'>&nbsp;</td><td width='12%'>&nbsp;</td></tr>");
	window.document.write("<tr><td>&nbsp;</td><td>&nbsp;</td></tr>");
	window.document.write("<tr><td>&nbsp;</td><td>&nbsp;</td></tr>");
	window.document.write("<tr>");
	window.document.write("<td class='menu' align='right' bgcolor='" + color +"'>");
	window.document.write("<a class=menu href='objectives.htm?type=" + type +"'>Objet</a>");
	window.document.write("</td>");
	window.document.write("<td class='menu2'>&nbsp;</td>");
	window.document.write("</tr>");
	window.document.write("<tr><td>&nbsp;</td><td>&nbsp;</td></tr>");
	window.document.write("<tr>");
	window.document.write("<td class='menu' align='right' bgcolor='" + color +"'>");
	window.document.write("<a class=menu href='projects.htm?type=" + type +"'>Projets réalisés</a>");
	window.document.write("</td>");
	window.document.write("<td class='menu2'>&nbsp;</td>");
	window.document.write("</tr>");
	window.document.write("<tr><td>&nbsp;</td><td>&nbsp;</td></tr>");
	window.document.write("<tr>");
	window.document.write("<td class='menu' align='right' bgcolor='" + color +"'>");
	window.document.write("<a class=menu href='development.htm?type=" + type +"'>Ensemble pour le Développement durable</a>");
	window.document.write("</td>");
	window.document.write("<td class='menu2'>&nbsp;</td>");
	window.document.write("</tr>");
	window.document.write("<tr><td>&nbsp;</td><td>&nbsp;</td></tr>");
	window.document.write("<tr>");
	window.document.write("<td class='menu' align='right' bgcolor='" + color +"'>");
	window.document.write("<a class=menu href='activities.htm?type=" + type +"'>Activités principales</a>");
	window.document.write("</td>");
	window.document.write("<td class='menu2'>&nbsp;</td>");
	window.document.write("</tr>");
	window.document.write("<tr><td>&nbsp;</td><td>&nbsp;</td></tr>");
	window.document.write("<tr>");
	window.document.write("<td class='menu' align='right' bgcolor='" + color +"'>");
	window.document.write("<a class=menu href='goals.htm?type=" + type +"'>Buts</a>");
	window.document.write("</td>");
	window.document.write("<td class='menu2'>&nbsp;</td>");
	window.document.write("</tr>");
	window.document.write("</table>");
}
function displayBottom() {
	window.document.write("<table valign='bottom'>");
	window.document.write("<tr align='center' valign='bottom'>");
	window.document.write("<td width='606' align='center' valign='bottom' class='bottom' bgcolor='" + color +"'>");
	window.document.write("<a class='bottom' href='index.htm'>Accueil</a>");
	window.document.write("<label class='bottom'> | </label><a class='bottom' href='contact.htm?type=" + type +"'>Contact</a>");
	window.document.write("<label class='bottom'> | </label><a class='bottom' href='index-e.htm?type=" + type +"'>English</a>");
	window.document.write("<label class='bottom'> | </label><a class='bottom' href='sanitation.htm?type=1'>Propreté</a>");
	window.document.write("<label class='bottom'> | </label><a class='bottom' href='environment.htm?type=2'>Environnement</a>");
	window.document.write("<label class='bottom'> | </label><a class='bottom' href='health.htm?type=3'>Santé</a>");
	window.document.write("<label class='bottom'> | </label><a class='bottom' href='objectives.htm?type=" + type +"'>Objet</a>");
	window.document.write("<label class='bottom'> | </label><a class='bottom' href='projects.htm?type=" + type +"'>Projets réalisés</a>");
	window.document.write("<label class='bottom'> | </label><a class='bottom' href='development.htm?type=" + type +"'>Devise</a>");
	window.document.write("<label class='bottom'> | </label><a class='bottom' href='activities.htm?type=" + type +"'>Activités</a>");
	window.document.write("<label class='bottom'> | </label><a class='bottom' href='goals.htm?type=" + type +"'>Buts</a>");
	window.document.write("</td>");
	window.document.write("</tr>");
	window.document.write("</table>");
}
