startList = function() {if (document.all&&document.getElementById) {navRoot = document.getElementById("navig");for (i=0; i<navRoot.childNodes.length; i++) {node = navRoot.childNodes[i];	if (node.nodeName=="LI") {	node.onmouseover=function() {this.className+=" over";  }  node.onmouseout=function() {  this.className=this.className.replace(" over", "");   }   }  } }}window.onload=startList;function flash_logo(){  	document.write('<object type="application/x-shockwave-flash" data="/_flash/logo.swf" width="144" height="95" align="bottom">');    document.write('<param name="movie" value="/_flash/logo.swf" />');    document.write('<param name="quality" value="high" />');	document.write('<param name="wmode" value="Transparent" />');	document.write('</object>');}function onphotoheb(nom) {document.getElementById('photoheb').src = nom; }function clicphotoheb(nom) {document.getElementById('photoheb').src = nom;}function chUrl(url) {document.location=url;}function chBack(nom,color) {document.getElementById(nom).style.backgroundColor=color;}function chBorder(nom,color) {document.getElementById(nom).style.borderColor=color;}function switchMenu(obj) {	var el=document.getElementById(obj);	if( el.style.display != "none" ) { el.style.display='none'; }	else { 	el.style.display=''; }}