<!-- var browser_ok;if (((navigator.appName.indexOf("Microsoft") > -1 )&&(parseInt(navigator.appVersion.substring(0)) >=4))|| ((navigator.appName.indexOf("Netscape") > -1 )&&(parseInt(navigator.appVersion.substring(0)) >=4))){browser_ok="si";}function zoomwdw(id){if (browser_ok){url="zoom/"+id+"_zoom.htm";wdwname="zoom_"+id;top.zoom_window=open(url,wdwname,"resizable=no,toolbar=no,directories=no,menubar=no,status=no,scrollbars=no,width=720,height=540");top.zoom_window.moveTo(20,20);}}function flashwdw(id){if (browser_ok){url="zoom/"+id+"_flash.htm";wdwname="zoom_"+id;top.zoom_window=open(url,wdwname,"resizable=no,toolbar=no,directories=no,menubar=no,status=no,scrollbars=no,width=780,height=580");top.zoom_window.moveTo(20,20);}}function printwdw(id){if (browser_ok){url="zoom/"+id+"_print.htm";wdwname="print_"+id;top.print_window=open(url,wdwname,"resizable=no,toolbar=yes,directories=no,menubar=yes,status=no,scrollbars=yes,width=720,height=540");top.print_window.moveTo(20,20);}}function scrollwdw(id){if (browser_ok){url="zoom/"+id+"_zoom.htm";wdwname="zoom_"+id;top.zoom_window=open(url,wdwname,"resizable=yes,toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,width=720,height=540");top.zoom_window.moveTo(20,20);}}function textwdw(id){if (browser_ok){url=id+".htm";wdwname="text_"+id;top.zoom_window=open(url,wdwname,"resizable=yes,toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,width=620,height=540");top.zoom_window.moveTo(20,20);}}function show_vorherwdw(){if (browser_ok){if (document.getElementById("vorher")){document.getElementById("vorher").style.visibility = "visible";}}}function hide_vorherwdw(){if (browser_ok){if (document.getElementById("vorher")){document.getElementById("vorher").style.visibility = "hidden";}}} //-->