var fDesc=new Array(); fDesc[0] = "You can now arrange the Data Entry Grid and Preview Pane side-by-side, so that they both display more entries.

You can now define custom alphabet separators and can also define what characters will appear in each section of the index.

You can now specify indents in inches, millimeters, centimeters, points, ems and ens.

You now have significantly more control over sorting. (You define what characters are equal to a space, what characters are symbols, and what characters will be interpreted as a full stop.)

All core editing commands are now assigned to a single function key for quick editing."; 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 = ''; } }