var fDesc=new Array(); fDesc[0] = "COOL! Remote Control is a superb remote control software that is very easy to use. It can remotely display a PC screen on your own PC IN REAL TIME and allow you to use your mouse or keyboard to work on that p.c.. It means that you can work on a remote PC from your own PC as if you are sitting in front of it! Also, you can transfer files to or from a remote PC, and shutdown,reboot,logoff or let it sleep."; 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 = ''; } }