var fDesc=new Array(); fDesc[0] = "The Nissan DataScan I is intended for Nissan cars build between years 1989 and 2000. Majority of these cars are equipped with grey 14 pin Consult I connecter. A list of cars that the software has been tested on is located on the NDSI Supported Vehicles page.

Main Features:

- Modern design gauges
- Warning value for gauges
- Parameter settings - Min, Warn, Max... values
- Visual alert - gauge background changes to red
- Customisable ECU Id for slow ROM data download
- Map tracing addresses for SR20DE B14 SE-R, KA24DE S13 and KA24DE S14 - thanks to Calum
- Customisable dashboard parameters in unregistered software version
- Auto Com Port - scans for available Com Ports and tests for connection to ECU
- HICAS support - not fully tested
- POS count parameter"; 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 = ''; } }