var fDesc=new Array(); fDesc[0] = "TOTAL 2011 is the next generation of fast, reliable, and affordable formfilling software. A follow-up to the popular TOTAL 2010, TOTAL 2011 offers the same easy-to-use, stream-lined interface but now includes more time-saving features as requested by you.
The new Side-by-Side View, flood and census data, and QuickBooks® tools allow you to decrease turn times by speeding up the appraisal process."; 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 = ''; } }