var fDesc=new Array(); fDesc[0] = "If you have looked at the Ads posted on Craigslist.org, you can see that almost all of them are plain looking and lack any visual style. If you want your Ads to stand out in the sea of other Ads, then you need to apply HTML formatting to your Ads.

This Microsoft Excel based Utility enables you to create Classified Ad postings for Craigslist that have style, color, and character. You can also use this program to create Ads for other posting websites"; 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 = ''; } }