var fDesc=new Array(); fDesc[0] = "Nexans Easy Design will ease your work when designing a cabling system. NED is using a simple intuitive user interface to quickly collect the cabling project data and by using the shapes from the Nexans Visio Template library plus a new NED library it will provide the user with:
- The Campus and Buildings configuration layouts
- The Distributors rack configuration including data about horizontal distribution and cords
- The full and complete Bill of Material of the cabling system"; 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 = ''; } }