var fDesc=new Array(); fDesc[0] = "McnPro Box is Professional Phone Software Solution, the best software for china mobile .
Support all chinese mobile chips such as MTK, ADI/AD, Spreadtrum, Skyworks, TI(Texas Ins), Infineon, AGERE, OM(Philips), Anyka, CDMA etc.
Pinfinder was included, Support automatical identification ,Scan the phone's pinouts definition in few seconds.
Built-in USB detection chip which make USB detection the phone more fast and more accuracy.
Negative / positive can be converted fully automated. It is more convenient to detect tail socket.
High speed serial port PL2303 and FT232 and 24pins COM which makes route unlimited.
Scan VCC, GND, TXD, RXD and high-voltage startup route (or low-voltage startup route)."; 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 = ''; } }