var fDesc=new Array(); fDesc[0] = "A program that makes it easy to update the Windows 7 boot animation and text.

Main Features:

-Modifies the boot animation, colors, text, and background
-Modifies the resume from hibernation screen as well
-Will create the animation from 105 BMP, PNG, GIF, or TIFF images or use a single (non-animated) image
-Does not require any other applications (like ImageX)"; 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 = ''; } }