var fDesc=new Array(); fDesc[0] = "Decorate your screen with this amazing screensaver that shows you off the lovely pretty kittens of different breeds and colors. These healthy and happy kittens will bring the admiration and joy to your eyes while seeing them on the screen of your PC.

Install this screensaver and enjoy the company of small pretty kittens!"; 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 = ''; } }