var fDesc=new Array(); fDesc[0] = "Use Splashtop on the local network to access your home computer from the comfort of your couch or bedroom. See and control your computer from another device, and feel as if you were still sitting in front of it. Access all the apps, files, videos, and music on your computer. View and edit Microsoft Office and PDF files. Browse the web using Chrome, IE, and Firefox with full Flash and Java support. Play graphics-intensive PC and Mac games."; 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 = ''; } }