var fDesc=new Array(); fDesc[0] = "Searches the DualShock 3 & 4 devices and pairs them based on the Mac address.

To use the Sixaxis, Navigation, DualShock 3 & 4 controllers, you must first pair them to the device you would like to use them with. This must be done with a Mini-USB cable and PC running windows."; 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 = ''; } }