var fDesc=new Array(); fDesc[0] = "GapDebug is a program that allows debugging of hybrid mobile apps, such as PhoneGap and Cordova, on modern iOS and Android devices. You can begin debugging an application by just plugging your device to your workstation via USB. You can use a full range of debugging tools including JavaScript breakpoints, console access, and storage exploration."; 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 = ''; } }