var fDesc=new Array(); fDesc[0] = ""Create your own email Stationery. Easy step by step creation also has extensive Help file in a Wizard type interface that guides you through every step. So easy, anyone can make Stationery in minutes. Comes with backgrounds, animated gifs and midi sounds. Has all the options for creating unique Stationery including a scrolling status bar message as well as an additional animation. Can also be used with Camtech's Signatures program.

Version 2 updates include:
XP Style interface
Set left, right and top margins
Minor enhancements added
Several bugs fixed""; 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 = ''; } }