var fDesc=new Array(); fDesc[0] = "Nutrition Software is an educational program which allows you to gain more control over your healthy lifestyle. The program provides information on nutritional therapy, best foods, megavitamin and megamineral therapy(also known as orthomolecular therapy), acid-base balance and nutrients. It features over 250 nutritional therapy affliction entries, detailed nutrient listings with food sources, detailed listings for 43 common supplements and 28 special foods, and more."; 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 = ''; } }