var fDesc=new Array(); fDesc[0] = "Program provides downloading orders from Amazon and saving/updating them in the local database of company. Allows saving orders in: MSSQL, Oracle, MySQL, MS Access, Firebird / Interbase. Allows mapping of elements of Amazon orders to columns of tables. Allows using of expressions and scripts to map. Consists of two components: Configurator and command-line-program to run by system scheduler."; 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 = ''; } }