var fDesc=new Array(); fDesc[0] = "Winup is a practical self installed package that contains all Microsoft official patches for Windows XP. It helps you to prevent downloading through Windows Update and it's especially useful if you have several computers, so you will not have to download to every one. It's specially designed for home users or IT that must install Windows XP patches on computers with no Internet connection."; 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 = ''; } }