function toCart(id) {
	$.post("img.con", { sent: 'yes', id: id},
	function(data){
		$("#img_cntr").text(data);
	});
}
