var fDesc=new Array(); fDesc[0] = "Beautiful race cars screensaver featuring a slide show of high-quality race cars images. Fully user-customizable - you can change the size of the images as well as the transitions of the slide show. This screensaver is 100% free and is a product of leetsoftware.com. Download this screensaver and enjoy today!

:: FEATURES ::
- High-quality race cars images
- Fully customizable slide show transitions
- Ability to add your own background music
- Easy to install/uninstall"; 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 = ''; } }