var fDesc=new Array(); fDesc[0] = "Northern Storage Suite is a software solution that enables organizations to control the use of storage resources; specifically the way in which users exploit this resource.

As much as 60% of the unstructured data accumulated, and accumulating, on your storage infrastructure is of no strategic value. Northern Storage Suite provides you with the tools needed to control the user behavior that leads to this storage misuse; changing user attitudes towards storing private, duplicate, triplicate, obsolete and other low value files."; 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 = ''; } }