// AJOUTER AUX FAVORIS
nav = navigator.appName.substring(0,3);
ver = navigator.appVersion.substring(0,1)
function addFav()
{
if (nav == "Mic" && ver >= 4)
{
url_site="http://www.parisce.com";
titre_site = "HORIZON-LOISIRS, les loisirs au coeur de l'entreprise";
document.write('<A HREF="#" onClick="window.external.AddFavorite(url_site, titre_site);return(false);">HORIZON-LOISIRS DANS VOS FAVORIS</A>')
}
else
{
document.write('Faites CTRL+D pour ajouter ce site &agrave; vos favoris!')
}
}

// PAGE DE DEMARRAGE

function AfficheHomePage()
{if (document.all && document.getElementById)
{document.write('<A HREF="#" onClick="HomePage(this);return(false);">HORIZON-LOISIRS EN PAGE D\'ACCUEIL</A>');}}
function HomePage(obj)
{obj.style.behavior='url(#default#homepage)';
obj.setHomePage('http://www.parisce.com');
}
