//-----------------------------------------------------------------------------
//
// 
// Copyright (c) 2000-2009, Mobular Technologies&#174;, Inc.  All Rights
// Reserved.
// Mobular and Mobular Technologies are Registered Trademarks of Mobular
// Technologies, Inc.
// All rights reserved.  Unauthorized reproduction prohibited.
// http://www.mobular.com/
//
// Engine parameter file.
// 
// 4/4/2002
// By Chris Ash
// 
// This file contains the parameters the engine requires for use in generating
// content for a 1pg / 2pg pdf-based product.
// 
// REMEMBER! If you do not need a value, simply make the value blank.. DO NOT
// REMOVE IT!!
//----------------------------------------------------------------------------------
//-- general parameters 
//----------------------------------------------------------------------------------
//-- This is reference to where the engine is deployed
var baseUrl          = 'http://bnymellon.mobular.net/bnymellon/hffc';
var cid              = '146';
var campid           = '538';
var engineid         = '769';

//-- This is the title of the engine
var g_engineTitle    = "HF Financial Corp.";

// -- This is the message to display when the engine is still loading
var loadWarn = "Please wait while the Interactive Document loads";

//-- Is this a remote deployed engine 0=no, 1=yes
var g_remote        = 1;

// pages that have tables on them.
// they are NOT numerical values but instead an array of strings such as '1', '2', '11', etc
var g_tablePages     = new Array (  );

//-- Highest page number in the document.  This will be different for each PDF converted.
var g_maxPage        = 262;

//-- the pdf document that encompases the entire engine
var g_pdf            = "print.pdf";
//-- this is the pixel width and height of the lowres images in the 2 page layout spread
var g_lowresWidth    = 350;
var g_lowresHeight   = 469;

//-- this is the size of an individual page image ( please remember to put the height of the UNSPLIT page
//-- image.  This is for calculating the print page size for a GROUP of splits that comprise a single page
var g_pHeight        = 969;
var g_pWidth         = 748;

//-- Date this engine should expire ("" for no expiration).
//-- Format is, e.g., "25 Dec 2000".
var g_expiration     = "";

//----------------------------------------------------------------------------------
//-- tracking parameters 
//----------------------------------------------------------------------------------

//-- This is to indicate where the tracking images live
var trackUrl         = 'http://d1.mobular.net/bnymellon';

//-- This is to indicate any additional tracking vars to use in addition to the standard ones
//-- Just add them in like so: miscTrackParam   = '&enid='+enrollNum+'&anid='+accountNum+'&cuid='+cusipId;
var miscTrackParam   = '';

//----------------------------------------------------------------------------------
//-- executable parameters 
//----------------------------------------------------------------------------------
//-- Is this an exe? 0-no, 1-yes
var g_exe	     = 0;

//-- EXE size information
var g_bigExeSize     = "27.7 MB";
var g_bigExeModem    = "108 min";
var g_bigExeDSL	     = "25 min";
var g_exeName        = "HF_Financial_Corp..exe";
var g_macName        = "hf_financial_corp..html";

//----------------------------------------------------------------------------------
//-- send to a friend parameters 
//----------------------------------------------------------------------------------
//-- These are for the embedded s2f
var fhtml            = 'http://bnymellon.mobular.net/bnymellon/hffc/eeprint.html';
var eType            = '0';
var introsubject     = 'I\'m forwarding you the Interactive Document';
var altsend          = 'http://bnymellon.mobular.net/bnymellon/hffc/send2friend.html';

//----------------------------------------------------------------------------------
//-- search parameters 
//----------------------------------------------------------------------------------
//-- Default search value
var g_defSearchVal   = 'Search document(s)';

//-- Turn thumbnails off=0 or on=1
var g_showThumbnails = 1;

//-- Turn highlighting off=0 or on=1
var g_showHighlight = 1;

//-- highlighigt color.
var g_highlightColor = '#FFFF00';

//-- keyword aliasing
//-- The syntax is:  {user value}|{value to search with}
var g_kwd = new Array( 
""
);

//----------------------------------------------------------------------------------
//-- page navigation and display parameters 
//----------------------------------------------------------------------------------

//-- This is the prefix text that comes before the page numbers on the 
//-- navigation bar.  If no prefix text is needed, simply leave this blank.
var g_navPrefix      = "";

//-- This indicates whether or not to use the entire page title from the database.
//-- if set to 0, the engine will split the title on the first space, keeping the rest.
//-- if set to 1, the engine will not split it, and use the entire string found.
//-- if set to 2, the engine will split the title on the last space, keeping the rest.
var g_useAllTitle    = 0;

//-- This indicates how the page turning navigation bar should appear
//-- 0 = display a next and previous button as well as a button to jump
//--     to the start and end of the document
//-- 1 = display a next and previous button only
var g_navBarBtns     = 0;

//-- This indicates whether to use images or text for the nextprev links
//-- 0 = use text
//-- 1 = use images
var g_txtImgNav      = 0;

//-- This indicates what text or image name to use when making the nav bar
//-- If a particular type of link isn't used.. simply blank out the entry
var g_next           = "";
var g_nextEnd        = "";
var g_prev           = "";
var g_prevEnd        = "";

//-- Turn border around 2 page layout off=0 or on=1
var g_show2PgBord = 1;
//-- Text to appear above images on two page spread
var g_spreadTitle = "";

//-- Text or content to use when putting in a spacer page between multiple documents.
var g_mobularBlank  = "";

//-- page layout on 2 page spread
//-- 0 = portrait, 1 = landscape
var g_imgAlign = 0;

//-- The background and foreground colors for the dynamic HTML pages
//-- Format is "#<hex code for color>"
//-- background color for pages
var g_bgColor        = "#ffffff";

//-- nav bar color
var g_barColor       = "#003399";

//-- nav link color
var g_navLinkColor   = "#FFFFFF";
//----------------------------------------------------------------------------------
//-- iframe parameters 
//----------------------------------------------------------------------------------

//-- this is the pixel width and height of the iframe that appears when a user clicks through to
//-- customer site
var g_iframeWidth    = 800;
var g_iframeHeight   = 400;

//----------------------------------------------------------------------------------
//-- movie parameters 
//----------------------------------------------------------------------------------

//-- Movie parameters
var g_mov_width      = "245";
var g_mov_height     = "198";

//----------------------------------------------------------------------------------
//-- zoom parameters 
//----------------------------------------------------------------------------------

//-- zoom scale ... default is 10%
var g_z_scale        = .10;

//-- height of the searchFrame
var g_frmHeight      = 90;

//----------------------------------------------------------------------------------
//-- category search parameters 
//----------------------------------------------------------------------------------

//-- category search hashtable
//-- it should be in the format of drop down number|pages to view|search words
catSearch = new Array( 
""
);

//----------------------------------------------------------------------------------
//-- sub document parameters 
//----------------------------------------------------------------------------------

//-- sub document list hashtable
//-- it should be in the format of 
//--   Doc number | Doc Name | start pg for doc | end pg for doc | pg nums in that range to skip |
//--         layout for this document | pdf name for full doc printing | indicates where page 1 starts from the users point of view
//-- note: The page numbers mean database page numbers.  Do not put 'cover', 'i', etc.
var prtDocs = new Array( 
"1|Annual Report|1|24|0|1|HF Financial_2009 Annual Report.pdf|1|1.6MB",
"2|Form 10-K|25|213|0|1|Form 10-K.pdf|1|459KB",
"3|Proxy Statement|214|262|0|1|2009 Proxy Statement.pdf|1|154KB"
);

// TOC Reference array.  This variable contains TOC data for each document in the
// prtDocs array.
// Layout:
// Print Doc. #|PDF Page #|Caption
var g_TocRef = new Array(
"1|1|2009 Summary Annual Report",
"1|2|About the Company",
"1|3|Financial Highlights",
"1|4|Shareholder Letter",
"1|10|Operating Review",
"1|18|Financials",
"1|21|Company and Shareholder Information",
"2|1|Complete 2009 Annual Report on Form 10-K",
"2|2|Table of Contents",
"2|3|Forward-Looking Statements",
"2|5|Part I",
"2|5|Item 1 - Business",
"2|41|Item 1A - Risk Factors",
"2|53|Item 1B - Unresolved Staff Comments",
"2|53|Item 2 - Properties",
"2|53|Item 3 - Legal Proceedings",
"2|53|Item 4 - Submission of Matters to a Vote of Security Holders",
"2|54|Part II",
"2|54|Item 5 - Market for Registrant's Common Equity, Related Stockholder Matters and Issuer Purchaser of Equity Securities",
"2|57|Item 6 - Selected Financial Data",
"2|59|Item 7 - Managment's Discussion and Analysis of Financial Condition and Results of Operations",
"2|84|Item 7A - Quantitative and Qualitative Disclosures About Market Risk",
"2|86|Item 8 - Financial Statements and Supplementary Data",
"2|141|Item 9 - Changes in and Disagreements with Accountants on Accounting and Financial Disclosure",
"2|141|Item 9A - Controls and Procedures",
"2|141|Item 9B - Other Information",
"2|142|Part III",
"2|142|Item 10 - Directors, Executive Officers and Corporate Governance",
"2|146|Item 11 - Executive Compensation",
"2|174|Item 12 - Security Ownership of Certain Beneficial Owners and Management and Related Stockholder Matters",
"2|177|Item 13 - Certain Relationships and Related Transactions, and Director Independence",
"2|178|Item 14 - Principal Accounting Fees and Services",
"2|179|Part IV",
"2|179|Item 15 - Exhibits and Financial Statement Schedules",
"2|180|Signatures",
"3|1|Letter to Stockholders",
"3|2|Notice of Annual Meeting",
"3|4|Governance Matters",
"3|6|Security Ownership of Certain Beneficial Owners and Management",
"3|8|Proposal I - Election of Directors",
"3|13|Compensation Discussion and Analysis",
"3|23|Personnel, Compensation and Benefits Committee Report",
"3|25|Executive Compensation",
"3|43|Director Compensation",
"3|45|Proposal II - Ratification of Independent Registered Public Accounting Firm",
"3|47|Report of the Audit Committee",
"3|48|Section 16(a) Beneficial Ownership Reporting Compliance",
"3|48|Available Information"
);


//----------------------------------------------------------------------------------
//-- "bolt On" parameters 
//----------------------------------------------------------------------------------

//-- additional functions to add to the engine... these MUST be loaded into eesearch before the
//-- engine is loaded / unpacked.
var g_newMod = new Array( 
"checkForWait",
"onEngineIdle",
"injectStyle",
"onDisplayS2F",
"onDisplayS2D",
"onDisplayPrint",
"onDisplayHelp",
"onDisplayPage",
"onDislayCover",
"isAtDocStart",
"isAtKitStart",
"isAtDocEnd",
"isAtKitEnd",
"isLastDoc",
"zoomIn",
"zoomOut",
"goFirst",
"goPrevious",
"goNext",
"goNextDoc",
"goSinglePage",
"goTwoPage",
"showSidebar",
"hideSidebar",
"recreateShowShow",
"I2U_showEmailMatsToSelf",
"I2U_showRequestPrinted",
"setCtlNum",
"I2U_ProxyMaterials_Validate",
"gup",
"changecss"
);
//----------------------------------------------------------------------------------
//-- dynamic content parameters 
//----------------------------------------------------------------------------------
// The following Mobular Tags are supported across all dynamic content pages:
//-- [[doclist]] - tells the engine where in this template to place a drop down list
//--               containing the documents listed in the prtDocs array above.
//--               [[doclist]] options:
//--               -  noRange  If this option is present, then the 'Page Range' 
//--                  text and textbox will not be displayed for that instance of
//--                  [[doclist]]. Syntax:  [[doclist noRange]]
//--               -  style  If this option is present, the style it specifies 
//--                  will be incorporated into the final html being created 
//--                  for [[doclist]]. Syntax: [[doclist style=\"font-size:20px;\"]]
//--               -  event  If this option is present, the javascript specified 
//--                  will be used in place of the default of "". Syntax: 
//--                  [[doclist event=\"onFocus='alert(1);parent.searchFrame.eengine.writePage(5);return false;'\"]]
//--

//-- dynamic content page descriptions
//--
//-- HTML code for the branding footer... this can be as simple as a 
//-- single <img src> tag or a full table.
//-- bear in mind that what is read from here is automatically centered.
var g_brandFooter    = "";
   g_brandFooter += "\n <b class=\"xtop\"><b class=\"xb1\"></b><b class=\"xb2\"></b><b class=\"xb3\"></b><b class=\"xb4\"></b></b>";
   g_brandFooter += "\n <div class=\"xboxcontent\" style=\"min-height: 55px;\">	";
   g_brandFooter += "\n <div style=\"float:left; margin-left:10px;padding:0;\">";
   g_brandFooter += "\n <img src=\"images/footer_logo.gif\" title=\"BNY Mellon\" alt=\"BNY Mellon\" longdesc=\"http://www.mellon.com/\" />";
   g_brandFooter += "\n </div>";
   g_brandFooter += "\n <div style=\"float:right; margin-right:10px;padding-top:20px;\">";
   g_brandFooter += "\n <a title=\"mobular.com\" href=\"http://www.mobular.com\" target=\"newWin\">";
   g_brandFooter += "\n <img src=\"images/mobular_footer.gif\" alt=\"Powered by Mobular Technologies&reg;\" border=\"0\" />";
   g_brandFooter += "\n </a>";
   g_brandFooter += "\n </div>";
   g_brandFooter += "\n <div style=\"clear:both;\"></div>";
   g_brandFooter += "\n </div>";
   g_brandFooter += "\n <b class=\"xbottom\"><b class=\"xb4\"></b><b class=\"xb3\"></b><b class=\"xb2\"></b><b class=\"xb1\"></b></b>";


//-- this is the page content for the navigation bar
//-- use the following to indicate to the engine the position of links, etc:
//-- [[prevEnd]]      - tells the engine to add a link back to page 1
//-- [[prevLink]]     - tells the engine to add a link to the previous page
//-- [[nextLink]]     - tells the engine to add a link to the next page
//-- [[nextEnd]]      - tells the engine to add a link to the last page
//-- [[barHeader]]    - tells the engine to add the navigation page header
//-- [[barColor]]     - tells the engine to add the navigation bar color
//-- [[navLinkColor]] - tells the engine to add the navigation link color 
//-- [[docSection]]   - tells the engine to add the name of the subdocument if possible 
var g_navBar    = "";

//-- this is the page content for showShow
var g_showShow = "";
   g_showShow += "\n<!--	Begin content -->";
   g_showShow += "\n<table width=\"814\" height=\"500\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showShow += "\n<tr valign=\"top\">";
   g_showShow += "\n<td valign=\"top\" align=\"center\">";
   g_showShow += "\n<br />";
   g_showShow += "\n<table cellpadding=\"5\" border=\"0\" cellspacing=\"0\">";
   g_showShow += "\n<tr><td>";
   g_showShow += "\n<!--START COVER PAGE-->";
   g_showShow += "\n<CENTER><IMG SRC='images/image1-01.jpg' USEMAP='#image1_01_Map' BORDER='0'><br><IMG SRC='images/image1-02.jpg' USEMAP='#image1_02_Map' BORDER='0'><br><IMG SRC='images/image1-03.jpg' USEMAP='#image1_03_Map' BORDER='0'><br></CENTER>";
   g_showShow += "\n<!--END COVER PAGE-->";
   g_showShow += "\n</td></tr>";
   g_showShow += "\n</table>";
   g_showShow += "\n</td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n<tr>";
   g_showShow += "\n<td><img src=\"images/c.gif\" alt=\"\" width=\"1\" height=\"10\" border=\"0\" /></td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n</table>";
   g_showShow += "\n<!--	End content -->";


//-- this is the content template for 2 page spreads
//-- [[NAVBAR]] - tells the engine where in this template a navigation bar should appear.
//-- [[PGS]]    - tells the engine to add the navigation link color 
var g_showSpread = "";
   g_showSpread += "\n<!--showspread.html begin -->";
   g_showSpread += "\n<table width=\"804\" border=\"0\" cellpadding=\"1px\">";
   g_showSpread += "\n<tr>";
   g_showSpread += "\n<td align=\"right\" width=\"49\">&nbsp;</td>";
   g_showSpread += "\n<td align=\"right\"><span style=\"width: 100px; margin-left:25px;\"><a href=\"index.html\" target=\"newWin\" onclick=\"eengine.writePage(-65536); return false;\"><img src=\"images/prevtxt.gif\" alt=\"Previous page\" border=\"0\" /></a></span></td>";
   g_showSpread += "\n<td width=\"500\" align=\"center\">";
   g_showSpread += "\n<div style=\"float:left; padding-left:20px;\">";
   g_showSpread += "\n<a class=\"small-gray-link\" href=\"Toggle page animation\" onclick=\"eengine.flashObj.toggleFlash();return false;\"><div id=\"mobularFlashLabel\" name=\"mobularFlashLabel\" mobularOptions=\"[off:Turn off page animation][on:Turn on page animation]\" align=\"center\">Turn off page animation</div></a>";
   g_showSpread += "\n</div>";
   g_showSpread += "\n<div style=\"float:right; padding-right:20px;\">";
   g_showSpread += "\nClick & drag corner to turn page";
   g_showSpread += "\n</div>";
   g_showSpread += "\n</td>";
   g_showSpread += "\n<td align=\"left\"><span style=\"margin-right:25px;\"><a href=\"index.html\" target=\"newWin\" onclick=\"eengine.writePage(65536); return false;\"><img src=\"images/nexttxt.gif\" alt=\"Next page\" border=\"0\" /></a></span></td>";
   g_showSpread += "\n<td align=\"left\" width=\"49\">&nbsp;</td>";
   g_showSpread += "\n</tr>";
   g_showSpread += "\n<tr>";
   g_showSpread += "\n<td align=\"center\" valign=\"top\" style=\"text-align:center;\">&nbsp;</td>";
   g_showSpread += "\n<td colspan=\"3\" align=\"center\" valign=\"top\" style=\"text-align:center;\"><div align=\"center\">[[PGS]]</div></td>";
   g_showSpread += "\n<td align=\"center\" valign=\"top\" style=\"text-align:center;\">&nbsp;</td>";
   g_showSpread += "\n</tr>";
   g_showSpread += "\n<tr>";
   g_showSpread += "\n<td colspan=\"2\"></td>";
   g_showSpread += "\n<td style=\"border-bottom:#ccc thin solid;\"></td>";
   g_showSpread += "\n<td colspan=\"2\"></td>";
   g_showSpread += "\n</tr>";
   g_showSpread += "\n</table>";
   g_showSpread += "\n<!--showspread.html end -->";


//-- this is the template layout for the detail pages
//-- [[ifr]] - this is where to locate the iframe for doClickThroughs
//-- [[xls]] - this indicates the position where the 'Excel Download' link for downloading excel files.
//-- [[PGS]]    - tells the engine to add the navigation link color
//--              This tag has the following options:
//--              hdr - This is an optional 'header' text that goes above the detail page this only appears when
//--                    the overall document in question is a 2 page layout
//-- [[NAVBAR]] - tells the engine where in this template a navigation bar should appear.
var g_detSpread = "";
   g_detSpread += "\n<!--	showdetail.thml Start -->";
   g_detSpread += "\n<table width=\"804\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_detSpread += "\n<tr valign=\"top\">";
   g_detSpread += "\n<td width=\"20\" align=\"right\" valign=\"middle\" bgcolor=\"#E8E8E8\" onmouseover=\"this.style.backgroundColor='#cccccc';\" onmouseout=\"this.style.backgroundColor='#E8E8E8';\" onClick=\"if(document.getElementById('previousDetail').src.indexOf('_dis') == -1){goPrevious()}return false;\">";
   g_detSpread += "\n<a href=\"previous\" onClick=\"if(document.getElementById('previousDetail').src.indexOf('_dis') == -1){goPrevious()}return false;\">";
   g_detSpread += "\n<img  title=\"Previous Page\" src=\"images/previous.gif\" alt=\"Previous Page\" name=\"previousDetail\" hspace=\"1\" border=\"0\" id=\"previousDetail\"";
   g_detSpread += "\nonMouseOver=\"if(document.getElementById('previousDetail').src.indexOf('_dis') == -1){src='images/previous_hot.gif'}\"";
   g_detSpread += "\nonMouseOut=\"if(document.getElementById('previousDetail').src.indexOf('_dis') == -1){src='images/previous.gif'}\" />		</a>	</td>";
   g_detSpread += "\n<td valign=\"top\" align=\"center\"><div align=\"center\">[[PGS]]</div></td>";
   g_detSpread += "\n<td width=\"20\" align=\"left\" valign=\"middle\" bgcolor=\"#E8E8E8\"  onmouseover=\"this.style.backgroundColor='#cccccc';\" onmouseout=\"this.style.backgroundColor='#E8E8E8';\" onClick=\"if(document.getElementById('nextDetail').src.indexOf('_dis') == -1){goNext()}return false;\">";
   g_detSpread += "\n<a href=\"next\" onClick=\"if(document.getElementById('nextDetail').src.indexOf('_dis') == -1){goNext()}return false;\">";
   g_detSpread += "\n<img title=\"Next Page\" src=\"images/next.gif\" alt=\"Next Page\" name=\"nextDetail\" hspace=\"1\" border=\"0\" id=\"nextDetail\"";
   g_detSpread += "\nonMouseOver=\"if(document.getElementById('nextDetail').src.indexOf('_dis') == -1){src='images/next_hot.gif'}\"";
   g_detSpread += "\nonMouseOut=\"if(document.getElementById('nextDetail').src.indexOf('_dis') == -1){src='images/next.gif'}\" />		</a>	</td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n</table>";
   g_detSpread += "\n<!--  showdetail.html end -->";


//-- this is the content template for the search results navigation bar.
//-- [[NAVBAR]] - tells the engine where in this template a navigation bar should appear.
//--              This tag has the following options: 
//--              hc - This is highlight color to use for a selected search group
//--              nc - This is the normal link color to use for the nav bar
//--              div - If a character is used to divide the numbers in the nav bar.. this is where to specify it.
var g_srchNav = "";
   g_srchNav += "\n [[NAVBAR hc=\"#dddddd\" nc=\"#000000\"]]";


//-- this is the template layout for the search results  
//-- [[sr_num]] - this is the number of item as it appears in the search results.
//-- [[rec_num]] - this is the record number of the item as it appears in the database itself.
//-- [[excerpt={col#}]] - this take the text from the specified database column and creates an
//--                      excerpt from it for display.
//-- [[img={col#}|{failover img name}]] - This take the image name at the column specified and builds an image tag for it.
//--                    If the image has no path information, then it will be fully qualified according to the 
//--                    engine path location.  If desired a secondary image may be specified for inclusion into the display as a failover.
//-- [[thumb={col#}]] - This takes the thumbnail image name at the column specified and builds an image tag for it.
//--                    If the image has no path information, then it will be fully qualified according to the 
//--                    engine path location.
//-- [[lbl={text to show if true|col#|condition to check|text to show if false}]] - 
//--                     this allows a user to specify a block of text to be displayed
//--                     when the "value" appears in the specified "col#". 
//-- [[col#]] - This instructs the engine where to place the value that is contained in col# such as col0, col2, etc.
//-- [[cmd={engine command}]] - This allows an engine command to be run at the time the
//--                            moment the template is processed.  Such as 'this.getBanner()', etc. 
//-- [[prodId={col#}]] - This indicates where to place itemview.gif tracking image and what column contains 
//--                     the product sku/prod id number
var g_srchSpread = "";
   g_srchSpread += "\n <tr>";
   g_srchSpread += "\n <td>";
   g_srchSpread += "\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">";
   g_srchSpread += "\n <tr>";
   g_srchSpread += "\n <td align=\"right\" valign=\"top\" width=\"25\"><span class=\"sr_num\">[[sr_num]].</span></td>";
   g_srchSpread += "\n <td width=\"5\"><img src=\"images/c.gif\" width=\"5\" height=\"1\" alt=\"\" /></td>";
   g_srchSpread += "\n <td align=\"left\" valign=\"top\" colspan=\"3\"><a href=\"index.html\" target=\"showFrame\" onclick=\"eengine.writePage([[book]]); return false;\" class=\"mainlink\">[[doc-title]], [[col0]]<br />";
   g_srchSpread += "\n </a> </td>";
   g_srchSpread += "\n </tr>";
   g_srchSpread += "\n <tr>";
   g_srchSpread += "\n <td width=\"25\"><img src=\"images/c.gif\" width=\"25\" height=\"1\" alt=\"\" /></td>";
   g_srchSpread += "\n <td width=\"5\"><img src=\"images/c.gif\" width=\"5\" height=\"1\" alt=\"\" /></td>";
   g_srchSpread += "\n <td align=\"left\" valign=\"top\" style=\"vertical-align:top;\"><br />[[excerpt=col1]]</td>";
   g_srchSpread += "\n <td width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\" alt=\"\" /></td>";
   g_srchSpread += "\n <td align=\"left\" valign=\"top\" width=\"100\" style=\"vertical-align:top;\">";
   g_srchSpread += "\n <table cellpadding=\"2\" cellspacing=\"0\" border=\"1\">";
   g_srchSpread += "\n <tr>";
   g_srchSpread += "\n <td><a href=\"index.html\" target=\"showFrame\" onclick=\"eengine.writePage([[book]]); return false;\">[[thumb]]</a> </td>";
   g_srchSpread += "\n </tr>";
   g_srchSpread += "\n </table>";
   g_srchSpread += "\n </td>";
   g_srchSpread += "\n </tr>";
   g_srchSpread += "\n <tr>";
   g_srchSpread += "\n <td colspan=\"5\" class=\"light-background\" height=\"20\"><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td>";
   g_srchSpread += "\n </tr>";
   g_srchSpread += "\n </table></td>";
   g_srchSpread += "\n </tr>";


//-- this is the content template for showMatch
//-- SHOWMATCHRESULTS - tells the engine where in this template the search results should appear.
//-- [[eTitle]] - indicates the engine title
//-- KEYWORDSUSED - keyword used to perform the search
//-- [[rsltCnt]] - the count of how many search results were found and how many are shown
//-- [[itm_shwn]] - How many result items are being shown
//-- [[itm_fnd]] - How many items were found in the search
//-- [[sNav]] - the location of the search results navigation bar
//-- [[cmd={engine command}]] - This allows an engine command to be run at the time the
//--                            moment the template is processed.  Such as 'this.getBanner()', etc. 
var g_showMatch = "";
   g_showMatch += "\n<body>";
   g_showMatch += "\n<!-- Begin content -->";
   g_showMatch += "\n<table width=\"790\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showMatch += "\n<tr><td colspan=\"3\"><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_showMatch += "\n<tr valign=\"top\">";
   g_showMatch += "\n<td width=\"10\"><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_showMatch += "\n<td>";
   g_showMatch += "\n<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
   g_showMatch += "\n<tr valign=\"top\">";
   g_showMatch += "\n<td><span class=\"page-title\">Search results</span></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td><img src=\"images/c.gif\" width=\"1\" height=\"12\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr valign=\"top\">";
   g_showMatch += "\n<td><span class=\"bluebullet\">KEYWORDSUSED</span></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr><td class=\"general-background\" height=\"1\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td height=\"18\">";
   g_showMatch += "\n<span class=\"sbold\"> [[itm_shwn]]</span>";
   g_showMatch += "\n<span class=\"sreg\"> of </span><span class=\"sbold\">[[itm_fnd]]</span>";
   g_showMatch += "\n<span class=\"sreg\"> results";
   g_showMatch += "\n<span class=\"sreg\">&nbsp;|&nbsp;</span>";
   g_showMatch += "\n<span class=\"detl\">[[sNav]]</span></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr><td class=\"general-background\" height=\"1\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr><td><img src=\"images/c.gif\" width=\"1\" height=\"5\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr><td><img src=\"images/c.gif\" width=\"1\" height=\"5\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td height=\"10\">";
   g_showMatch += "\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_showMatch += "\nSHOWMATCHRESULTS";
   g_showMatch += "\n</table>";
   g_showMatch += "\n</td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr><td><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr><td class=\"general-background\" height=\"1\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td height=\"18\">";
   g_showMatch += "\n<span class=\"sbold\"> [[itm_shwn]]</span>";
   g_showMatch += "\n<span class=\"sreg\"> of </span><span class=\"sbold\">[[itm_fnd]]</span>";
   g_showMatch += "\n<span class=\"sreg\"> results";
   g_showMatch += "\n<span class=\"sreg\">&nbsp;|&nbsp;</span>";
   g_showMatch += "\n<span class=\"detl\">[[sNav]]</span></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr><td class=\"general-background\" height=\"1\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr><td><img src=\"images/c.gif\" width=\"1\" height=\"5\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n</table>";
   g_showMatch += "\n</td>";
   g_showMatch += "\n<td width=\"9\"><img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n</table>";
   g_showMatch += "\n<!--	End content -->";
   g_showMatch += "\n</body>";


//-- this is the content template for showNoMatch
//-- KEYWORDSUSED - tells the engine where in this template the keyword that caused the failed search results should appear.
var g_showNoMatch = "";
   g_showNoMatch += "\n<body>";
   g_showNoMatch += "\n<!-- Begin content -->";
   g_showNoMatch += "\n<table width=\"780\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showNoMatch += "\n<tr><td colspan=\"3\"><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_showNoMatch += "\n<tr valign=\"top\">";
   g_showNoMatch += "\n<td width=\"10\"><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_showNoMatch += "\n<td>";
   g_showNoMatch += "\n<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showNoMatch += "\n<tr valign=\"top\">";
   g_showNoMatch += "\n<td ><span class=\"page-title\">Search results</span></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td ><img src=\"images/c.gif\" width=\"1\" height=\"12\" alt=\"\" /></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr valign=\"top\">";
   g_showNoMatch += "\n<td ><span class=\"bluebullet\">KEYWORDSUSED</span></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td ><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td valign=\"center\"><h1>No results found</h1></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr> <td ><img src=\"images/c.gif\" width=\"1\" height=\"12\" alt=\"\" /></td> </tr>";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td>";
   g_showNoMatch += "\nSorry. We have no results for your search.<br /><br />";
   g_showNoMatch += "\nFor better results, please check the spelling of your search, try fewer keywords, or broaden your search to find more choices.";
   g_showNoMatch += "\n</td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr> <td><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td> </tr>";
   g_showNoMatch += "\n</table>";
   g_showNoMatch += "\n</td>";
   g_showNoMatch += "\n<td width=\"9\"><img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" /></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n</table>";
   g_showNoMatch += "\n<!--	End content -->";
   g_showNoMatch += "\n</body>";


//-- this is the page content for help
var g_showHelp = "";
   g_showHelp += "\n<!-- Begin content -->";
   g_showHelp += "\n<table width=\"800\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showHelp += "\n<tr valign=\"top\">";
   g_showHelp += "\n<td width=\"10\"><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_showHelp += "\n<td valign=\"top\">";
   g_showHelp += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showHelp += "\n<tr><td><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_showHelp += "\n<tr valign=\"top\">";
   g_showHelp += "\n<td><span class=\"page-title\">Help</span></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr><td ><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td></tr>";
   g_showHelp += "\n<tr valign=\"top\">";
   g_showHelp += "\n<td>";
   g_showHelp += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td><img src=\"images/c.gif\" width=\"50\" height=\"1\" alt=\"\" /></td>";
   g_showHelp += "\n<td>";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<b>";
   g_showHelp += "\nBrowsing the eBook(s):</b></p>";
   g_showHelp += "\n<p>";
   g_showHelp += "\nBrowse through the eBook(s) on this website by using the arrow buttons on the navigation bar. At any time, you may return to the start by clicking on the left-most arrow button.</p>";
   g_showHelp += "\n<br />";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<b>";
   g_showHelp += "\nSearch eBook(s):</b></p>";
   g_showHelp += "\n<p>";
   g_showHelp += "\nTo search the eBooks by keyword, simply enter (type in) one or more terms into the text box, and click on the magnifying glass icon, or use the [Return] key on your keyboard. Searches will match any of the keywords you enter. The search results will appear very quickly in the browser window. If your search returns many results, they will be shown in sections. You can page through the results using the [Result pages: 1 2 3 4 5] links that appear at the top and bottom of the search results page.</p>";
   g_showHelp += "\n<br />";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<b>";
   g_showHelp += "\nView Mode / Zoom:</b></p>";
   g_showHelp += "\n<p>";
   g_showHelp += "\nAllows the user to move or zoom in an eBook between a two page view, single page view or a closeup of a single page view.</p>";
   g_showHelp += "\n<br />";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<b>";
   g_showHelp += "\nPage Animation:</b></p>";
   g_showHelp += "\n<p>";
   g_showHelp += "\nWhen navigating an eBook in a two page or split page view, animation is used to make the online pages imitate the turning of a page in a physical book.  Animation may be turned on or off by clicking the <i>Turn off page animation</i> and <i>Turn on page animation</i> link, as desired.</p></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n</table></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td height=\"25\"><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td valign=\"top\" align=\"center\">";
   g_showHelp += "\n<div align=\"center\">";
   g_showHelp += "\n<a href=\"index.html\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\" title=\"Return to the main page\"><img alt=\"Return to the main page\" src=\"images/return.gif\" border=\"0\"></a>";
   g_showHelp += "\n</div>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td height=\"25\"><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n</table>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n<td width=\"9\"><img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" /></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n</table>";
   g_showHelp += "\n<!--End content -->";


//-- this is the page content for about
var g_showAbout = "";
   g_showAbout += "\n<!-- Begin content --><table  cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showAbout += "\n<tr>";
   g_showAbout += "\n<td><form action=\"http://www.og2fg.net/s2f/s2f_remote_embed.jsp\" target=\"showFrame\" name=\"data\" onsubmit=\"dijit.byId('{widgetID}').send2Friend();return false;\">";
   g_showAbout += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showAbout += "\n<tr>";
   g_showAbout += "\n<td><img src=\"images/c.gif\" width=\"30\" height=\"1\"></td>";
   g_showAbout += "\n<td valign=\"top\" style=\"vertical-align:top;\">";
   g_showAbout += "\nRecipient e-mail address";
   g_showAbout += "\n<br />";
   g_showAbout += "\n<input  type=\"text\" name=\"Email\"  id=\"Email\" value=\"\" size=\"50\">";
   g_showAbout += "\n<br />";
   g_showAbout += "\n<br />";
   g_showAbout += "\nSubject line";
   g_showAbout += "\n<br />";
   g_showAbout += "\n<input  type=\"text\" name=\"subject\" id=\"subject\" value=\"BNY Mellon follow-up proxy materials\" size=\"50\">";
   g_showAbout += "\n<br />";
   g_showAbout += "\n<br />";
   g_showAbout += "\nMessage";
   g_showAbout += "\n<br />";
   g_showAbout += "\n<textarea  class=\"s2f_input\"  cols=\"30\" rows=\"6\" name=\"Comments\" id=\"Comments\">Enclosed are the proxy materials that you requested.  Please remember to use your control number, included on the Notice card, to vote your proxy now.</textarea>";
   g_showAbout += "\n<br />";
   g_showAbout += "\nSender e-mail address";
   g_showAbout += "\n<br />";
   g_showAbout += "\n<input  type=\"text\" name=\"Sender\" id=\"Sender\" value=\"\" size=\"50\">";
   g_showAbout += "\n</td>";
   g_showAbout += "\n<td valign=\"top\"><img src=\"images/c.gif\" width=\"20\" height=\"1\"></td>";
   g_showAbout += "\n<td valign=\"top\" style=\"vertical-align:top;\">";
   g_showAbout += "\nSend yourself this Interactive Document. Simply complete the fields on the left, then select the &ldquo;envelope&rdquo;";
   g_showAbout += "\nicon below to submit your request. You will receive an e-mail complete with the Interactive Document, so you can begin browsing the contents.                        </td>";
   g_showAbout += "\n</tr>";
   g_showAbout += "\n<tr><td colspan=\"4\"><img src=\"images/c.gif\" width=\"1\" height=\"30\" alt=\"\" /></td>";
   g_showAbout += "\n</tr>";
   g_showAbout += "\n<tr>";
   g_showAbout += "\n<td colspan=\"4\" align=\"center\" style=\"text-align:center;\">";
   g_showAbout += "\n<div align=\"center\" style=\"text-align:center;\">";
   g_showAbout += "\n<input type=\"image\" alt=\"Send\" title=\"Send\" src=\"images/submit.gif\" border=\"0\">";
   g_showAbout += "\n<img src=\"images/c.gif\" width=\"50\" height=\"1\">";
   g_showAbout += "\n<a href=\"index.html\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\" title=\"Return to the main page\"><img alt=\"Return to the document\" src=\"images/return.gif\" border=\"0\"></a>";
   g_showAbout += "\n</div>";
   g_showAbout += "\n</td>";
   g_showAbout += "\n</tr>";
   g_showAbout += "\n</table>";
   g_showAbout += "\n</form></td>";
   g_showAbout += "\n</tr>";
   g_showAbout += "\n</table>";
   g_showAbout += "\n<!--	End content -->";


//-- this is the page content for the send to a friend success page
var g_showForward = "";
   g_showForward += "\n<!-- Begin content -->";
   g_showForward += "\n<table width=\"560\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
   g_showForward += "\n<tr valign=\"top\">";
   g_showForward += "\n<td><span class=\"page-title\">e-mail the Electronic Documents</span></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td ><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr valign=\"top\">";
   g_showForward += "\n<td>";
   g_showForward += "\n<form action=\"http://s2f.mobular.net/s2f/s2f_embed.aspx\" target=\"showFrame\" name=\"data\" onsubmit=\"dijit.byId('{widgetID}').send2Friend();return false;\">";
   g_showForward += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td><img src=\"images/c.gif\" width=\"20\" height=\"1\"></td>";
   g_showForward += "\n<td valign=\"top\"><p>Recipient e-mail address <br />";
   g_showForward += "\n<input type=\"text\" name=\"Email\" value=\"\" size=\"31\">";
   g_showForward += "\n<br />";
   g_showForward += "\nSubject line <br />";
   g_showForward += "\n<input  type=\"text\" name=\"subject\" value=\"\" size=\"31\">";
   g_showForward += "\n<br />";
   g_showForward += "\nMessage <br />";
   g_showForward += "\n<textarea class=\"s2f_input\" cols=\"30\" rows=\"6\" name=\"Comments\"></textarea>";
   g_showForward += "\nSender e-mail address <br />";
   g_showForward += "\n<input  type=\"text\" name=\"Sender\" value=\"\" size=\"31\" />";
   g_showForward += "\n</td>";
   g_showForward += "\n<td valign=\"top\"><img src=\"images/c.gif\" width=\"20\" height=\"1\"></td>";
   g_showForward += "\n<td valign=\"top\" style=\"vertical-align:top;\"> Send your friend these electronic documents. Simply complete the fields on the left, then select the &ldquo;envelope&rdquo;";
   g_showForward += "\nicon below to submit your request. Your friend will receive an e-mail complete with the electronic documents, so they can begin browsing the contents. </td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td colspan=\"4\"><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td>&nbsp;</td>";
   g_showForward += "\n<td align=\"right\"><img src=\"images/c.gif\" alt=\"\" width=\"150\" height=\"1\" />";
   g_showForward += "\n<input type=\"image\" alt=\"Send\" src=\"images/submit.gif\" border=\"0\"></td>";
   g_showForward += "\n<td colspan=\"2\" ><a href=\"index.html\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\" title=\"Return to the main page\"><img alt=\"Return to the main page\" src=\"images/return.gif\" border=\"0\"></a></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table>";
   g_showForward += "\n</form>";
   g_showForward += "\n</td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table>";
   g_showForward += "\n<!--	End content -->";


//-- this is the page content for the send to a friend success page
var g_showSuccess = "";
   g_showSuccess += "\n<!-- Begin content -->";
   g_showSuccess += "\n<table  cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showSuccess += "\n<tr valign=\"top\">";
   g_showSuccess += "\n<td><span class=\"page-title\">Success</span></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td ><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n<tr valign=\"top\">";
   g_showSuccess += "\n<td><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td><img src=\"images/c.gif\" width=\"40\" height=\"1\" alt=\"\" /></td>";
   g_showSuccess += "\n<td><table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td align=\"center\" colspan=\"2\"> You have successfully forwarded the eKit. You may now return to the eKit or forward it to another friend or colleague. <br />";
   g_showSuccess += "\n<br />";
   g_showSuccess += "\n<br />";
   g_showSuccess += "\n</td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td valign=\"top\" align=\"center\">";
   g_showSuccess += "\n<div align=\"center\" style=\"text-align:center;\">";
   g_showSuccess += "\n<!--";
   g_showSuccess += "\n<a href=\"index.html\" onclick=\"dijit.byId('{widgetID}').sendAgain();return false;\"><img alt=\"Send again\" src=\"images/submit2.gif\" border=\"0\"></a>";
   g_showSuccess += "\n<img src=\"images/c.gif\" width=\"50\" height=\"1\">";
   g_showSuccess += "\n-->";
   g_showSuccess += "\n<a href=\"index.html\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\" title=\"Return to the main page\"><img alt=\"Return to the main page\" src=\"images/return.gif\" border=\"0\"></a>";
   g_showSuccess += "\n</div>";
   g_showSuccess += "\n</td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table></td>";
   g_showSuccess += "\n<td><img src=\"images/c.gif\" width=\"40\" height=\"1\" alt=\"\" /></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table>";
   g_showSuccess += "\n<!--	End content -->";


//-- this is the page content for the print page
var g_prtContent = "";
   g_prtContent += "\n<!-- Begin content -->";
   g_prtContent += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_prtContent += "\n<tr valign=\"top\">";
   g_prtContent += "\n<td><span class=\"page-title\">Print</span></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr><td ><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td></tr>";
   g_prtContent += "\n<tr valign=\"top\">";
   g_prtContent += "\n<td>";
   g_prtContent += "\n<form name=\"prtForm\" target=\"showFrame\" onsubmit=\"eengine.runPrt(document.prtForm, 1); dijit.byId('{dialogID}').hide(); return false;\">";
   g_prtContent += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td rowspan=\"7\"><img src=\"images/c.gif\" width=\"20\" height=\"1\" /></td>";
   g_prtContent += "\n<td colspan=\"2\" align=\"left\">";
   g_prtContent += "\n<b>Print the current page, or the entire document:</b><br /></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\" style=\"vertical-align:top;padding-top:10px;\">";
   g_prtContent += "\n<input type=\"radio\" checked=\"checked\" name=\"rad_prt\" value=\"0\" />&nbsp;</td>";
   g_prtContent += "\n<td valign=\"top\">Current Page</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\" style=\"vertical-align:top;padding-top:10px;\"><input type=\"radio\" name=\"rad_prt\" value=\"3\" /></td>";
   g_prtContent += "\n<td valign=\"top\">[[doclist noRange onFocus='document.prtForm.rad_prt[document.prtForm.rad_prt.length-1].checked = true;']]&nbsp; </td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr><td colspan=\"3\"><img src=\"images/c.gif\" width=\"1\" height=\"15\" alt=\"\" /></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\" style=\"vertical-align:top;\">&nbsp;</td>";
   g_prtContent += "\n<td valign=\"bottom\"> Selecting this option will ready the eBook for printing on your machine.  Please wait for the download.  Note: This option requires Adobe&reg; Reader&reg;. <br />";
   g_prtContent += "\n<br />";
   g_prtContent += "\n<a href='http://www.adobe.com/products/acrobat/readstep2.html' onclick=\"if(eengine){ eengine.doClickThrough('http://www.adobe.com/products/acrobat/readstep2.html',600,800,1)} else { alert(loadWarn)} return false;\">Get Adobe&reg; Reader&reg;</a></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr><td colspan=\"3\"><img src=\"images/c.gif\" width=\"1\" height=\"30\" alt=\"\" /></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr valign=\"bottom\">";
   g_prtContent += "\n<td colspan=\"3\" align=\"center\" nowrap=\"nowrap\">";
   g_prtContent += "\n<div align=\"center\"><a href=\"index.html\" onclick=\"eengine.runPrt(document.prtForm,1);dijit.byId('{dialogID}').hide();return false;\"><img alt=\"Print\" src=\"images/print.gif\" border=\"0\" /></a>";
   g_prtContent += "\n<img src=\"images/c.gif\" width=\"50\" height=\"1\" />";
   g_prtContent += "\n<a href=\"index.html\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\" title=\"Return to the main page\"><img alt=\"Return to the main page\" src=\"images/return.gif\" border=\"0\" /></a></div></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n</table>";
   g_prtContent += "\n</form>";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n</table>";
   g_prtContent += "\n<!--	End content -->";


//-- this is the page content for the save to desktop page
//-- EXENAME - tells the engine where in this template to place the name of the exe file
//-- BIGEXESIZE - tells the engine where in this template to place the size of the exe file
//-- BIGEXETIMEMODEM - tells the engine where in this template to place the download time of the exe file over a 56k modem
//-- BIGEXETIMEDSL - tells the engine where in this template to place the download time of the exe file over a DSL modem
var g_showS2D = "";
   g_showS2D += "\n<!--  Send 2 Desktop Content Start -->";
   g_showS2D += "\n<form name=\"s2dForm\" target=\"showFrame\" action=\"\" id=\"s2dForm\">";
   g_showS2D += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"4\" align=\"left\">";
   g_showS2D += "\nPlease select your Interactive Document:<br/>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<!-- <tr>";
   g_showS2D += "\n<td rowspan=\"6\">";
   g_showS2D += "\n<img src=\"images/c.gif\" width=\"30\" height=\"1\" />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td colspan=\"2\">";
   g_showS2D += "\n<br />";
   g_showS2D += "\n<b>Shortcut to Document</b>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td valign=\"top\" style=\"vertical-align:top; padding-top:6px;\">";
   g_showS2D += "\n<input type=\"radio\" checked=\"checked\" name=\"s2d_option\" value=\"exe/persistent/EXENAME\" />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td valign=\"top\" style=\"vertical-align:top; padding-top:6px;\">";
   g_showS2D += "\nThis is a 36kB download that will take 2-3 seconds over a 56k modem. This option provides easy future access to the Interactive Document through an icon saved to your PC. This option requires that you must be online to browse the Interactive Document.<br />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"2\">";
   g_showS2D += "\n<br />";
   g_showS2D += "\n<b>Individual Document</b>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>-->";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td valign=\"top\" style=\"vertical-align:top; padding-top:6px;\">";
   g_showS2D += "\n<input type=\"radio\" name=\"s2d_option\" value=\"3\" />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td valign=\"top\" style=\"vertical-align:top; padding-top:6px;\">";
   g_showS2D += "\n[[doclist noRange onFocus='document.s2dForm.s2d_option[document.s2dForm.s2d_option.length-1].checked = true;']]<br />";
   g_showS2D += "\n<br />";
   g_showS2D += "\nSelecting this option will ready the e-document to be saved on your machine. Please wait for the download window to open and select the <b>Save</b> button. Note: This option requires Adobe&reg; Reader&reg;.<br />";
   g_showS2D += "\n<br />";
   g_showS2D += "\n<a href='http://www.adobe.com/products/acrobat/readstep2.html' onclick=\"if(eengine){ eengine.doClickThrough('http://www.adobe.com/products/acrobat/readstep2.html',600,800,1)} else { alert(loadWarn)} return false;\">Get Adobe&reg; Reader&reg;</a>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"4\">";
   g_showS2D += "\n<img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"4\" align=\"center\" valign=\"bottom\">";
   g_showS2D += "\n<div align=\"center\" style=\"text-align:center;\">";
   g_showS2D += "\n<a href=\"index.html\" name=\"getexe\" onclick=\"eengine.gotoS2D(document.s2dForm, event);dijit.byId('{dialogID}').hide();return false;\" target=\"showFrame\" id=\"getexe\"><img src=\"images/download_now.gif\" border=\"0\" alt=\"Download now\" /></a>";
   g_showS2D += "\n<img src=\"images/c.gif\" width=\"50\" height=\"1\" />";
   g_showS2D += "\n<a id=\"return_link\" href=\"index.html\" onclick=\"eengine.writePage(-90009); dijit.byId('{dialogID}').hide(); return false;\" target=\"showFrame\" title=\"Return to the main page\"><img src=\"images/return.gif\" border=\"0\" alt=\"Return to the main page\" /></a>";
   g_showS2D += "\n</div>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n</form>";
   g_showS2D += "\n<!--    End content -->";


//-- this is the page content for the save to desktop page
//-- EXENAME - tells the engine where in this template to place the name of the exe file
var g_showS2DMAC = "";
   g_showS2DMAC += "\n<!--  Send 2 Desktop Content Start -->";
   g_showS2DMAC += "\n<form name=\"s2dForm\" target=\"showFrame\" action=\"\" id=\"s2dForm\">";
   g_showS2DMAC += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td colspan=\"4\" align=\"left\">";
   g_showS2DMAC += "\nPlease select your preference for your Interactive Document:<br/>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td rowspan=\"6\">";
   g_showS2DMAC += "\n<img src=\"images/c.gif\" width=\"30\" height=\"1\" />";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n<td colspan=\"2\">";
   g_showS2DMAC += "\n<br />";
   g_showS2DMAC += "\n<b>Shortcut to Document</b>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td valign=\"top\" style=\"vertical-align:top; padding-top:6px;\">";
   g_showS2DMAC += "\n<input type=\"radio\" checked=\"checked\" name=\"s2d_option\" value=\"exe/persistent/EXENAME\" />";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n<td valign=\"top\" style=\"vertical-align:top; padding-top:6px;\">";
   g_showS2DMAC += "\nThis is a 36kB download that will take 2-3 seconds over a 56k modem. This option provides easy future access to the Interactive Document through an icon saved to your PC. This option requires that you must be online to browse the Interactive Document.<br />";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td colspan=\"2\">";
   g_showS2DMAC += "\n<br />";
   g_showS2DMAC += "\n<b>Individual Document</b>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td valign=\"top\" style=\"vertical-align:top; padding-top:6px;\">";
   g_showS2DMAC += "\n<input type=\"radio\" name=\"s2d_option\" value=\"3\" />";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n<td valign=\"top\" style=\"vertical-align:top; padding-top:6px;\">";
   g_showS2DMAC += "\n[[doclist noRange onFocus='document.s2dForm.s2d_option[document.s2dForm.s2d_option.length-1].checked = true;']]<br />";
   g_showS2DMAC += "\n<br />";
   g_showS2DMAC += "\nSelecting this option will ready the e-document to be saved on your machine. Please wait for the download window to open and select the <b>Save</b> button. Note: This option requires Adobe&#174; Reader&#174;.<br />";
   g_showS2DMAC += "\n<br />";
   g_showS2DMAC += "\n<a href='http://www.adobe.com/products/acrobat/readstep2.html' onclick=\"if(eengine){ eengine.doClickThrough('http://www.adobe.com/products/acrobat/readstep2.html',600,800,1)} else { alert(loadWarn)} return false;\">Get Adobe&#174; Reader&#174;</a>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td colspan=\"4\">";
   g_showS2DMAC += "\n<img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" />";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td colspan=\"4\" align=\"center\" valign=\"bottom\">";
   g_showS2DMAC += "\n<div align=\"center\" style=\"text-align:center;\">";
   g_showS2DMAC += "\n<a href=\"index.html\" name=\"getexe\" onclick=\"eengine.gotoS2D(document.s2dForm, event);dijit.byId('{dialogID}').hide();return false;\" target=\"showFrame\" id=\"getexe\"><img src=\"images/download_now.gif\" border=\"0\" alt=\"Download now\" /></a>";
   g_showS2DMAC += "\n<img src=\"images/c.gif\" width=\"50\" height=\"1\" />";
   g_showS2DMAC += "\n<a href=\"index.html\" onclick=\"eengine.writePage(-90009); dijit.byId('{dialogID}').hide(); return false;\" target=\"showFrame\" title=\"Return to the main page\"><img src=\"images/return.gif\" border=\"0\" alt=\"Return to the eKit\" /></a>";
   g_showS2DMAC += "\n</div>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n</table>";
   g_showS2DMAC += "\n</form>";
   g_showS2DMAC += "\n<!--    End content -->";


//-- This is the page content for a dynamic eKit Cover. If not needed, this content is dormant.
//-- Specific tags supported are:
//-- [[PGS]] - the list of cover pages of interior documents in this eKit.
//--
var g_ekitCover = "";
   g_ekitCover += "\n<!------------------------- Begin - Custom E-kit Cover ------------------------------->";
   g_ekitCover += "\n<!------------------------------ Begin Segment 5 ------------------------------------->";
   g_ekitCover += "\n<table class=\"cover-content\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td>[[TEMPLATE]]</td>";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td>";
   g_ekitCover += "\nFor your convenience, we have created eBooks of several documents and packed them into this eKit. We designed these eBooks for comfortable reading and easy navigation. The search features help you find what you need, and the print features yield sharp, clear text. You can also download an optimized PDF edition of any document, for off-line reading and printing.</td>";
   g_ekitCover += "\n</td>";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n</table>";
   g_ekitCover += "\n<!------------------------------- End Segment 5 -------------------------------------->";
   g_ekitCover += "\n<br />";
   g_ekitCover += "\n<!---------------------- Begin Segment 4 -- DO NOT MODIFY ---------------------------->";
   g_ekitCover += "\n<table class=\"cover-content\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td class=\"cover-headings\">";
   g_ekitCover += "\nVIEW OR DOWNLOAD eBOOKS<br /><span class=\"small-black\">Click on the report you wish to view or download.</span><br />";
   g_ekitCover += "\n</td>";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td class=\"cover-content2\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">";
   g_ekitCover += "\n[[PGS tiles={1,1},{2,2},{3,3},{4,2},{5,3}]]";
   g_ekitCover += "\n</table></td>";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n<tr height=\"1\">";
   g_ekitCover += "\n<td>";
   g_ekitCover += "\n<b>*</b>NOTE: This option requires Adobe&#174; Reader&#174;.<br>";
   g_ekitCover += "\n&nbsp;&nbsp;Click <a href='http://www.adobe.com/products/acrobat/readstep2.html' onclick=\"if(eengine){ eengine.doClickThrough('http://www.adobe.com/products/acrobat/readstep2.html',600,800,1)} else { alert(loadWarn)} return false;\"><b>here</b></a> to get the Adobe&#174; Reader&#174;";
   g_ekitCover += "\n<br />&nbsp;";
   g_ekitCover += "\n</td>";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n</table>";
   g_ekitCover += "\n<!------------------------------- End Segment 4 -------------------------------------->";
   g_ekitCover += "\n<!-------------------------- End - Custom E-kit Cover -------------------------------->";


//-- This is the page content for the cover items to display. If not needed,t his content is dormant.
//-- Specific tags supported are:
//-- [[doc_name]] - Name of the given document in the eKit. This is taken from the prtDocs array.
//-- [[page_num]] - Starting page number of the given document in the eKit. This is taken from the prtDocs array.
//-- [[thumb={col#}]] - This takes the thumbnail image name at the column specified and builds a fully qualified
//--                    image tag for it.
//-- stylesheet support:
//-- When this is created, each item group is assigned to a div tag named 'mobular eKitItem#'.
//-- Stylesheet classes are assigned, alternating between 'shaded-row' and 'non-shaded-row'.
//-- These are expected to be set in the eKitCover template.
//-- If a specific object is to be set with one of those classes, 
//-- simply place the id of 'mobular eKitItem' in the html tag. Example: id=\"mobular eKitItem\"
//--
var g_ekitCoverItem = "";
   g_ekitCoverItem += "\n<td valign=\"top\" align=\"left\">";
   g_ekitCoverItem += "\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"10%\">";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td class=\"general-background\" width=\"1\" height=\"100%\">";
   g_ekitCoverItem += "\n<img src=\"images/c.gif\" width=\"1\" alt=\"\" border=\"0\">";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n<td>";
   g_ekitCoverItem += "\n<img src=\"images/c.gif\" width=\"15\" alt=\"\" border=\"0\">";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n<td class=\"cover-item\">";
   g_ekitCoverItem += "\n<table id=\"cover-item2\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td class=\"cover-headings\">";
   g_ekitCoverItem += "\n<a href=\"[[doc_name]]\" class=\"cover-headings\" onclick=\"eengine.hideThumb('thumb');eengine.writePage([[book]]);return false;\" onmouseover=\"eengine.showThumb(event,'thumb','[[doc_num]]_cover_thumb');\" onmouseout=\"eengine.hideThumb('thumb');\">[[doc_name]]</a>";
   g_ekitCoverItem += "\n<br />";
   g_ekitCoverItem += "\n<br />";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td>";
   g_ekitCoverItem += "\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td>";
   g_ekitCoverItem += "\n<div class=\"container\">";
   g_ekitCoverItem += "\n<a href=\"[[doc_name]]\" onclick=\"eengine.hideThumb('thumb');eengine.writePage([[book]]);return false;\" onmouseover=\"eengine.showThumb(event,'thumb','[[doc_num]]_cover_thumb');\" onmouseout=\"eengine.hideThumb('thumb');\">[[thumb]]</a>";
   g_ekitCoverItem += "\n</div>";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n<td>";
   g_ekitCoverItem += "\n<img src=\"images/c.gif\" width=\"7\" alt=\"\" border=\"0\">";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n<td valign=\"bottom\">";
   g_ekitCoverItem += "\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td valign=\"top\" align=\"center\">";
   g_ekitCoverItem += "\n<a href=\"[[doc_name]]\" onclick=\"eengine.hideThumb('thumb');eengine.writePage([[book]]);return false;\"><img src=\"images/goto.gif\" width=\"23\" height=\"23\" alt=\"\" border=\"0\"></a>";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n<td>";
   g_ekitCoverItem += "\n<img src=\"images/c.gif\" width=\"3\" alt=\"\" border=\"0\">";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n<td valign=\"middle\">";
   g_ekitCoverItem += "\n<a href=\"[[doc_name]]\" class=\"cover_link\" onclick=\"eengine.hideThumb('thumb');eengine.writePage([[book]]);return false;\">View eBook</a>";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td colspan=\"3\">";
   g_ekitCoverItem += "\n<img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" border=\"0\">";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td valign=\"top\" align=\"center\">";
   g_ekitCoverItem += "\n<a href=\"[[doc_name]]\" onclick=\"eengine.hideThumb('thumb');eengine.doClickThrough('[[doc-link]]',600,800,2);return false;\"><img src=\"images/pdf.gif\" width=\"16\" height=\"16\" alt=\"\" border=\"0\"></a>";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n<td>";
   g_ekitCoverItem += "\n<img src=\"images/c.gif\" width=\"3\" alt=\"\" border=\"0\">";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n<td valign=\"top\">";
   g_ekitCoverItem += "\n<a href=\"[[doc_name]]\" class=\"cover_link\" onclick=\"eengine.hideThumb('thumb');eengine.doClickThrough('[[doc-link]]',600,800,2);return false;\">Download PDF <b>*</b><br>";
   g_ekitCoverItem += "\n[[doc-size]]</a>";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n</table>";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n</table>";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n</table>";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n</table>";
   g_ekitCoverItem += "\n<div id=\"[[doc_num]]_cover_thumb\" doc=\"[[doc_num]]\" style=\"visibility:hidden;position:absolute;width:180px;\">[[lowres]]</div>";
   g_ekitCoverItem += "\n</td>";



////////////////////////////////////////
// BEGIN RSS Widget support
//--------------------------------------
// RSS Widget RSS Feed URLs
var g_RSSWidget_rssFeeds = new Array();
// NO RSS WIDGET SUPPORT REQUESTED
//--------------------------------------
// END RSS Widget Support
////////////////////////////////////////


