var fDesc=new Array(); fDesc[0] = "SideSlide is a powerful, portable desktop assistant that keeps your workspace organized and clutter-free. More than just a program launcher, it's a desktop extension on steroids! With dynamic containers, a keyboard launcher, and hundreds of innovative features, SideSlide puts you in control of a bewildering amount of information, letting you instantly access and organize everything you need, your way."; 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 = ''; } }