var fDesc=new Array(); fDesc[0] = "Paradise Sunset Screensaver will transform your desktop into fantastic tropical island with waterfalls, lagoon and it's inhabitants. Tropical sunset is very impressive scene. Here you will find gulls, parrots, flamingo and other tropical birds. Funny animals like monkey climbing on the trunk of a palm, leopard, exotic plants and flowers will not leave you indifferent. Make a little journey to the tropical islands! Download free sunset screensaver!"; 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 = ''; } }