var fDesc=new Array(); fDesc[0] = "ICP Storage Manager is a software application that helps you build a storage space using ICP RAID controllers, disk drives, and enclosures (JBODs). With ICP Storage Manager, you can group disk drives into logical devices and build in redundancy to protect your data and improve system performance. You can also use ICP Storage Manager to monitor and manage all the controllers, enclosures, and disk drives in your storage space from a single location."; 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 = ''; } }