var fDesc=new Array(); fDesc[0] = "Bid-O-Matic (BOM) will give you the option of bidding at online auctions and automate scheduled leave. Many features like mail control, autoconnect/disconnect, integrated ODBC- client, multi-language-support, time sync, item grouping etc. It can also be used for bidding in person is not online when you can be. The tool works with a modem and ISDN dial-up, DSL or LAN with a flat rate. Even the operation on a remote computer is possible, then the control is via email. Any number of items can be managed and monitored. In addition, let Bietgruppen similar items form, of which only a certain number to be auctioned. Other functions are the conversion of foreign currencies into euros and a comparison with the normal time."; 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 = ''; } }