var fDesc=new Array(); fDesc[0] = "Red Sea Napoleon Fish Screensaver shows playful and curious napoleon fish in the red sea with the sea water sound and coral reef background. Napoleon Fish is very big fish and they eat little fish. You can feed them small fish and the big fish will eat the small fish. Easy install and uninstall, right-click to pop up a menu, and select all feature such as fee fish, tickle fish, zoom in fish, zoom out fish, add fish, delete fish, custom music and custom background."; 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 = ''; } }