function showPic(src, width, height){
	ff = window.open(src,"Weinberghof",'resizable=yes,location=no,scrollbars=no,menubar=no,titlebar=no,toolbar=no,width='+width+',height='+height);
	if (ff.closed==false) ff.focus();
}