var fDesc=new Array(); fDesc[0] = "CloudXplorer is a rich UI client for browsing Azure Blobs & Files, Amazon S3 or Google Storage that allows you to explore your favorite cloud storage with ease. You can organize accounts into logical groups, search for a specific blob/object or folder name/pattern within an account, create, expand or shrink VHDs directly in Azure Blobs storage, and more."; 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 = ''; } }