var fDesc=new Array(); fDesc[0] = "- Quick reference tool for carbohydrate content of foods.
- Database of 800 foods with precise carb readings for each.
- Fiber content and "Net" carbohydrate content are also included.
- "Quick Search" feature quickly finds any food.
- "Watch List" feature summarizes and totals selected foods.
- List foods in grams or ounces
- Link to "low-carb" recipe websites with a click of the mouse."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }