var fDesc=new Array(); fDesc[0] = "MarkBook 2013 is a Class Management program designed for teachers that is easily configurable to meet the standards of every system. The program allows you to prepare class rosters, record and analyze attendance and punctuality, print photo seating plan charts, analyze achievements, generate paper and eMail report cards, build report card comments and track loaned items, such as band instruments and text books."; 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 = ''; } }