var fDesc=new Array(); fDesc[0] = "The Tswela Timetable System allows you to generate and setup a timetable that matches the specific needs of your school in no time.

Colour-coding, following the easy menu-based breadcrumbs and circling of selected menu items, eliminate any confusion in the step-by-step simple process."; 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 = ''; } }