var fDesc=new Array(); fDesc[0] = "The bottom line is that if you do auctions then you need AuctionTamer. AuctionTamer is a unique multi-site auction software program that allows you to do your homework before snatching that great buy, and also takes the hassle out of selling with the optional Sellers add-on. AuctionTamer supports eBay US, eBay Austria, eBay Australia, eBay Canada, eBay France, eBay Germany, eBay Italy, eBay Netherlands, eBay United Kingdom, eBay Stores, eBay Motors and others"; 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 = ''; } }