var supported=(document.getElementById||document.all);var maxNumb=1;function blocking(i){var x;if(!supported){alert("This menu does not work in your browser.");return;}if(i+1>maxNumb){maxNumb=i+1;}for(x=1;x<maxNumb;x++){current=(x==i)?"block":"none";if(document.getElementById){if(document.getElementById("number"+x)){document.getElementById("number"+x).style.display=current;}}else{if(document.all){if(document.all["number"+x]){document.all["number"+x].style.display=current;}}}}}function addRealEventListener(obj,evType,fn){if(obj.addEventListener){obj.addEventListener(evType,fn,false);return true;}else{if(obj.attachEvent){var r=obj.attachEvent("on"+evType,fn);return r;}else{return false;}}}function addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!=="function"){window.onload=func;}else{window.onload=function(){oldonload();func();};}}function toggleDisplay(id){if(document.getElementById){var el=document.getElementById(id);if(el){if(el.style.display==="none"){el.style.display="block";}else{el.style.display="none";}return false;}}return true;}function rollover_img(nom,src){document.images[nom].src=src;}function load(){var i;if(document.images){this.length=load.arguments.length;for(i=0;i<this.length;i++){this[i+1]=new Image();this[i+1].src=load.arguments[i];}}}

