var fDesc=new Array(); fDesc[0] = "Majestic horses screensaver brings out that natural beauty of worlds most magnificent animals-horses. We tried hard to pick out horses of exceptional beauty and grace. This screensaver emits a special feeling of freedom, strength and elegance. Things that just might describe you. This special nature screensaver features riding horses, wild horses, stallions and ponies of all races and colors. It just makes it so much fun to watch them and enjoy them in different poses and in all kinds of different natural environments."; 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 = ''; } }