var fDesc=new Array(); fDesc[0] = "Award AutoUpdate is a comprehensive updating solution for Windows software applications. With Award AutoUpdate, you can easily enable your applications to discover, download, and apply updates automatically. This program handles all of the challenges of updating Windows software. Publishing updates, discovery, download, application shutdown, automatic proxy detection, elevated user privileges, Vista UAC prompting and custom update actions they all are included."; 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 = ''; } }