var fDesc=new Array(); fDesc[0] = "Collector's Gateway - (Pokemon) lets you check real-time card prices. When used with multi-page Web browser it allows you to crosscheck Pokemon card information. You can also keep track of your card collection with a user-friendly interface. Collector's Gateway - (Pokemon) allows you to add Pokemon card pictures to your collection. Its price check feature compares online prices of the card from top-ranked sites including eBay. eBay Track lets you keep track of card auctions on eBay.CG-Pokemon software features include online price guide."; 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 = ''; } }