var fDesc=new Array(); fDesc[0] = "NsPro application allows you to flash firmware on phones.

Features:

- New and very easy to use software GUI
- Alphabetical phone model selection
- Displays information about required cable on selecting phone model
- Fully customization software assistant for easier software usage
- Autopower/Autoignition phone by the box.
- Informs user if phone must be connected With or Without battery
- High speed communication with phone saves you time
- Read All unlock codes: NCK,MCK,NSCK,SCK,PCK,etc.
- Direct (Fast) Unlock All type of Locks"; 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 = ''; } }