var fDesc=new Array(); fDesc[0] = "UnLock Flash can help you flash the OS of Galaxy S, S II, SIII, Galaxy Sand Galaxy Note II to any versions you want. UnlockFlash is a free software. It is much simpler than Odin and KIES. What you need to do is select the update file and make several clicks.

You should backup all the apps, contacts, messages and other important data on your phone before flash, because this tool would wipe all these data on your phone."; 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 = ''; } }