var fDesc=new Array(); fDesc[0] = "MobiSystems Diets is specially designed to facilitate your dieting and life-style needs on the go. Do you need to lose weight, get in shape, or simply watch what you eat? MobiSystems Diets enables you to set up a weight loss program and begin the journey towards the body you want.
Body shaping requires diet and exercise. With MobiSystems Diets you can easily get and stay on track: personalized weight loss program setting;daily meals recording; fitness program and daily activity tracking; calorie and fats input monitoring; carbohydrates and proteins tracking; ability to use different food databases."; 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 = ''; } }