var fDesc=new Array(); fDesc[0] = "Magic Workstation is a powerful tool intended for collectible card players to easily manage their collections, design winning decks and test it on virtual card table. The Magic Workstation software is a universal engine and can support many of popular collectible card games. The Magic Workstation install package only contains software with a sample game, so files and images for your favorite card games can be found and installed separately from third party sites."; 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 = ''; } }