var fDesc=new Array(); fDesc[0] = "Rifidi Edge is a complete RFID Middleware Platform with an edge server and development tools to enable the development and deployment of highly customized RFID applications. The goal of the product is to provide an open source alternative to popular RFID platforms such as IBM Premises Server and Microsoft Biztalk RFID.

Built on a cutting edge Java OSGI platform and integrated with a powerful open source rules engine (Esper) Rifidi Edge can build complex applications that interact with the most popular RFID and sensor devices available today."; 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 = ''; } }