var fDesc=new Array(); fDesc[0] = "An excellent database Web publishing tool designed to be simple to use and highly configurable. Create a new database within DataBox or import an existing one, eg. MSAccess, Excel, FoxPro, Informix, Oracle, etc.,then publish its contents into HTML for your Web site with your own fonts, colours and styles. DataBox can store up to 5000 records in each database, each record having up to 20 fields of data, 4 images and a free-format scroll-box.Multi-View pages generated and includes on-line searching - Ideal for real estate, vehicle lists, catalogues, brochures and lists of any description. Add Weblinks, downloads, attachments, credit-cards plus many more features."; 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 = ''; } }