function fenster(path,w,h)	{
	//pict = new Image();
	//pict.src = path;	
	//image=window.open('imagewindow.asp?image=' + path,"konfig","width="+pict.width+",height="+(pict.height+50)+",screenX=100,screenY=100,scrollbars=no,resizable=yes,location=no,menubar=no,status=no,toolbar=no");
	image=window.open('/shop2/imagewindow.asp?image=' + path,"konfig","width=" + w + ",height=" +  h + ",screenX=100,screenY=100,scrollbars=no,resizable=yes,location=no,menubar=no,status=no,toolbar=no");
	image.focus();
}


