var fDesc=new Array(); fDesc[0] = "WinBar is a free and compact program that lets you monitor your system and provides easy access to frequently used controls. WinBar will run on Windows 2000 and newer operating systems and is available in 32 and 64 bit flavors. It is also very easy to install and to use."; 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 = ''; } }