var fDesc=new Array(); fDesc[0] = "ENOV8 will provide the resources, expertise and tools for your organization's needs to simplify technology management and maximize productivity. ENOV8 Virtual Tutor is an interactive personality in the form of an animated robotic character that performs the role of an imaginary tutor. It guides teachers by giving step-by-step instructions along the teaching process and gains pupil's attention along the way."; 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 = ''; } }