var bild;

function openGalery(pic) {
	bild = pic;
	galleryWindow = window.open("gallery1.html","Baselitzhaus","width=840,height=680");
}
