var fDesc=new Array(); fDesc[0] = "Stick is a Windows application (Windows XP/Vista only) which provides utilities such as folder explorers, web browsers and notepads in tabs that attach to the sides of your screen (called ScreenTabs). ScreenTabs are highly customizable tab-shaped windows that let you access commonly used utilities quickly and easily. I use Stick daily and it has changed the way I work. Download it and see if it helps you the way it has helped me (it's free, by the 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 = ''; } }