var fDesc=new Array(); fDesc[0] = "NCK Dongle allows you to control and unlock your phones.

Features:

-Unlimited unlocking.
-Read Blackberry Unlocking Codes.
-Calculate Blackberry 5 Level Codes Via IMEI & MEP.
-Calculate Blackberry 5 Level Codes Via IMEI & PRD.
-Code Read for HTC (Omap & Qualcomm).
-Read MTK Flash.
-Write MTK Flash.
-Read Info Nokia.
-Direct Unlock Nokia DCT4 Models.
-Write MTK factory flash(flashes posted in support area ONLY).
-Format MTK phones.
-Reset factory defaults (zte phones with counter )
-Read info and prvider id ( This is handy for Moto WX to allow PID Check.
-Displays codes on PC.
-Supports latest PIDs.
-Reads LG Correct Code for Connected phone with Rj45 Cable Ftdi and USB.
-Unlock Code Calculations for Alcatel Mobiles, Calculates 5 levels Unlock Codes All Existing PIDs Supported.
-Unlock Code Calculations for ZTE Mobiles."; 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 = ''; } }