var fDesc=new Array(); fDesc[0] = "Microsoft Visual C++ 2008 Redistributable Package is a program that installs runtime components of Visual C Libraries required to run applications developed with Visual C on a computer that does not have Visual C 2008 installed. For libraries that support side-by-side deployment model (CRT, SCL, ATL, MFC, OpenMP) they are installed into the native assembly cache, also called WinSxS folder. It also provides runtime components of C Runtime (CRT), Standard C , ATL, MFC, OpenMP and MSDIA libraries."; 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 = ''; } }