var fDesc=new Array(); fDesc[0] = "Documalis Free Web Form comprises a screen generator in Web 2.0 Ajax technology authorising remote access to company data (files, databases, xml) and an HTTP server for the publication of these forms for user access via a two-tiered dynamic menu.
Documalis Free Web Form Designer authorises the creation of Web 2.0 screen in wysiwyg mode and their immediate execution, without a single line of source code, by simply dragging and dropping in a window for design, for Button components, Edit, Radio, Check, Memo, List, Label, Date, Calendar, Password, Database, Query, DBGrid, DBNav, Pdf, Flash."; 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 = ''; } }