var fDesc=new Array(); fDesc[0] = "Touch Display Link is a program that allows you to easily connect and share information between the BIG PAD and tablet PCs. Notes and drawings made on the BIG PAD display will appear on users’ devices in real-time. The program allows you to connect up to 20 people at once."; 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 = ''; } }