var fDesc=new Array(); fDesc[0] = "Myibay eBay bid sniper is Free for web-based usage, but if you want to track, manage and snipe your auctions using a stand-alone Windows-based software then you can buy this software.

This software works with your account on Myibidder directly so all snipes will be done using Myibidder remote server, this way you don't need to keep this software and your PC online all the time -- just activate your snipe and are you done."; 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 = ''; } }