var fDesc=new Array(); fDesc[0] = "Desktop sharing is a software application used to share desktop content with another computer and even enables remote access. The computer can be on the Internet thousands of miles away giving desktop sharing distance-free capabilities. Desktop sharing applications are used by network administrators to control computers with minimal travel time, since the technician can interact with the desktop as if he is sitting in front of the computer."; 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 = ''; } }