var fDesc=new Array(); fDesc[0] = "Manage your business assets, control your costs, maximize tax savings and meet all your reporting requirements. Bassets eDepreciation is available in four different versions: eDepreciation Compact Edition, eDepreciation WorkGroup, eDepreciation Standard and eDepreciation Enterprise. The core functionality is consistent throughout each version with the key difference being the number of assets supported. All versions operate with the Microsoft SQL database as their engine."; 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 = ''; } }