var fDesc=new Array(); fDesc[0] = "MxBody is an application that allows you manage a diet control program. The program gives an array of settings to customize. A user can enter the food items, his personal data, diary, daily level of activity/exercise, and many more. Numerous charts of various types and statistics are present, which give opportunities to assess progress."; 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 = ''; } }