var fDesc=new Array(); fDesc[0] = "DeskScapes allows you to animate and customize the wallpaper on your Windows desktop. It comes with a huge library of images and animations that can be applied to your desktop. You can also add your own images and video clips to this list. Using a simple slider DeskScapes helps you apply new colors to backgrounds; color customization can be applied to an entire image or only to select colors."; 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 = ''; } }