var fDesc=new Array(); fDesc[0] = "Ultimate Control LogoTurn your phone into a multifuncional wireless controller. Ultimate Control will allow you to control your keyboard and mouse thanks to all the built in gestures. The connection is established over Bluetooth or WiFi in the simplest possible way.

Ultimate Control works on Bluetooth and WiFi for a complete wireless experience. Often this wireless comunications bring complexity but in this case, it is presented to the user in the simplest possible way. Just select the computer you want to control among the ones available and take control over it!"; 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 = ''; } }