// ================= Oeffnet neues Fenster: ===========//function Display(URL){neu=window.open(URL,'show',"width=450,height=330,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0")neu.focus()neu.moveTo(Math.round((screen.availWidth-450)/2),Math.round((screen.availHeight-330)/2))}function DisplayGallerien(URL){neu=window.open(URL,'show',"width=790,height=590,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0")neu.focus()neu.moveTo(Math.round((screen.availWidth-790)/2),Math.round((screen.availHeight-590)/2))}
