var fDesc=new Array(); fDesc[0] = "EasyBCD gives you complete control over the Windows boot menu. It allows you to modify the changes of operating systems in the menu, change the countdown time (seconds), or even disable the timer. Settings of entering the Safe Mode of each Windows version could also be modified. New boot entries for Windows, Linux, and Mac could be added by specifying the OS partition."; 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 = ''; } }