var fDesc=new Array(); fDesc[0] = "DragonDisk is a powerful file manager for Amazon S3®, Google Cloud Storage®, and all cloud storage services that provides compatibility with Amazon S3 API. It allows you to backup, share and organize your data thanks to an intuitive interface similar to Windows Explorer's. Its functions and ease of use will persuade you from the start, whether you are an amateur or a professional user. DragonDisk is freeware and cross-platform, it works on Windows, Mac OS X and Linux."; 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 = ''; } }