var fDesc=new Array(); fDesc[0] = "Relaxing Fireplace Screensaver presents realistic beauty scene with live fire. You can enjoy this fantastic screensaver if you do not have a real fireplace. Also it can be the best gift on Christmas. It has three useful gadgets right on your screen: local clock, latest news and weather forecast information in real-time. Weather forecast information provides built-in database for 25.000 cities of the world and is powered by Yahoo! Weather Service. For news you can define RSS-channel from your lovely blog or choose top news from our online Yellow pages."; 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 = ''; } }