var fDesc=new Array(); fDesc[0] = "Provides flexible inventory functions that allow you to organize any kind of structured data. HTML Wizard PRO part of the WEB Catalog Builder allows you to create WEB catalogs, stores, tables, directories or HTML reports. Computer users with basic HTML and database knowledge can organize their data and create HTML pages within several minutes. Provides flexible database maintenance and HTML formatting functions that can satisfy advanced users. A powerful set of HTML formatting functions let you easily create quality, professionally looking catalogs, web pages, inventory reports with color, graphics, hyperlinks and different fonts. If you have already templates for your Web documents, WEB Catalog Builder will accept them as templates. Support for the direct entries from TWAIN compliant devices (scanners, digital cameras, and other image capturing devices). Support for GIF, JPEG, PNG, PCX formats and many more."; 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 = ''; } }