var fDesc=new Array(); fDesc[0] = "Oktopus is an interactive presentation and collaboration software designed for use with any interactive whiteboard, projector, or flat panel display. The software includes 70 subject-specific tools for drawing, math, literacy, geography, science and 8 polling questions types with reporting. It works over all applications, including web browser content, and it collaborates with tablets using local wifi."; 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 = ''; } }