var fDesc=new Array(); fDesc[0] = "DataLoad, or DataLoader, is the world’s most popular end-user data loading tool and the only comprehensive & integrated solution for non-technical users. All major ERP & CRM systems are supported but special support is provided for for Oracle E-Business Suite, including R12.1.
Implementing & supporting any application requires significant effort to configure and load master and transaction data, for example from legacy systems, which is an expensive and time-consuming activity."; 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 = ''; } }