var fDesc=new Array(); fDesc[0] = "Weightmania Pro is a comprehensive fitness and nutrition tracking software. It allows you to track exactly what you eat, including total calories, protein, carbohydrates, fat, sugar, sodium, cholesterol and fiber. You can also track water, serving sizes, food groups, glycemic index and points. Also, it searches favorites, recipes, custom foods, and a large food database."; 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 = ''; } }