var fDesc=new Array(); fDesc[0] = "RICOH Interactive Whiteboard Client can be used for sharing the display and annotation between RICOH IWB (Interactive Whiteboard) and Windows tablet/PC by Remote sharing function of IWB. This program can be installed in multiple PCs; this feature is useful for sharing the same board to all your students / conference attendees."; 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 = ''; } }