var fDesc=new Array(); fDesc[0] = "Flashing Lightnings screensaver will decorate your desktop with stunning view of lightnings that strike from skies to ground. The incredible power is concentrated in bolts of lightning that can easily burn trees or houses. The forked and chained lightning looks most impressive over the dark skies.
Install this screensaver and bring the stormy atmosphere to your desktop!"; 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 = ''; } }