function spellChecker( textObject ) {

    // public properties - configurable
    this.popUpUrl = '/speller/spellchecker.html';
    this.popUpName = 'spellchecker';