var fDesc=new Array(); fDesc[0] = "AndScreen is a utility for your Android device to capture screenshots of display screen in both system and recovery modes. AndScreen can take screenshots in 4 different image formats: PNG, TIF, GIF, and JPG. This program has a built-in Screenshot Viewer with a special scrolling option for larger images."; 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 = ''; } }