function WWHelpPopup_PopupTranslate(ParamText) { return ParamText; } function WWHelpPopup_PopupFormat(ParamText) { var FormattedText = ""; var BorderColor = "#999999"; var ImageDir = WWHelpTopFrame.WWHelpFrameSet.mBaseURL + "wwhelp/common/images"; FormattedText += ""; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += "
" + ParamText + "
"; return FormattedText; }