var fDesc=new Array(); fDesc[0] = "Vortex is a Education Management System that takes care of all your education management requirements. Vortex is good for the Department of Education at all levels, from Wards, Circuits and Districts, all the way to Province and National. Admin allows you communication with Learners, Parents, and Educators."; 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 = ''; } }