var fDesc=new Array(); fDesc[0] = "Chimera is an advanced thin-client that enables 4GL applications, developed or compiled using the Lycia compiler suite, to be displayed in a format that is familiar to users of PCs with a Java2 runtime environment and related software packages. Script files can be used and are compatible with those used for Phoenix, the Windows thin-client. Entries specific to the Windows environment are ignored by Chimera."; 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 = ''; } }