var fDesc=new Array(); fDesc[0] = "Interactive Software 2 is offering a wider range of powerful features and object-oriented project tools to produce winning teaching materials.
Users can clone, capture, group, annotate and organize content in an unlimited working space, effortlessly switch between tools via the toolbar and modify individual tool settings in convenient dropdown menus."; 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 = ''; } }