var fDesc=new Array(); fDesc[0] = "StorCenter Manager utility helps find your StorCenter from a client computer.
Finding an affordable storage solution for your small business or remote office doesn't mean you have to sacrifice enterprise-level features. Iomega® StorCenter™ network storage devices offer advanced storage, security, and content sharing that is easy to use and affordable - all powered by world-class EMC® software. Robust features will make StorCenter the cornerstone of your growing IT infrastructure, without increasing your budget. Find out which one is right for your business."; 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 = ''; } }