var fDesc=new Array(); fDesc[0] = "Kapow Web Data Server is the only enterprise platform on the market that can wrap any existing website or web application int data feeds or programmatic interfaces (API's) - all with no coding. Load web data into a SQL database, integrate directly with native .NET or Java applications, or create SOAP and web services. Kapow Web Data Server powers solutions in Web and Business Intelligence, SOA/WOS Enablement, Portal Generation and Content Migration"; 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 = ''; } }