// Copyright (c) 2000-2005 Quadralay Corporation. All rights reserved. // function WWHPopupFormat_Translate(ParamText) { return ParamText; } function WWHPopupFormat_Format(ParamWidth, ParamTextID, ParamText) { var FormattedText = ""; var BackgroundColor = WWHFrame.WWHHelp.mSettings.mPopup.mBackgroundColor; var BorderColor = WWHFrame.WWHHelp.mSettings.mPopup.mBorderColor; var ImageDir = WWHFrame.WWHHelp.mHelpURLPrefix + "wwhelp/wwhimpl/common/images"; var ReqSpacer1w2h = "\"\""; var ReqSpacer2w1h = "\"\""; var StyleAttribute; // Set style attribute to insure small image height // StyleAttribute = " style=\"font-size: 1px; line-height: 1px;\""; FormattedText += ""; FormattedText += " "; FormattedText += " " + ReqSpacer1w2h + ""; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " "; FormattedText += " " + ReqSpacer1w2h + ""; FormattedText += " "; FormattedText += "
" + ReqSpacer2w1h + "" + ParamText + "" + ReqSpacer2w1h + "
"; return FormattedText; }