﻿var RES_PREV_STR = "previous";
var RES_NEXT_STR = "next";
var RES_CONTENTS_STR = "Contents";
var RES_INDEX_STR = "Index";
var RES_SEARCH_STR = "Search";
var RES_WORDSEPREGEX = "[\\s -:;,\\[\\]<>{}&'\"!\?|()/\\\\]";
var RES_COMMONWORDS = "a about an are as at be by do for from how I in is it of on that the this to was what when where who will with";
var RES_STEMMING = "";
var RES_SPELLING = "";
var RES_MSGNOTFOUND = "No topics found";
var RES_MSGRESULTS = "results";
