var fDesc=new Array(); fDesc[0] = "Phoenix WinPhlash is a program designed for backing up and flashing or upgrading your system BIOS. You can write a new BIOS to the flash chip, specify flags for changing the flashing process, override the DMI strings in current BIOS with or without flashing a new BIOS image and display the list of supported flash parts."; 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 = ''; } }