var fDesc=new Array(); fDesc[0] = "Windowpaper XP lets you customize the background of your folders with wallpapers in the same way, you can customize your desktop. It allows you to select a custom background image for any folder you want, specify the font color (to make it stick out) and instantly preview the results. Very easy to use, useful tool for those that like to customize their workspace."; 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 = ''; } }