function big_image(name) {
	bildname = name + "-600.jpg";
	window.open("images/" + bildname,"Bild","width=600,height=600,locationbar=no,menubar=no,resizable=yes,status=no");
}
