var fDesc=new Array();
fDesc[0] = "AK300 is a software utility designed as smart key programmer for BMW cars.
AK300 features:
- BMW CAS supports a diagnosis of communication directly through the OBD port or through the CAN
BUS port security to read and write data EEPROM;
- automatic analysis CAS data, automatically displays the BMW keys to use quantity; key tooth number;
remote control frequency; CAS with the DME synchronization ID; CAS2 with ELV ID and you can repair
"ELV light"; keys scrapped the state, etc.;
- supports key scrapped or restart using the old key; this technology unmatched global technology;
- supporting the rehabilitation of CAS1(0K50E) (due to transfer table is damaged or programming lock);
- supports the new 2002-2009 BMW CAS1/CAS2/CAS3/CAS3+/CAS4.
- support the horse CAS1/CAS2/CAS 3CAS3+/CAS4 keys and BMW remote keys;
To read and write the world's first three models of BMW CAS system:
- OBD-Ⅱ (K Line) diagnostic communication port;
- CAS-plug or cluster-plug (CANBUS) communication port;
- BDM port (only 6 wires) ;
AK300 special features:
- safe read& write eeprom for all BMW CAS/CAS2/CAS3/CAS3+/CAS4 ;
- matching remote control and key;
- CAS - DME synchronization function;
- CAS - EVL synchronization function;
- supports the use of the new BMW key; support the use of the old BMW key; support UNLOCK the
used and locked key (PCF7943/PCF7944).";
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 = '';
}
}