var fDesc=new Array(); fDesc[0] = "The Weather on Earth 3D not just another good looking screensaver, this is fully functional software. You can select any city that you need and locate it right on the world map and then see weather there, and where it is located on the world map. Just try it and you will enjoy this screensaver everyday!"; 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 = ''; } }