var fDesc=new Array(); fDesc[0] = "FNT-NY rate calculators is an application that provides a quick and easy way calculate rates for Premiums, Endorsements and other charges set forth by the governing bodies of each state.
They also provide the ability to generate a summary of charges to print and email."; 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 = ''; } }