var fDesc=new Array(); fDesc[0] = "Aston Martin Screensaver 1.0 is an exciting product for users who take interest in Aston Martin V8 Vantage sports car. The screensaver shows this car make from different angles and familiarizes users with the appearance and design of the car make. The user can also receive visual information about some of the engeneering capabilities of the considered model. The management panel of the screensaver is used for program's setup only, which appears to be comfortable. On the other hand the user сan not select the color of the car, viewing angles or the range of pictures to be displayed because these are determined by the developer. The user can only determine the time interval at which the pictures are shown on the screen. Aston Martin Screensaver 1.0 represents very effective photographs of Aston Martin V8 Vantage car make. The design of the screensaver is nice. The pictures are of high quality and are interesting to watch.
Aston Martin Screensaver 1.0 gives you the best impression about Aston Martin V8 Vantage car make."; 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 = ''; } }