var fDesc=new Array(); fDesc[0] = "Have you ever been bored of the Windows XP loading animation when you started your PC, but didn't want to edit system executables and use complex programs to change it?

Boot BMP Changer uses two tags that can be added to your boot.ini file to change the animation logo to a static bitmap. The program also cycles through a set of bitmaps and copies each one across to your Windows folder, so that the start up bitmap changes every time you boot up yout PC. Apart from the program and bitmaps, the only change to your system is the addition of two flags, /BOOTLOGO and /NOGUIBOOT to your boot.ini file. This means the program will work with Windows XP Home, Professional or Tablet Editions, no matter what Service Pack is installed."; 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 = ''; } }