function nav_bar_status (texte){
window.status=texte;return(true);
}
nav_bar_status("Cours de Morphologie Mathematique - Courses on Mathemetical Morphology - Curso de Morfologia Matematica");

function open_page(langue, page){

parent.ban.location="ban_"+page+"_"+langue+".htm";
parent.nav.location="nav_"+page+"_"+langue+".htm";

}

function go_chp(langue, no_chapitre){

parent.ban.location="ban_chplst_"+langue+".htm";
parent.nav.location="nav_chplst_"+langue+".htm#"+no_chapitre;
}
