var e = 7;
lex = new Array(e);


lex[0]='<span class=lex2>Transponder key</span> <span class=lex1>&#150; The biggest change to the Automotive Industry in recent times has been the introduction of the built in immobilize system on all cars manufactured since 1995 (late 9-4 in some cases). This involves placing a microchip in the head the key, which is a miniature transmitter and receiver. There is an engine management system in the engine compartment that can recognize the signals transmitted from the key. If the correct signals are not detected the engine will not start.</span>';
lex[1]='<span class=lex2>Transponder</span> <span class=lex1>&#150; An electronic chip with a permanent memory which contains an ELECTRONIC CODE. The transponder has an antenna with which it can interface with an external electronic control device. Through the antenna, the device emits a fixed frequency signal; the transponder receives the signal and then transmits its electronic code, by means of special frequency modulations, to the control device, which is able to process the code. The transponder has no external input of power supply (passive system); it receives the energy necessary to work from the signal emitted by the external control device (inductive coupling between the control device antenna and that of the transponder).</span>';
lex[2]='<span class=lex2>Normal transponders</span> <span class=lex1>&#150; Keys with normal transponders fitted can be copied by use of <a href="rw.html">RW&nbsp;2</a>.</span>';
lex[3]='<span class=lex2>Crypto electronic code</span> <span class=lex1>&#150; The new transponder and vehicle computer memory are structured to be totally protected in the Radio Frequency communication The code on the computer chip is protected and therefore cannot be copied using a <nobr>reading&nbsp;/&nbsp;writing</nobr> machine.</span>';
lex[4]='<span class=lex2>Changed electronic code (&laquo;rolling code&raquo;)</span> <span class=lex1>&#150; Each keys has a variable electronic code. However, the codes are changed every time the key is used to start the car engine. The procedure by which the code is changed is known only to the manufacturer of the immobilizer and therefore cannot be copied by reading/writing machine.</span>';
lex[5]='<span class=lex2>Immobilizer</span> <span class=lex1>&#150; An electronic antitheft alarm which interfaces with the engine control device, and often also with the starter, to allow the engine to be started when the electronic code on the transponder is recognized.</span>';
lex[6]='<span class=lex2>Fixed electronic code</span> <span class=lex1>&#150; Each keys has a different electronic code. The codes are permanent (they are not rewritten when the engine is started).</span>';



var rn3 = Math.random();
var z14 = Math.floor(rn3 * e);
document.write('<br>' + lex[z14] + '<br><IMG height=10 src="1x1.gif" width=1>');


