var fDesc=new Array(); fDesc[0] = "Quickly point-and-click to create your grocery shopping list from a customizable, searchable product file. Create and modify product categories. Custom print lists for shopping. Calculate your shopping list cost. Screen for high fat and/or carbohydrate products. Synchronize master files kept at multiple locations (eg.home/office). Track coupons and log shopping costs over a period of time. Enjoy one-click WWW lookup of nutritional information for each food product.

Create multiple shopping lists and save custom lists (a recipe, for example)for future reference. The program is shareware. Free to try. Register for $10.00 if you decide to use it. NEW! add the optional meals and menus manager."; 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 = ''; } }