var vBotNav = "";

function writeNavBottom() {
	vBotNav += '<br><div id="nav_bottom">\n';
	vBotNav += '	<a href="http://www.irokkoi.net" target="_blank">Studio de création graphique</a>';
	vBotNav += '	<a href="http://www.irokkoi.com/portfolio" target="_blank">Galerie</a>';
	vBotNav += '	<a href="http://blog.irokkoi.com" target="_blank">Blog</a>';
	//vBotNav += '	<a href="http://www.myspace.com/irokkoi" target="_blank">Myspace</a>\n';
	vBotNav += '	<a href="../contact/demande.php">Demande d\'info</a>';
	//vBotNav += '	<a href="../about/agence.html">L\'agence</a>\n';
	//vBotNav += '	<a href="../contact/demande.php">Contactez-nous</a>\n';
	//vBotNav += '	<a href="../transversales/mentions.html">Mentions légales</a>\n';
//	vBotNav += '	<a href="../contact/info.html">Plan d\'accès</a>\n';
	vBotNav += '</div>\n';
	document.write(vBotNav);
}
