
function showImage( id ) {
	
	window.open('/product_image.php?p_id='+id, 'popup', 'width=200,height=400,menubar=no,toolbar=no,location=no,status=no,resizable=yes,scrollbars=no');
	
}

