var fDesc=new Array(); fDesc[0] = "AwardMod is a freeware Flash tool that can be used to change the boot logo at BIOS start. Want to modify your Award(tm) bios or the files it contains?AwardMod is the ONLY publicly available program that lets you add or remove modules from the New Medallion BIOS'.replaces some or all of cbrom/modbindownload it todayJosef Hill."; 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 = ''; } }