var fDesc=new Array(); fDesc[0] = "ScreenshotUX is an useful application that allows you take a snapshot for your android device. First you need to install the Android USB driver for your device. From your Android device you need to make sure that USB debugging is checked under the Settings/Applications/Development folder on the phone (Settings > Applications > Development > USB debugging). The program has a simple interface, with two main buttons, one for checking the USB connection and the second to enable the Capture Service."; 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 = ''; } }