var fDesc=new Array(); fDesc[0] = "Cloud Storage Studio is a tool dedicated to Windows Azure storage. The program provides broad coverage of the Windows Azure Storage Services API, supporting a wide range of common storage related tasks. You can add storage accounts by key and by subscription, organize storage accounts into logical groups, create and delete storage accounts without visiting the Portal."; 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 = ''; } }