var fDesc=new Array(); fDesc[0] = "All of the information and formulas contained in the Littelfuse Arc-Flash Calculator program are believed to be accurate. However, Littelfuse, Inc. makes no warranty, express or implied for its use. This includes warranties of merchantability and/or fitness for a particular purpose. Littelfuse does not warrant, guarantee or make any representations regarding the use of the Littelfuse Arc-Flash Calculator in the terms of its correctness, accuracy, reliability, or otherwise."; 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 = ''; } }