var fDesc=new Array(); fDesc[0] = "We live in an information age with waves of notes, e-mails, documents as well as endless calls and meetings. To have information only one mouse click away therefore is the basis for sucessful decisions. MemoMaster serves as structured filing system for text information of all kinds that is based on hierarchies. Notes, calculations, tables, forms, pictures, links and files are stored in the Memos."; 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 = ''; } }