function pop_bild(url,width,height)
	{
		newWin = window.open(url, "PopBild",'width='+ width +',height='+ height +',toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0');
		newWin.focus();
	}