var fDesc=new Array(); fDesc[0] = "This tool enables you to flash Android smart phones.

Main features:

- Integrates Root / Flash ROM / Unbrick All-In-One.
- Use the same protocol as ODIN, but 2nas is more user-friendly and easy-to-use.
- Cloud based database to flash your android phone with correct files(ROM, etc).
- Automatically download necessery files to flash, and check them with SHA1, it's safe for your phone.
- Store all downloaded files in local disk, under a good directory structure, it's usefull when you have several phones."; 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 = ''; } }