/* 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);<!-- Modif suppression barre de menus 29 aout 2004/*top.location = 'http://www.biosynergie.org/indexw.php?menu=' + menu + '&html=' + window.location.href;*/-->top.location = 'http://www.biosynergie.org/' + window.location.hash;if (lien.length >1 ) {p = /#/gi;adresse_url= window.location.href;<!-- Modif suppression barre de menus 29 aout 2004/*top.location = 'http://www.biosynergie.org/indexw.php?menu='+ menu + '&html=' + adresse_url.replace (p, '%23');*/-->top.location = 'http://www.biosynergie.org/' + window.location.hash;}}}function affiche_frame_php(menu) {if (top.frames.length == 0 && (window.name != 'w_contenu')){ lien = window.location.hash;lien = lien.substr(1,15);<!-- Modif suppression barre de menus 29 aout 2004top.location = 'http://www.biosynergie.org/indexw.php?menu=' + menu + '&html=' + "http://www.ressources-formation.com/Psychologie.php";-->top.location =  "http://www.ressources-formation.com/Psychologie.php";if (lien.length >1 ) {p = /#/gi;adresse_url= "http://www.ressources-formation.com/Psychologie.php";<!-- Modif suppression barre de menus 29 aout 2004top.location = 'http://www.biosynergie.org/indexw.php?menu='+ menu + '&html=' + adresse_url;-->top.location =  "http://www.ressources-formation.com/Psychologie.php";}}}