var fDesc=new Array(); fDesc[0] = "Bee Wallpapers allows users to customize their desktops with thousands of free wallpapers. The randomly changing wallpapers are high quality and the program offers just enough customizable features to be useful but not overwhelming. The program's interface is straightforward and intuitive, with the wallpaper images arranged in an easily navigated tree structure. Five sample wallpapers are included, but users can easily download many more from the publisher's Web site with the click of a button."; 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 = ''; } }