var fDesc=new Array(); fDesc[0] = "AMS FindFan is a free program designed to make your fan selections easy and accurate. You can enter a specification and press the search button, and the program then finds all models that are close to the specification. All you have to do is pick the best model from a short list."; 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 = ''; } }