var fDesc=new Array(); fDesc[0] = "DFS is a professional software for for accessing standard CDMA hardware. DFS studio is fully automated and does not require deep knowledge of CDMA technology for working with equipment.

The main functionality of DFS is encapsulated and reduced in the interface down to the push-button mode of action decision (for instance, equipment unlocking or serial number recovery is performed exclusively by pressing the buttons «Read SPC» or «Save ESN» without any additional adjustment, regardless of a model of equipment and complexity of the algorithm of a process)."; 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 = ''; } }