var fDesc=new Array(); fDesc[0] = "ICDutchAuction scratch auction software is a powerful, scalable & fully-featured auction script that lets create the ultimate profitable online multi-language Dutch auction website with option for buy now. It allows to manage entire online auction operation: create new auctions within seconds, view members auctions and use the auction extension settings tool.

On Dutch (scratch) auction, you must scratch auction to see current price. Each time a participant scratches the auction the product's price is lowered. Once you scratched, you have a certain period of time, usually 5 seconds, to decide whether you want to buy the product for that price or not. The auction ends when a participant buys the product. You may have the courage to wait for a really good and low price - but do not wait too long because then maybe someone else will purchase the product before you!

Scratch auction begins a specific time and ends when a participant chooses to purchase the product for the current price.
Site administrator can choose between 2 types of auction: regular scratch auction and with option to view the price and buy it now.
Member Panel
- Edit Data - Members can enter and manage personal details.
- Member can view auctions he participated in with the bid amount, date and other details.
- Payments history - member can view the history of payments made on the site.
- Won auctions - member can view all auctions he won.
- Member can save auctions to his personal watch list and view the saved auctions at a later time.
- Add balance to account.

Administrator Panel.
Main Features:
2 types of auctions: scratch and buy now.
Users register and pay for participation
User control panel.
Supports 8 Languages.
Easy bidding process.
Powerfull admin panel"; 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 = ''; } }