// var Fenster, a;

function fenster_auf(page, beschreibung, pfad, breite, hoehe) {
	Fenster = window.open("../style/bilder_gross.php?page="+page+"&img_desc="+beschreibung+"&img_url="+pfad, "Gross", "width="+breite+", height="+hoehe+", resizable=yes, directories=no, menubar=no, location=no");
}

function galerie_gross(more, pfad, breite, hoehe) {
	Fenster = window.open("../style/bilder_gross.php?page=galerie&more="+more+"&img_url="+pfad, "Gross", "width="+breite+", height="+hoehe+", resizable=yes, directories=no, menubar=no, location=no");
}

