var fDesc=new Array(); fDesc[0] = "Analytical Systems is world class software products and services for the scientific community. Our products help present, manage and analyze the content available in life science and analytical chemistry environments.
Multi Analytical Client/Server lets you archive all your analytical and standard document files into a single, secure and searchable database. Accessing and arranging your data as in a notebook is easy using custom defined Data Organizers. The pages of an Organizer, as in a photographic album, contain data, notes, drawings and references. Search, identify, browse, classify and arrange your data using the modern and intuitive Database Explorer."; 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 = ''; } }