var fDesc=new Array(); fDesc[0] = "WinHeist is designed to be simple and intuitive to use application with the ability to quickly enter basic information, but provides more advanced features for those requiring the extra functionality. It includes Resistor and Capacitor Code Calculators, and the ability to attach additional documents to a component. This version also includes many bug fixes and minor tweaks to enhance behavior and appearance."; 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 = ''; } }