var fDesc=new Array(); fDesc[0] = "With Remote P800 you can control your Sony Ericsson P910, P900 or P800 or Motorola A1000/A92x from your Windows PC by using the keyboard and mouse.

You can start and use any application without even touching your phone. Remote P910 helps you creating screenshots and even allows you to record AVI movies from the screen of your 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 = ''; } }