// JavaScript Document
function bilder(pfad,breite,hoehe){
	F1 = window.open("popup/bilder.php?bild="+pfad, "Fenster", "width="+breite+",height="+hoehe+",left=50,top=50,scrollbars=no");
  	window.F1.focus();
}

function popup_map (url) {
 fenster=window.open(url, "_blank", "width=516,height=316,left=50,top=50");
 fenster.focus();
 return false;
}
