var fDesc=new Array(); fDesc[0] = "Easy Interactive Tools lets you use your interactive pen as the mouse to navigate, select, scroll, draw, save, and interact with projected content from your computer. The program offers you two working modes: interactive and the whiteboard. It lets you project one of 3 solid colors or 6 background patterns and you can use the toolbar to write or draw on the background."; 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 = ''; } }