function afficherCopyright()
{
	document.write('&copy; Copyright Genov 2008');
	document.write('<br /><br />');

}

function afficherCourriel()
{	
	moi = "info";
	domaine = "genov.ca";
	document.write('<a href=\"mailto:' + moi + '@' + domaine + '\">');
	document.write('&Eacute;crivez-nous</a>');

}

function showEmail()
{	
	moi = "info";
	domaine = "genov.ca";
	document.write('<a href=\"mailto:' + moi + '@' + domaine + '\">');
	document.write('Email us</a>');

}

//**************
/*function afficheLienIndex()
{

	afficheLienAlexInfo();
	document.write(" | <a href='../Repertoire.html'>Index du r&eacute;pertoire</a><br />");

}

function afficheLienAlexInfo()
{
	document.write("<a href='http://www.alexinformatique.com'>AlexInformatique.com</a>");


}*/

