function bild(bild,breit,hoch) {
	var bildwin = window.open("http://www.kunterbunt-verlag.com/bilder/"+bild+".jpg","bild_gross","width="+(breit+20)+",height="+(hoch+20)+",scrollbars=no,resizable=no");
}

function machanklick(id) {
	for (var i=0; i<id.length; i++) {
		document.getElementById(id[i]).setAttribute("style", "padding-right:3px; cursor:pointer;");
		if(navigator.appName == "Microsoft Internet Explorer") document.getElementById(id[i]).style.setAttribute("cursor", "pointer");
		document.getElementById(id[i]).setAttribute("title", "zum vergrößern anklicken...");
	}
}