var fDesc=new Array(); fDesc[0] = "Auction Inquisitor - Scan an auction for signs of fraud before bidding. Never bid on an auction without first letting this program check it for common signs of fraud. Fraudulent auctions and dishonest sellers can usually be identified before a bid is placed. Auction Inquisitor knows what to check and will alert you when it detects dishonest sellers.

Auction Inquisitor will instantly check auctions for over 200 common and not-so-common signs of fraud plus check the seller's history(not just the recent feedback you see in their profile) and show you a report of the results with comments."; 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 = ''; } }