var fDesc=new Array(); fDesc[0] = "The Microsoft Visual C++ 2010 runtime redistributable package installs runtime components of Visual C++ Libraries, which required to run applications developed with Visual C++ 2010 on a computer that does not have Visual C++ 2010 installed. Visual C++ 2010 is released as part of Visual Studio 2010.
Visual C++ 2010 Runtime requires Windows 7; Windows Server 2003 R2; Windows Server 2003 SP2; Windows Server 2008 R2; Windows Server 2008 SP2; Windows Vista SP2; or Windows XP SP3. It also requires computer that has a 900 MHz or faster processor with 128 MB RAM and 25 MB of available hard disk space."; 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 = ''; } }