var fDesc=new Array(); fDesc[0] = "Life Balance is a time management application that helps creative busy people balance the responsibilities of work, home and play. Conventional paper and electronic planners only record meeting and and To-Do items. Life Balance offers intelligent assistance for prioritizing daily tasks according to your aspirations, your current situation and time of day."; 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 = ''; } }