var fDesc=new Array(); fDesc[0] = "Mobile BT Remote turns your Nokia mobile phone in a remote controller for your computer. Mobile BT Remote allows you to use your mobile phone as a secondary display for your computer. You can use it as a bluetooth mouse or keyboard and as a Power Point presenter or Winamp, VLC and AIMP controller."; 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 = ''; } }