var fDesc=new Array(); fDesc[0] = "The software sends newsletter or offer e-mails to a periodic email list using various sending methods according to user needs as well as complexity of user levels.
The software has its own built-in SQL driven database system which can behave text files as database tables. So it is easy to manage these files with SQL queries within the software as well as from outside using any text editor."; 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 = ''; } }