var fDesc=new Array(); fDesc[0] = "AMD Gesture Control is a free program that allows you work and play touch free. You can skip to the next track of your music or home movies, advance Microsoft PowerPoint slides and scroll to the next page on your e-reader. AMD Gesture Control works with many of your favorite applications – like Adobe Acrobat, Windows Media Player, Windows Photo Gallery."; 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 = ''; } }