var fDesc=new Array(); fDesc[0] = "MaxDB Data Wizard is a powerful Windows GUI utility for managing your MaxDB data. The program provides you with a number of easy-to-use tools for performing required data manipulation easily and quickly. With this tool you can transfer any schema and data to MaxDB, also you can export as many as file formats as you can and import from Excel, CSV and text files. With this tool you can create full set of ASP.NET scripts."; 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 = ''; } }