var fDesc=new Array(); fDesc[0] = "The application is fully multilingual. Currently available in English, French, German, Spanish, Portuguese, Italian, Dutch, Polish and Icelandic.
All data is saved in an MS Access database and can be used by other applications easily. The application can be run in a network.
All program functionality is easily accessible via an intuitive menu structure.
All printouts are formatted ready to be photocopied, and you can easily select paper formats, page margins, number of columns and footer lines.
Full print preview on screen is also supported.
All printers defined in Windows, including all their fonts, are supported.
Additional graphics (e.g. logos) can be placed on the printouts."; 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 = ''; } }