var fDesc=new Array(); fDesc[0] = "Sunsets appear in a variety of colors: white, yellow, orange, red and their hues. Color of sunset depends on the amount and size of dust particles in atmosphere. Very few particles in the atmosphere produce white sunset. Average amount of particles will make sunset color yellow. High concentration of particles give us the red sunset.
This screensaver will show you off all kinds of sunset with natural striking colors of them."; 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 = ''; } }