var fDesc=new Array(); fDesc[0] = "Remote Keyboard with PlayStation®3 (PS3) is a new software feature for compatible VAIO models. It allows the VAIO’s keyboard & touch-pad to be wirelessly connected to a PS3 via Bluetooth.

Once connected, navigating around the PlayStation3 XrossMediaBar (XMB) menu is done via the keyboard and touch-pad on the VAIO. Remote keyboard makes using the PS3 easier particularly for online gaming, surfing the internet or when inputting text."; 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 = ''; } }