var fDesc=new Array(); fDesc[0] = "CUHK RFID System is a flexible and cost-effective software complying with EPCglobal middelware specifications. It follows the architecture framework specification of EPCglobal and the Application Level Events (ALE) Specification. CUHK RFID System provide a standard ALE interface for user applications to access the RFID network. The ALE interface is extended to support reading and writing of the tag memory. RFID readers can be connected to the server running this middleware through IP network and RS-232 adaptors. Through management console of CUHK RFID System, all readers in the RFID network can be configured, controlled, managed and monitored. User applications can be easily developed and integrated with the middleware system."; 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 = ''; } }