/* AUTEUR: PIERRE LASSALLE */
/* DATE DE CREATION: 21/11/02 */
/* APPEL FRAMESET */
function affiche_frame(menu) {
if (top.frames.length == 0 && (window.name != 'w_contenu')){ 
lien = window.location.hash;
lien = lien.substr(1,15);
top.location = 'indexw.php?menu=' + menu + '&html=' + window.location.href;
if (lien.length >1 ) {
p = /#/gi;
adresse_url= window.location.href;
top.location = 'indexw.php?menu='+ menu + '&html=' + adresse_url.replace (p, '%23');
}
}

}
