var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to find content differences between two tables in MS Access. This software will highlight textual changes from one table to the other. In addition, this software will highlight new records that were added and old records that were deleted. In addition to highlighting differences, there is an advanced bonus feature in this software that will allow you to create a composite of the two tables depending on which differences you like/dislike. By instantly comparing multiple records, this software will save you hours of time studying by eye. Access 2000 or higher required."; 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 = ''; } }