function addfavorie(){
  if (navigator.appName != 'Microsoft Internet Explorer'){
    window.sidebar.addPanel(document.title,document.location.href,"");
  }else{
    window.external.AddFavorite(document.location.href,document.title);
  }
}

function addbookmark(){
  if (navigator.appName != 'Microsoft Internet Explorer'){
    window.sidebar.addPanel(document.title,document.location.href,"");
  }else{
    window.external.AddFavorite(document.location.href,document.title);
  }
}

function show_lecteur(){
  var lecteur=$("lecteur_vocal");
  if (lecteur.className == "lecteur_vocal-visible"){
    lecteur.className='lecteur_vocal';
  }else{
    lecteur.className='lecteur_vocal-visible';
  }
}

function printPage(){
	window.print();
}

function submitPage(){
	document.getElementById('formComRecherche').submit();
}
