function AfficheHomePage()
    {
    if (document.all && document.getElementById)
        {
        document.write('<A HREF="#" onClick="HomePage(this);return(false);"><img src="imagestech/demarrage.gif" width="14" height="16" border="0" alt="Ce site en page de démarrage"></A>');
        }
    }
function HomePage(obj)
    {
    obj.style.behavior='url(#default#homepage)';
    obj.setHomePage('http://www.renouveaufrancais.com/');
    }
