var fDesc=new Array(); fDesc[0] = "Realistic Koi Fish Screensaver will bring a real life koifish tank to your screen with other aquatic creatures. The most beautiful koifish with vivid colors and bright whirling in your computer screen. The screen savers here show fish not only swimming through a scene, but also chasing one another, eating food. Each fish has moving mouth, eyes and gills."; 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 = ''; } }