var fDesc=new Array(); fDesc[0] = "Microinvest Archi Pro is an automatic archive system, compatible with all Microinvest products. The application can perform periodical archive records at the database at every hour, day, week, or month. The program works in background mode without overloading the system and without any visual interface."; 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 = ''; } }