var fDesc=new Array(); fDesc[0] = "Multi-user environment (username, password, login-screen) .Multi-language Application (English and German version are available) .Contract cancellation per single mouse-click.Creation and customization of the MS Word & E-Mail cancellation letter using the predefined Templates.Mail-Reminder Function for the Contracts due and overview in an application window. Export to Excel in each program-form.Document Management – Possibility to store all kinds of file types, like for example JPG, PDF, DOC etc. and all this in the internal program database – no need to search across the files and folders"; 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 = ''; } }