var fDesc=new Array(); fDesc[0] = "The System Builder Tool provides you with an easy to use application for finding the correct ComNet products for your application in a number of different ways, including:
* a simple “point and click” signal selection tool.
* a comparison reference for finding the equivalent ComNet product based on any of our competitors’ models that you may already be familiar with.
The System Builder tool is constantly updated via online updates to ensure that you always have the latest information at your fingertips."; 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 = ''; } }