var fDesc=new Array(); fDesc[0] = "The ASUS Boot Setting utility provides better flexibility in customizing your PCs startup process. You can enter the BIOS directly with one click through a user-friendly interface, and quickly select your preferred system boot up method: either get to the OS in seconds or opt for regular boot up. Whatever your choice, settings are saved and persistent, with no need to choose every time you power on."; 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 = ''; } }