var fDesc=new Array(); fDesc[0] = "abDocs is an application that allows you to access and share documents between PCs and other mobile devices. With abDocs, you can access your documents from any of your Windows, Android or iOS devices whenever you like and wherever you are. abDocs is a convenient app for work, which lets you easily access your most recent files from Microsoft Office Word, Excel and PowerPoint."; 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 = ''; } }