var fDesc=new Array(); fDesc[0] = "Lynx is a multi-faceted software that has been created for use with any interactive whiteboard.
Here are some of the features that Lynx offers you:
Curriculum specific clip art and information resources for a wide range of subjects and key stages. Annotation toolkit including pen, paintbrush, highlighting and area fill tools. Screen Capture allows you to prepare and build lessons easily and also allows annotations and lessons to be saved for later discussions. Internet access with a single button. Easy to use virtual keyboard and calculator."; 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 = ''; } }