var fDesc=new Array();
fDesc[0] = "Decorate your screen with this amazing Stunning Cars Free screensaver. Let the cars of your dreams appear on the screen of your PC.
Using this screensaver you will see high-quality pictures that depict both existing cars and concept cars. Some of them are unique and it is impossible to see them in everyday life. BMW X6 Concept, Land Rover - LRX Concept and Chevrolet Camaro Concept are among them.
Install this screensaver on your computer and make the feast for your eyes looking at these stunnig cars!";
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 = '';
}
}