var fDesc=new Array(); fDesc[0] = "Are you a car races fan?
Do you feel the rush of speed?

3D Formula Screensaver will bring Formula 1 races to your desktop.

This awesome screensaver will take you to an international race, but you will not be seating with the rest of the crowd.
You will be getting first hand views of the cars as they speed down the track.
You might be actually sitting behind the wheel, getting a real view of what a pilot sees from his position.

The graphics are excellent, and full of detail.
You will almost feel the wind on your face when you see the cars moving at full speed.

3D Formula Screensaver includes sound. You will really get the feeling of being there.
There are a lot of different scenes and actions. Personally, I do not recall watching the same image twice, but if I did, it was not noticeable.
For those of you that enjoy the adrenaline of high-speed competition, this screensaver will surely satisfy all your desires.

You will be able to watch the cars in turns and curves, accelerating down the straightway, and over passing other cars.
This is the closest thing to being at the track."; 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 = ''; } }