var fDesc=new Array(); fDesc[0] = "Use Phone Remote Control (previously Bluetooth Remote Control) both for buisness and pleasure! Give PowerPoint presentation and see the actual slides in the phone. Change songs that are currently being played on ITunes or Media Player, browse for artists, albums, change volume and much more..Phone Remote Control is a true universal remote control. It allows the user to modify the current behaviour as well as add support for new applications. You can add support by writing Java or VB scripts, defining key maps and file actions. With key maps the user can very easy and fast define application actions and link them to any buttons on the mobile phone."; 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 = ''; } }