var fDesc=new Array(); fDesc[0] = "HarvEX is the complete eBay harvesting machine and provides superior information, bid sniping & automation in eBay™ auctions - no matter if you are a bidder or a seller. Far beyond the capabilities of simple sniper tools, this software offers a unique bandwidth of benefits. The software can even grow with your future needs. eBay auction professionals use this solid state-of-the-art software every day to obtain substantial advantages on the eBay market place."; 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 = ''; } }