var fDesc=new Array(); fDesc[0] = "The Cablofil Visio Design Tool uses Cablofil’s EZ Tray shapes and Visio to create scaled drawings that can then be used to generate an accurate Bill of Materials of all of the objects within the drawing. Cablofil Designer uses QuotePix (a Visio add-in from Visimation) for the organization of the Bill of Materials information and the creation of the BOM reports."; 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 = ''; } }