function AfficheHomePage() {
	if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )) {
		document.write('<A HREF="#" onClick="HomePage(this);return(false);"><IMG height=17 alt="ÇÌÚá ãæÞÚäÇ Ýí ÕÝÍÊß ÇáÃæáì" hspace=5 src="sa3a/home.gif" width=20 border=0></A><BR>');
	} else {
		document.write('<A HREF="#" onClick="alertx();return(false);"><IMG height=17 alt="ÇÌÚá ãæÞÚäÇ Ýí ÕÝÍÊß ÇáÃæáì" hspace=5 src="sa3a/home.gif" width=20 border=0></A><BR>');
	}
}

function HomePage(obj)	{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.assalafia.com');
}

function alertx()	{
	alert("Cette fonction n'est activée que dans Internet Explorer v 5.0 ou une version ultérieure.");
}