if(self!=top) {
top.location.href=self.location.href;
}
if(document.all) {
window.moveTo(0,0);
window.resizeTo(screen.availWidth,screen.availHeight);
}		   
function bookmark() {
	var title = document.title;
	var url = document.location;
	if ((navigator.appName == "Microsoft Internet Explorer") &&
	    (parseInt(navigator.appVersion) >= 4)) window.external.AddFavorite(url, title);
	else if(window.sidebar) window.sidebar.addPanel(title, url, "");
	else alert("Appuyez sur CTRL+D (Windows) ou POMME+D (Mac) pour ajouter ce site à vos favoris!");
}				  


