var fDesc=new Array(); fDesc[0] = "Asus Share Link is an app that allows you to transfer files between Phone & PC. Share Link lets you share content between your PC and any Android device. You can use the app to transfer and share multimedia files, applications, and documents quickly and seamlessly. This file transfer app lets you do all these by simply clicking Send file or Receive file, even if you aren't connected to the Internet."; 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 = ''; } }