var fDesc=new Array(); fDesc[0] = "TimeGT is built to make life and tasks handling much easier and more accessible. TimeGT offers numerous ways to organize tasks, ideas and notes. It will suit a wide range of time management techniques used by different people: Getting Things Done (GTD) by David Allen, important-urgent method by Dwight D. Eisenhower, First Things First by Stephen Covey, and many others."; 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 = ''; } }