var fDesc=new Array(); fDesc[0] = "Sprite Explorer is a powerful and easy to use tool that helps you extract and restore individual files.
With Sprite Explorer you can easily transfer files and folders, drag individual files to your desktop.

Main Features:

- Sprite Explorer opens up any Sprite Backup or Clone image, including images created by earlier versions.

- Drag and Drop support: Drag individual files out of Sprite Explorer onto your Desktop.

- Easily transfer files and folders directly from Sprite Explorer to your Mobile Device"; 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 = ''; } }