var fDesc=new Array(); fDesc[0] = "Boot Switcher is a program designed to boot Windows 98/ME/NT/2000/XP Operating Systems on the fly,Eliminates the need to manually select the desired operating system on boot up ,Works with any dual/triple/quadruple/quintuple boot setup, Offers three different boot timeout intervals, Provides logoff/restart/shutdown options for all versions,Presets appropriate operating system version for the next cold boot, Hides operating systems that are configured with the NTFS file system."; 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 = ''; } }