// JavaScript Document
function bookmark() {
	var _base = document.location.protocol + '//' + document.location.host
	if (navigator.appName != 'Microsoft Internet Explorer'){
 		window.sidebar.addPanel('Institut Claude Bell', _base, '');}
	else {
		window.external.AddFavorite(_base, 'Institut Claude Bell');}
}

