var fDesc=new Array(); fDesc[0] = "Unisphere Client is a complete standalone version of the Unisphere 1.0 UI applet. The Unisphere Client can be installed on to a supported Windows systems and used to manage any CLARiiON system running Flare 19 or above and any Celerra system running DART 6.0.
Unisphere Client eliminates the need to download the UI applet which can dramatically speed start up over slow or distant network connections. When used in combination with the ability to stop serving the UI applet from the Storage Processors restrict management IP addresses the Unisphere Client can be used to restrict users to specific Windows platforms for added security."; 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 = ''; } }