var fDesc=new Array(); fDesc[0] = "DB to EXE Converter is a utility that converts Microsoft Access files from original DB formats to EXE format. Like original DB files, the EXE files created are not independent of Access, but they allow you to define Access properties before opening and improve the portability and functionality of your databases with or without macros and without macro alert, transferring EXE file properties to DB files."; 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 = ''; } }