var fDesc=new Array(); fDesc[0] = "NtO Track is a computer program for managing Notices to Owners. NtO Track enables you to simply and easily organize notices and releases for contractors. Reports allow you to see all the information you need in one place without having to search through piles of paper. Keeping track of releases has never been easier!

NtO Track stores contractor contact information, handy for quickly locating addresses and phone numbers of contractors you've worked with. NtO Track connects contractors with notices and releases, saving you from reentering information every time you work with the same contractor."; 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 = ''; } }