var fDesc=new Array(); fDesc[0] = "@Max Tray Player allows you to play your favorite music right from taskbar. The program embeds a Player bar into Windows taskbar virtually becoming a part of Windows. Thus it doesn't obscure desktop and user application windows while always being at hand. All basic actions, including: open files, play files, stop or pause file, go to next or previous file are easily accessible through corresponding buttons on the taskbar."; 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 = ''; } }