var fDesc=new Array(); fDesc[0] = "Trade items between your characters or store the items offline in your private vault.

Main features:
- View the inventory of all your characters using in-game graphics
- Re-arrange the inventory of all your characters
- Move items from one character to another
- Move items from your character into a vault, freeing up valuable inventory space
- Create an unlimited number of vaults with any name you want. All vaults are stored in My Documents\My Games\Titan Quest\TQVaultData
- Combine potion stacks by dropping them onto each other
- Split potion stacks apart.
- Extract relics from items so you can use them in a different item, or use a different relic with your item
- Displays item names using the game language settings
- Makes backups of all files before modifying them. If you encounter any errors, you can find the backups in My Documents\My Games\Titan Quest\TQVaultData\Backup
- Package also includes TQVaultMon, a utility to prevent Titan Quest from detecting the inventory modifications.
- Works with both the regular game and the expansion!"; 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 = ''; } }