var fDesc=new Array(); fDesc[0] = "Personal Property Pro - Property tax software for Oklahoma, Texas & Florida.
You need to be able to file these returns quickly, accurately and professionally. That is why you need Personal Property Pro.With the new Asset Import functionality, setting up your clients is simple, straightforward, and fast. Once you have setup your client's general information, you can import their assets from any tax or asset software program that can export the asset data. Time is money!"; 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 = ''; } }