var fDesc=new Array(); fDesc[0] = "PERC Console Plus lets you efficiently configure, reconfigure, and monitor a large array of disks. It lets you control and monitor the status of each physical drive connected to the PERC controller. Apart from the standard menu structure, the PERC Console Plus user interface is object-oriented: the picture of an object on the screen truly represents a physical or logical object. You can right click the mouse on an object to display a set of options for the selected object."; 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 = ''; } }