var fDesc=new Array(); fDesc[0] = "Astrotite is a tool that packs, compresses and encrypts files securely within a single file, which will always be equal (same hash), while they are the same files that are compressed. Also can decompress your .RAR (only windows), .ZIP, .TAR, .GZ, .B2, .TGZ, TAR.GZ files smoothly!

Astrotite also lets you hide files with password, making them undetectable and inextract without the correct password.

If you want to repair or share your Astrotite file with another, you just use the anonymous network AstroA2P to download or repare it. (if someone has uploaded to the system the same file)"; 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 = ''; } }