var fDesc=new Array(); fDesc[0] = "WinDS3 is a powerful tool that allows you to connect a PS3 controller (Dualshock3/Sixaxis) to your Windows PC. WinDS3 allows you to use a PS3 controller as normal gamepad and also offers the ability for it to function as a keyboard and mouse. This means you can use it to play any online mmorpg games. WinDS3 features an X360 controller emulator so that you can use it to play games specially designed for an X360 controller and fully supports rumble/vibration."; 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 = ''; } }