function doPopup(imgurl,imgnr,imgx,imgy)
{
	window.open(imgurl,imgnr,"width="+imgx+",height="+imgy+",status=no,left=200,top=200");
}

function getImage(wn)
{
	document.Bildx.src = "images/"+wn+".jpg";
}

