var fDesc=new Array(); fDesc[0] = "This 3D screensaver and wallpaper features a violent storm over the surfaces of the ocean with gusty winds, downpours of rain and large ships that go by from time to time as the lightning bursts violently over the tempestuous seas. You can watch as the deep 3D sea waves lap against the shores amidst, dark and threatening skies with moving clouds."; 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 = ''; } }