var fDesc=new Array(); fDesc[0] = "Ad-Nuke is a simple program that allows you to easily flag postings on Craigslist.
Ad-Nuke is completely self-contained - There is no need to search for proxies, sort proxies, geolocate proxies, or even think about proxies.
Ad-Nuke allows you to add URLS of offending ads to your "Target List" - Press "Nuke'em" and the ad is as good as gone."; 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 = ''; } }