var fDesc=new Array(); fDesc[0] = "It is an intuitive program that can track a large number of eBay auctions from a single screen, with the ability to bid bid just seconds before they close, to give you the best chance of winning at the lowest possible price. This new generation software is designed to use screen space as efficiently as possible, allowing for tracking hundreds of auctions at the same time, and completely eliminating the need for continued clicking and refreshing at the end of eBay auctions. Auction Defender saves you both time and money, it simply makes sense !"; 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 = ''; } }