var fDesc=new Array(); fDesc[0] = "GEFEG.FX offers a unique range of useful functions to support you with the design of your business data interchange.
GEFEG.FX comprises a scalable product line which offer professional software support for all the operations a user undertakes when planning the implementation of electronic business applications. GEFEG.FX is available as a business schema documentation tool as well as a comprehensive software for the integration of traditional EDI and state-of-the-art XML for business documents and transactions."; 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 = ''; } }