var a = "http://www.feuerwehr-ehestorf.de/bilder/"

// bf=Bildfenster function um Bilder groß anzuzeigen

function bf(theURL)
	{
  		window.open(a+theURL,'Bild','status=yes,scrollbars=no,resizable=no,left=340,top=75,width=530,height=400');
	}

// bf1=Bildfenster function um Bilder groß anzuzeigen
	
function bf1(theURL)
	{
  		window.open(a+theURL,'Bild','status=yes,scrollbars=no,resizable=no,left=340,top=75,width=840,height=630');
	}

// bf2=Bildfenster function um Bilder groß anzuzeigen

function bf2(theURL)
	{
  		window.open(a+theURL,'Bild','status=yes,scrollbars=yes,resizable=no,left=25,top=25,width=1000,height=750');
	}
