var fDesc=new Array(); fDesc[0] = "Nautica Workflow is a work flow system of the Java base composed of "API of 50 or more in accordance with the WfMC work flow reference model", "Work flow engine including the coordinated function between systems cooperating between engines", "Communication interface that supports RMI, SOAP, and HTTP, etc.", and "XPDL definition tool and administration tool of the GUI base"."; 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 = ''; } }