var fDesc=new Array(); fDesc[0] = "Xpeon-Bar is a free program that enhances your Windows bar. You can drag and drop shortcuts to Application Area or Category, you can manage Xpeon-Bar's Control Margin and change the Windows bar theme according to your preferences. You can also place the bar to the bottom, right, left or upper side of your screen."; 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 = ''; } }