
function favoris() {
      if ( navigator.appName != 'Microsoft Internet Explorer' ){
           window.sidebar.addPanel("exemple","http://www.ponts-formation-edition.fr/","");
       }
       else {
           window.external.AddFavorite("http://www.ponts-formation-edition.fr/","exemple");
      }
 }

function popupcentree(page,largeur,hauteur,options) {
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
