/*********************************************** * Eine ID sichtbar/unsichtbar machen ***********************************************/ function show_hide(v) { if (document.getElementById(v)) { if (document.getElementById(v).style.display == "none") { document.getElementById(v).style.display = "block"; document.getElementById(v).style.display = ""; } else { document.getElementById(v).style.display = "none"; } } } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i