function showGalerie(a,b){document.getElementById("picture").innerHTML='<img src="'+a+'" alt="'+b+'" vspace="0" hspace="0" height="201" width="255" style="display:block" name="picture11" id="picture11">'}function toggle(b){var a=document.getElementById(b);if(a==null){return}if(a.style.display==""){a.style.display="none"}else{a.style.display=""}};
