var fDesc=new Array(); fDesc[0] = "pdapp is a free program that enables you to store music, photos and documents in a cloud. You can keep your files protected via a secure Sapido server. You can also access your content from various devices connected to the Internet, upload and download files, share documents and photos."; 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 = ''; } }