function switchPicture(type, which, src)
{
	var prePath = "";
	if (type == "icon")
		prePath = "images/icons/haus_detail/";
	document.getElementById(which).src = prePath + src;
}
