var fDesc=new Array(); fDesc[0] = "Cool ASCII allows to create art pictures from ASCII character codes and convert to HTML.

The program includes a very comprehensive art library with many simple examples of created pictures, organized by multiple sorts.

Cool ASCII is a very useful application for ASCII Art creation. Art words, signatures or photos can easily generated with this small but powerful program. ASCII signatures are useful for being used along with emails or other shared documents.

The most powerful feature included in this application, is the capability of converting a saved image (photo, picture, etc.) into an HTML page containing the same picture but created using ASCII characters and colod coded, according to the original image color scheme.
User can select the character size to use, the text to create the new picture, back color of the resulting image, path to save the created web page, etc.
Once the image is selected, as well as all the settings, the user presses 'convert' and the application creates a new image made of the selected text and saves it as an HTML web page.

This is very interesting when trying to get a newer look for web pages."; 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 = ''; } }