// <SCRIPT LANGUAGE=JavaScript src="menu.js"></SCRIPT>               <!--               var target = "popup" //Destination des URL: "blank", "top" "self" ou "nom du cadre" 		 function envoie(frm){               URL = frm.BernardDelage.options[frm.BernardDelage.selectedIndex].value               if (frm.BernardDelage.selectedIndex != 0){               if (target == "popup") mywindow = window.open(''+URL+'');               else if (target == "popup") document.location = URL;               else parent.frames[target].location  = URL;                }else alert('\nVeuillez faire un choix dans le menu.\nMerci.');}               //-->
