function AfficheHomePageFR()
	{
	if (document.all && document.getElementById)
	{
		document.write('<img src="images/ico_new2.jpg" width="12" height="12" border="0" align="absmiddle"> <A HREF="#" onClick="HomePageFR(this);return(false);">Page de démarrage</A>');
	}
	}
function HomePageFR(obj)
	{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.jobs4canada.com/default.asp?lg=fr');
	}

function AfficheHomePageUS()
	{
	if (document.all && document.getElementById)
	{
		document.write('<img src="images/ico_new2.jpg" width="12" height="12" border="0" align="absmiddle"> <A HREF="#" onClick="HomePageUS(this);return(false);">Make jobs4canada your home page</A>');
	}
	}
function HomePageUS(obj)
	{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.jobs4canada.com/default.asp?lg=us');
	}
	
function AfficheHomePageES()
	{
	if (document.all && document.getElementById)
	{
		document.write('<img src="images/ico_new2.jpg" width="12" height="12" border="0" align="absmiddle"> <A HREF="#" onClick="HomePageES(this);return(false);">Make jobs4canada your home page</A>');
	}
	}
function HomePageES(obj)
	{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.jobs4canada.com/default.asp?lg=es');
	}