var fDesc=new Array(); fDesc[0] = "Fitness Assistant is a program that makes weight control predictable. SMART Calorie Monitoring System learns your metabolism and dramatically boosts your chances of reaching your target weight on the target date. The Fitness Assistant does not offer ineffective fixed calorie diet plans. You have the absolute freedom to eat more or less than the program tells you and it will automatically correct the calorie plan for the remainder of the goal period."; 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 = ''; } }