var fDesc=new Array(); fDesc[0] = "Canalis Selection Guide is a software assistant to configure lighting lines in your busbar trunking system. The program is designed to answer questions on the lighting, determine the right solution in according the business requirements of each application. It suggests a full set of products that meet the description of your application.
Features:
- Offers 3 solution levels from basic to complete lighting management.
- No need to use catalogues, just focus on the core offer.
- Reliable: proposes compatible products.
- Convenient: export your solution to an Excel file or PDF for quotation."; 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 = ''; } }