1.) How to have a menu displayed even on browsers that do not support 
javascript?

submitted by J.C. Baillie (http://www.ensta.fr/~baillie/contact.html)

<script language="javascript"> 
	......
</script>
<noscript>
	Insert your html-substitute here
</noscript>
