Note:
Returns the text in the specified position.
Syntax:
document.all.elementID.getAdjacentText(param1)
Parameters:
param1
afterBegin (just after the beginning of the element),
beforeEnd (just before the end of the element),
afterEnd (just after the end of the element).