function favoris() {
	bookmarkurl="http://www.commerces-questembert.com/"
	bookmarktitle="UDEQ Union pour le Développement Economique de Questembert"
	if ( navigator.appName != 'Microsoft Internet Explorer' )
	{ window.sidebar.addPanel(bookmarktitle,bookmarkurl,""); }
	else { window.external.AddFavorite(bookmarkurl,bookmarktitle); }
}

function addbookmark()
{
	bookmarkurl="http://www.commerces-questembert.com/"
	bookmarktitle="UDEQ Union pour le Développement Economique de Questembert"
	if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function HomePage(obj)
{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('');
}
			