var fDesc=new Array(); fDesc[0] = "SigChanger is a freeware program that automatically changes your e-mail signature. The program changes, without bothering you, a textfile (or HTML file), which you can use for your signature. You can alter the constant text in your signature, aswell as the file with quotes (or whatever kind of text).
During the installation of SigChanger, a textfile with 101 sayings is automatically installed, ready for use in your signatures."; 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 = ''; } }