var fDesc=new Array(); fDesc[0] = "The free Tropical Island 3D Animated Screensaver by Scenic Reflections offers the soothing sound of the sea, birds flying over the ship and the warmth of the sun of this island which will take you away every time you look at the scene. Enjoying a tropical vacation whenever you want! Let this free Tropical Island screensaver put an exotic touch to your day. Feel free to add your own music or sound tracks to help enhance the screensaver even further!"; 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 = ''; } }