var fDesc=new Array(); fDesc[0] = "Visual Database Creator is meant as a simple replacement for other database or spreadsheet applications which you may have tried but found too difficult to use. It includes layout design, spread sheet calculation, report printing, search and sorting as well as a user interface which is vastly superior to most other products especially Microsoft Excel and Access. It uses it's own native file format although it can import comma seperated value files created in other programs."; 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 = ''; } }