<!--
	function openPic(ItemID, wWidth, wHeight, path) {
		wLeft = (screen.width - wWidth) / 2;
		wTop = (screen.height - wHeight) / 2;
		window.open('/content/catalogue/image.aspx?id=' + ItemID, '_blank', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=' + wWidth + ',height=' + wHeight + ',top=' + wTop + ',left=' + wLeft);
	}
-->