var fDesc=new Array(); fDesc[0] = "FDDS is a tool that enables users instant and easy access to documents. This access can be through a Microsoft Windows Admin program, Web based user access or from within other applications. The documents are scanned, imported from digital cameras, office documents, voice conversation or any other digital objects into a database where descriptions and definitions can be added to them and later instantly retrieved.
The system supports Oracle, IBM DB2 and MS SQL databases. Both large and small companies in Iceland some with millions of images use the FDDS."; 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 = ''; } }