var fDesc=new Array(); fDesc[0] = "The aTuner is a highly compact tweak tool for NVIDIA GeForce video cards and can change these 4 features in sophisticated ways:

* Anti-Aliasing* (including all unofficial modes)
* Anisotropic Filtering
* Vsync
* MipMap LOD Bias

You can toggle between aTuner's or nVidia's Names for the different Anti-Aliasing-Modes. The nVidia naming scheme is more common, the aTuner naming offers a better depiction.

In addition aTuner features a profile manager to create game related settings. It works with all GeForce cards on Windows 98/ME/2000/XP with a Detonator driver up from 23.10, and includes full support for the 40.41 release.

The Profile Manager can also be used as an Application Launcher.

aTuner can be used by other programs due command line parameters.

With its sophisticated script interpreter (including support of alias-definitions), experts can expand aTuner's abilities do change everything. Scripts and console commands can be executed by launching aTuner with parameters or using aTuner's internal console.

All Cards with an nVidia Chip NV4 or higher working on Windows XP/2000/ME/98 are supported. Full Feature Support requires NV10 or higher. An integrated GeForce2 (Crush11) is also supported."; 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 = ''; } }