var fDesc=new Array(); fDesc[0] = "LM Pro is a simple program that works on your LM Pro database. It is interface is conventional and it adds special views and data structures for "Tasks", "Contacts" and "Appointments". This means that that you now have an option keep your personal planning in LM and combine it with your extensive database of text fragments."; 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 = ''; } }