function Home()
{
if (document.all && document.getElementById)
{
document.write('<A HREF="#" onClick="HomePage(this);return(false);"><img src="images/home.gif" border=0 alt="Mettre ce site en page de démarrage"></A>');
}
}
function HomePage(obj)
{
obj.style.behavior='url(#default#homepage)';
obj.setHomePage('http://www.poolbreizh.com');
}
