var fDesc=new Array(); fDesc[0] = "This program will help you create your own personalized signature quickly and easily. It includes a huge library of around 7,000 ascii art pictures! Quickly search through SigZag's ascii art libraries and place a picture into your sig. It also allows you to easily use 135 figlet fonts, and thousands of taglines. The fonts let you convert normal text into the multi-line representation of the characters.

Also included are the programs Sled and Sliver - Sled is SigZag's own Library Editor to let you create your own custom libraries to use/distribute. With SLED you are able to create libraries which will let you access any piece of art you choose instantly! Sliver is solely used to search through SigZag's ascii art libraries (which can be done in SigZag), so you can instantly copy a ascii art picture you want to the clipboard.

When you're trying to find art, you can also try looking in The Great Ascii Art Library for almost 10,000 ascii pictures. The ascii art pictures are in generic, searchable libraries designed especially to hold ascii art."; 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 = ''; } }