var fDesc=new Array(); fDesc[0] = "The leading software to successfully integrate people and information into your processes. Surprisingly fast – astounding value!
Intrexx is an especially easy-to-use software suite for the creation and operation of web-based applications. With a number of powerful and useful tools, Intrexx supports enterprises, administrations, and organizations in the construction and running of portals of all types, such as in employee, customer, or internet portals."; 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 = ''; } }