var fDesc=new Array(); fDesc[0] = "With Ascendo Fitness you can set objectives, track nutrition, exercise & strength training, measure your progress, display graphs, and calculate several fitness ratios using personal information in US or metric measurements. Ascendo Fitness is the only product for BlackBerry to provide a desktop companion which includes a comprehensive list of 7,293 nutrition items, based on the USDA Standard Reference 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 = ''; } }