var fDesc=new Array(); fDesc[0] = "Online Wallpaper is a simple application that can download and set wallpapers onto the desktop automatically, according to the settings configured by the user. The application browses a category of online wallpapers and, according to the quality and time parameters set by the user, it will change the desktop image periodically."; 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 = ''; } }