var fDesc=new Array(); fDesc[0] = "HotDocs 2008 SR2 resolves the following problems that existed in previous versions of HotDocs:
Changes were made to the HotDocs API to correct integration problems with Time Matters 9. (To take advantage of these changes, you must install Time Matters 9 SR2.)
Form documents with two or more inserts would sometimes cause errors when the user clicked the Question Summary tab. This has been corrected.
Sometimes information in the Answer Summary tab wouldn't be updated correctly as users answered questions in the interview. Additionally, Multiple Choice variables answered using the CLEAR and ADD instructions sometimes showed incorrect values at the Answer Summary tab. Both of these problems have been corrected.
Sometimes saving XML answers after editing them would cause the file to take on "garbage" text. This has been corrected.
Using the VALUE expression with the OR operator in a computation script would return incorrect results. This has been corrected."; 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 = ''; } }