LEFT - GSWLEFT2 - HydroLEFT3 - Garnell

USN Carb Block x45 Caps

USN Carb Block x45 Caps
£17.22
RRP £21.99SAVE £4.77 (22%)
Out of Stock
This product will be back in stock shortly.

BUY THIS PRODUCT...

USN Carb Block - 45 caps : USN Carb Block consists of innovative ingredients, formulated for people who wish to decrease the effects of a diet too rich in carbohydrates while continuing to enjoy life.
It contains both wheat and white kidney bean derived amylase inhibitors, which have been scientifically proven to optimally delay or prevent digestion of starches. It works by temporarily and safely inhibiting the digestive enzyme alpha-amylase. The potent amylase inhibitors used, have been shown to inhibit both pancreatic and salivary amylase to a maximal degree, decreasing the digestion and absorption of carbohydrates in both the stomach and intestines.
var sep_th = "," var sep_dec = "." var symbol_right = "" var cur_value = "1.00000000" var symbol_left = "£" var decimal_places = "2" var product_price = 17.59 var price_qty = new Array var price_value = new Array price_qty[0] = 1 price_value[0] = 17.59 price_qty[1] = 2 price_value[1] = 16.88 price_qty[2] = 3 price_value[2] = 16.36 price_qty[3] = 4 price_value[3] = 15.83 price_qty[4] = 5 price_value[4] = 15.3 function formatNumber(num){ num = 1 * (num * cur_value); var s = new String(num); p=s.indexOf('.') n=s.indexOf(',') var j = Math.floor(num); var s1 = new String(j); if (p>0 || n>0){ if (p>0){ s = s.replace('.', sep_dec); }else{ s = s.replace(',', sep_dec); } } var l = s1.length; var n = Math.floor(l/3); var i =1 while (n > 1){ s = s.substring(0, s.indexOf(sep_dec)-(3*n)) + sep_th + s.substring(s.indexOf(sep_dec)-(3*n), s.length); n--; } if (j == num){ s = s + sep_dec + ��' } s = s.substring(0, s.indexOf(sep_dec) + decimal_places* 1 + 1); s = symbol_left + s + symbol_right; return s; } function recalculatePrice() { var qty = document.getElementById('cart_quantity').value * 1; var price = 0; var result = '' var flag = false; if (qty != '' ) { if (qty > 1) { for (i=0;i 0) { price = price_value[i - 1]; flag = true; break; } } } if (price == 0 && !flag) { price = price_value[price_value.length - 1]; } result = formatNumber(price * qty); } else { result = formatNumber(product_price); } } else { result = formatNumber(product_price); } document.getElementById('totalprice').innerHTML = result; }