var fDesc=new Array(); fDesc[0] = "By installing a small free application on your computer and downloading the free Android app, you can pair a folder on your Android device with a folder on your computer. The files will then sync wirelessly to your Android device or to your computer, or both! It is all highly configurable and up to you. Sync whatever you want, no cloud needed. No storage limitations."; 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 = ''; } }