var fDesc=new Array(); fDesc[0] = "Flight Over Sea screensaver is an absolute must-have for everybody who needs some relaxation in the middle of a busy working day. With this free screensaver you will experience a breathtaking flight over the sea surface on a sunny day. The sky is clear, the air is fresh, and the misty horizons lure you to fly forward. The waves and the clouds look very natural and create an immensely realistic feeling. The troubles and worries seem minor and unimportant, while you are flying over the sea."; 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 = ''; } }