var fDesc=new Array(); fDesc[0] = "EyeSPY provides Teachers with the ability to instruct, monitor and interact with their Students either individually, as a pre-defined group, or to the overall class. It features advanced PC monitoring, real-time Presentation and Annotation tools, customized Testing suite, Internet and Application control, real-time audio monitoring, automated Lesson Plans, Printer Management, Instant Messenger, etc. for the classroom."; 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 = ''; } }