var fDesc=new Array(); fDesc[0] = "Remote Professional - Operate your phone from your desktop PC. For Sony Ericsson G900.
The Perfect Tool for Presentations, Tutorials or Device and Application Testing.
With Remote Professional, you can conveniently demo any applications or services on your phone in realtime. Remote Professional displays your phone's screen in a virtual window on your PC. You can either use a wireless bluetooth connection for best mobility during your presentation or a USB cable for best realtime performance."; 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 = ''; } }