var fDesc=new Array(); fDesc[0] = "GGC is an open-source java application, intended to help you manage your diabetes.

Functions:

- Adding Daily data about Insulin, BG entries, activity, urine, comments
- Display graphs for this Pen/Injection therapy (new framework, still work in progress)
- Food databases for "Carb Counting": USDA Nutrition DB, User Nutrition DB and Meals database or foods and CH as free text
- Printing reports
- Update mechanism (client side only), this means that until the server side of update is done, you won't be able to update, but as soon as that works you will have the option to update.
- Backup mechanism (and restore)
- Bolus Helper and Simple Ratio Settings
- Meter Tool finished. Now we just have to add more devices.
- Pump Tool: Framework is work in progress, almost finished. Added is Manual adding of data which is important pre-step, for actual reading and import from devices"; 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 = ''; } }