// JavaScript Document// Galerie Fenster für AGM 2003function fenster(zahl) {f1 = window.open("galerie/agm_gal_"+zahl+".htm","AGM","width=640,height=510,toolbar=0,menubar=0,resizable=0,scrollbars=0");f1.focus();}// PopUp für Aufnahmeantragfunction aufnahme() {antrag = window.open("antrag.htm","Antrag","width=600,height=400,toolbar=yes,resizable=no,scrollbars=yes");antrag.focus();}// Galerie Fenster für Strandsäuberung 2002function strandgal(zahl) {f1 = window.open("galerie/proj_gal_"+zahl+".htm","Strandsaeuberung","width=640,height=510,toolbar=0,menubar=0,resizable=0,scrollbars=0");}// Ändert die unterliegende Seite, wenn in der Stransäuberung-Galerie die nächste erreicht wirdfunction aendern (URLmain,URLpop) {opener.location.href = URLmain;self.location.href = URLpop;self.focus();}function aktpops(name) {f1 = window.open("pops/"+name+".html","Aktuell","width=640,height=510,toolbar=0,menubar=0,resizable=0,scrollbars=0");f1.focus();}
