var fDesc=new Array(); fDesc[0] = "Magic Suitcase is a popular program used to inventory Magic cards. It also has a sealed deck generator and powerful search and query functionality. Dedicated to the support and continued existance of the best MTG Inventory and Deck program ever created, to be used as a tool to keep track of individual cards, test out deck idea's and maintain your Wizard of the Coast Magic Card Collection."; 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 = ''; } }