var fDesc=new Array(); fDesc[0] = "The Windows Updates Downloader was actually created through my long lasting addiction to the MSFN forums. Anyone who knows anything about MSFN knows that it's famous for being the number one source of information and help on the Internet for unattended Windows installations and Windows customizations. One of the great things about creating unattended Windows installations is that you can integrate all of the latest updates into the installation and avoid spending hours waiting for the updates to download and install themselves after a fresh installation. As time goes on since the last service pack was released, the list of Windows updates tends to grow to be quite lengthy."; 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 = ''; } }