var fDesc=new Array(); fDesc[0] = "Data Aggregation Server (DAS) family of products can automate the gathering of data from any data source including databases (Oracle, SQL Server, MySQL, ODBC, etc.), XML documents, Web Services, Excel Spreadsheets and more. With Ecrion Data Aggregation Server, all data within your organization will appear on-demand as a single homogenous XML image. Data integration involves combining data residing in different sources and providing users with a unified view of these data."; 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 = ''; } }