var fDesc=new Array(); fDesc[0] = "bControl is mobile application that turns Samsung Wave phone into remote keyboard, mouse, joypad and acceleration-based steering wheel.

With this application, you can control your PC-based media-center, browse internet, play music and video from your chair or sofa; perform large-screen presentations using your phone as a keyboard and mouse; play arcade and racing games using Bada phone as a game 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 = ''; } }