var fDesc=new Array(); fDesc[0] = "Advanced Tokens Manager is a safer application that helps you with the Windows and Office Activation Backup and Restore. This application is able to make the full backup of all activation data stored on the computer for a trusted restore without damage or modification of the activation system.
Features:
Activation restore success rate is 100% if the new product edition is the same from backup and the copy is clean installed.
Preserve the Hardware ID Master Generation Key for sensitive license channels when it is activated by Phone.
Use the same backup to restore the activation status infinitely on the same hardware.
Do not take ownership of any activation file backup / restoring the file properties.
Activate the product from x86 to x64 and vice versa when using the same product edition.
Install a fresh product windows copy with newer service packs and updates."; 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 = ''; } }