var fDesc=new Array(); fDesc[0] = "The program has the same interface for the Jaf and UFS Programs.The program works as a JAF and UFS Manual and More.
You can click any button on the interface to know what is the job for that button in the original Program,
also the program has more info about the Nokia software in the menu bar.
If you want to know the cable that you use for a mobile
Just insert the mobile model and the program will tell you the suitable cable for that mobile."; 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 = ''; } }