if (top.location.href != window.location.href)
{	top.location.href = "accueil.php"; }

function fctInit()
{
	if (document.getElementById("Local")) { document.getElementById("Entete").style.background = "#00FF00"; }
	txtNav = navigator.appName.substring(0,9);
	txtVer = navigator.appVersion.substring(0,1);
	if (txtNav == "Microsoft" && txtVer >= "4" && navigator.userAgent.search("Opera") == -1)
	{	document.getElementById("Favori").style.visibility = "visible"; }
	else
	{	window.alert("Ce site a été testé/optimisé pour Internet Explorer v6.0 ou + ; la consultation de ce site avec un autre navigateur provoque souvent diverses anomalies d'affichage, voire des dysfonctionnements plus ou moins gênants...."); }
}

function fctAddFavori()
{
	window.external.AddFavorite(window.location.href, "Photo-Mosaïque (Michel ADOLPHE - ADEQUATION)");
}

function fctRecommander()
{
	txtPage = "mailto:?subject=Je te recommande ce site de Photo-mosaïque...";
	txtPage += "&body=Voici le lien : " + window.location.href;  
	objWindowMail = window.open(txtPage,"wndImage","dependent=yes,directories=no,hotkeys=no,location=no,menubar=yes,personalbar=no,scrollbars=yes,toolbar=yes,top=50,height=300,width=300,resizable=yes");
	objWindowMail.focus();
	return false;
}

function fctAuRevoir ()
{
	window.alert("Merci de votre visite.\nadequation.mosaic@aliceadsl.fr");
}
