var fDesc=new Array(); fDesc[0] = "Auction Display is an inexpensive and portable alternative to costly physical auction displays. Using the software auction display offers the flexibility to use the same hardware for different purposes, which fixed displays cannot match. The Auction Display software is shareware.

Features:

- Click and type interface for easy control
- Fully customizable scoreboard colors
- High visibility LED digits
- Clean and simple design allows for easy reading by bidders
- Fits most monitors by adjusting to different display resolutions.
- Pre-defined lot information makes changing lots quick and easy.
- Customizable bidding increments allow you to easily keep the current bid amount up to date with a single keystroke."; 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 = ''; } }