var fDesc=new Array(); fDesc[0] = "Wacky Packages Collection gives you a complete look at your entire collection with or without pictures.

Wacky Package Want List will give you a list to print out to take to card shows and flea markets.

You can even have pictures of the cards so you know for sure that's the card you are looking for.

There is even checkboxes on the report so you can check off the cards you just acquired.

Wacky Packages Trade List will give you a complete list of all the cards you have to trade or sell. Now you can just print out a list and give to a potential trader or buyer."; 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 = ''; } }