function popup(url, width, height){
	window.open("http://www.brugsbierfestival.be/popup.php?img=" + url, "", "resizable=0,menubar=0,status=0,height=" + height + ",width=" + width + ",left=" + ((screen.width-width)/2) + ",top=" + ((screen.height-height)/2));
}//popup