var fDesc=new Array(); fDesc[0] = "Jeyo Remote lets you operate your laptop or desktop computer using a mobile phone wirelessly over Bluetooth. You can use Jeyo Remote to interact with Microsoft Windows operating systems and applications running on a computer almost as if you are using a keyboard and mouse directly. You can send commands to applications, open and close applications or files, move on-screen cursor, change speaker volume, and so forth on a computer all from the convenience of a mobile phone. Your mobile phone effectively becomes a remote control and input device for your 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 = ''; } }