var fDesc=new Array(); fDesc[0] = "Download eBay Auction Sniper software. EBay Auction Sniper makes the bidding process easier by allowing you to browse auctions through the program's built-in web browser. When you are ready to bid on an item, press the snipe button and the auction information is added to your online account and queued for sniping. EBay Auction Sniper is available for both PC and Mac and works with the PowerSnipe.com online service."; 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 = ''; } }