var fDesc=new Array();
fDesc[0] = "Install and decorate your screen with this amazing screensaver that shows you off the lovely winsome cats of different breeds and colors. These cheerful, healthy and happy cats 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 winsome cats!";
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 = '';
}
}