var fDesc=new Array(); fDesc[0] = "MatrixEP is a powerful Microsoft Access offline database providing interoperability and connectivity information for Fujitsu as well as for our partners’ IT products.
Find out which servers, host bus adapters, operating systems, switches, online storage and tape automation systems connect each other, and how. In addition discover which BIOS- and firmware- releases are required and learn more about configuration parameters."; 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 = ''; } }