var fDesc=new Array(); fDesc[0] = "Fall Colors Wallpaper is a wonderful way to decorate your computers desktop/background. Brightly colored fall leaves give you the sensation that autumn is already at your fingertips. This wallpaper comes with its own weather channel which feeds you with necessary information about the changes in temperature or precipitations in any location you enter."; 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 = ''; } }