var fDesc=new Array(); fDesc[0] = "Imabas is an image database that ensures the reliable management of your photo archives in an SQL database. Imabas supports six well-known database producers making a seamless integration into your IT landscape simplicity itself. Besides highly sophisticated connectivity, Imabas offers extensive cataloguing possibilities and a modern customisable user interface."; 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 = ''; } }