var fDesc=new Array(); fDesc[0] = "BIOS Finder enables you to quickly locate and match your PC system BIOS (AWARD ONLY) against a number of other BIOS files you have downloaded. BIOS Finder looks at your current BIOS date and compares this date with the BIOS upgrade file(s) you have(the BIOS date. Not the file creation date!). If it is later, it is placed into a directory for you to use when upgrading."; 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 = ''; } }