// JavaScript Documentfunction open_window(url,Name,Breite,Hoehe) {function open_window(url,Name,Breite,Hoehe) {	show = window.open(url,Name,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=540,height=480').focus();}