var fDesc=new Array(); fDesc[0] = "Lantiv Timetabling Turbo is an automatic school timetabling and scheduling software. The program helps you keep track of daily changes, take care of absences, find suitable replacements, and more. When you and your colleagues are working on the same schedule, every change you make is immediately seen by your colleagues and vice versa. The program contains several sample files which you can open and work with. There is one sample file for each type of institution. The sample files are shown at the left side of the main window."; 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 = ''; } }