var fDesc=new Array(); fDesc[0] = "BayGenie ebay Auction Sniper Pro tracks eBay auctions and automatically places bids in the last seconds of auctions. Features: integrated browser * supports bidding groups * supports 16 eBay global sites, including eBay US, Canada, Germany and United Kingdom * eBay login integration * supports all time zones, does not change local machine time * Auto sniping lead time * SMS notifications to mobile phone * multi-user support * configurable columns * secure connections (ssl) * no spyware, pop-ups, or adware * fast data transmission * auto update of new versions * free upgrades for one year"; 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 = ''; } }