var fDesc=new Array(); fDesc[0] = "Remote Keyboard Lite allows you to easily input text to your BRAVIA by using your computer. Remote Keyboard Lite does not support Bluetooth device function.
This application is provided 'as is', we cannot guarantee performance or functionality. If you own a Sony VAIO computer, please use the version which is preinstalled, or which can be downloaded via VAIO update."; 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 = ''; } }