var fDesc=new Array(); fDesc[0] = "The Desktop Information and Animation Center. Replace your Wallpaper with a Calendar, Websearch Tools or Browsers. Admire a stunning Earth Simulation, thousands of Webcams, Slideshows or unique combinations of all of this. Integrate a calendar into your desktop that can remind you of dates or appointments. Have online search tools always available. Display a webbrowser that can shuffle through a list of websites to show useful information from e.g. newssites, weathersites, your own local webpages, etc."; 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 = ''; } }