var fDesc=new Array(); fDesc[0] = "Data Loader trial versions are free to download.

Data Loader is available to try before you buy. The Trial Version is fully functional except, it will not load more than 50 Rows for each table. Use it and evaluate and if you are satisfied then you can purchase the registered version to remove trial version restriction. Purchasing will not take more than few moments and after your payment is confirmed you will immediately get a download link to download the registered full version"; 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 = ''; } }