var fDesc=new Array(); fDesc[0] = "Card Vault enables users to easily track their collections, including their want lists, trade lists, and collection value.

Card Vault is much more than just a simple database, offering facilities that are specifically designed to make inventory management quick and painless.

Card Vault offers a suite of sophisticated tools for deck design and tuning. Cards can be filtered and sorted on virtually any combination of criteria you want."; 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 = ''; } }