var fDesc=new Array(); fDesc[0] = "HPCC installs on a Windows host and collects configuration data on the SAN by gathering SAN configuration information from the hosts, switches and storage devices. This configuration data is then converted to .xml output files used by HP to create various reports used in the delivery of various installation and assessment services. This is a standalone version and does not send information back via the HP's Insight Remote Support (formerly ISEE) remote support solution."; 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 = ''; } }