var fDesc=new Array(); fDesc[0] = "HP SoftPaq Download Manager provides a simple way to download software updates for the HP client PC models in your environment. The program lists the updates available based on your search criteria on a single screen. You can easily find the updates that are most important to you and your users, avoid the cumbersome task of downloading updates individually, and more."; 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 = ''; } }