function productImagePopup(product_id) {
	newWin=window.open('/popup_product_images.php?products_id=' + product_id , 'popupimage', 'toolbar=0, scrollbars=yes, resizable=yes, width=500, height=590');
	newWin.focus();
}