var bild;

function openGalery(pic) {
	bild = pic;
	galleryWindow = window.open("gallery.html","Baselitzhaus","width=520,height=550");
}

