var fDesc=new Array(); fDesc[0] = "With the text editor of Softwarenetz you easily create letters and mailings.
The Softwarenetz text editor is a simple and user friendly program for your private and business letters.
Create your personal or business writing paper within the text editor program.
Insert images and photos into your text. The Text editor supports all common formats (jpg, gif, bmp, png).
Including interactive spelling in four languages, which will check your documents for spelling errors.
The catalogue will sort all documents into different groups. This way you quickly have access to all your documents.
The text editor program of course contains standard options like: search for text, replace text, font sizes, bold, underlined etc.
In combination with our programs Addresses2 or Invoice3 you can create and print mailings for your contacts or customers.
The text editor program supports variables. You can insert the addresses of your contacts with just one mouseclick and print your letter."; 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 = ''; } }