function shopImage(file, width, height)
{
	popWindow	= window.open("http://www.grosshandel-x.de/show.php?file="+file, "imgWnd", "width="+width+",height="+height+",dependent=yes,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
	return false;
}
