var fDesc=new Array(); fDesc[0] = "Tropical island, pirate schooner in lagune, freeboters, treasurs, exotic birds, sharks, and, of course, animals and insects. All this you will find in the treasures island screensaver. It seems that pirates come from a forest to a bank of the sea with their famous song "Fifteen men on the dead man's chest". Install this colorful animated screensaver on your computer and make fascinating voyage to the world of R.L. Stevenson's novel "Treasure Island". Tropical island and it's residents, magnificent day and night screensaver scenes impress with realness and natural sounds."; 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 = ''; } }