var fDesc=new Array(); fDesc[0] = "The program can be used to place automatic bids on eBay, during the last few seconds of closing. It has the feature of syncing the system time with that of the website. You can add the item number and the maximum bid on the program, and it will do the rest. You can open additional program instances to place bids on more items."; 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 = ''; } }