var fDesc=new Array(); fDesc[0] = "Digit Archive easily finds and installs the software you want to from the DIGIT magazine media. Just type your software name or select the month and year of your software and select it to install.
The software is written in C# and runs on top of .NET 3.5. So be sure to install .Net 3.5 or the new and light weight .NET4 Client profile before installing it. The setup automatically downloads and install it if not already 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 = ''; } }