function pzoom(cid) {
	void(window.open('/products/_pzoom.php?cid=' + cid,'product_zoom','width=400,height=340,scrollbars=no,resizable=no'));
	return false;
}