//-----------------------------------------------------------------------------
//
// 
// Copyright (c) 2000-2008, 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://preview.mobular.net/demo_ekit';
var cid              = '113';
var campid           = '100';
var engineid         = '106';

//-- This is the title of the engine
var g_engineTitle    = "American Funds - Shareholder Communications Kit";

// -- 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        = 0;

// 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        = 169;

//-- 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        = 1161;
var g_pWidth         = 750;

//-- 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/demo_ekit';

//-- 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     = "67.4 MB";
var g_bigExeModem    = "263 min";
var g_bigExeDSL	     = "61 min";
var g_exeName        = "American_Funds_-_Shareholder_Communications_Kit.exe";
var g_macName        = "american_funds_-_shareholder.html";

//----------------------------------------------------------------------------------
//-- send to a friend parameters 
//----------------------------------------------------------------------------------
//-- These are for the embedded s2f
var fhtml            = 'http://preview.mobular.net/demo_ekit/113/100/106/eeprint.html';
var eType            = '0';
var introsubject     = 'I\'m forwarding you the Interactive Document';
var altsend          = 'http://preview.mobular.net/demo_ekit/113/100/106/send2friend.html';

//----------------------------------------------------------------------------------
//-- search parameters 
//----------------------------------------------------------------------------------
//-- Default search value
var g_defSearchVal   = 'Performance';

//-- 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 = 0;
//-- 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       = "#FFFFFF";

//-- 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|AMCAP Fund Prospectus|1|40|0|1|File1_AMCAP_Fund_Prospectus.pdf|1|234KB",
"2|AMCAP Annual Report|41|72|0|1|File2_AMCAP_Fund_Annual_Report.pdf|1|491KB",
"3|AMCAP SAI|73|153|0|1|File3_AMCAP_Fund_SAI.pdf|1|352KB",
"4|AMCAP Semi Annual|154|169|0|1|File4_AMCAP_Fund_Semi_Annual_Report.pdf|1|234KB"
);

// 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|3|Risk/Return summary",
"1|7|Fees and expenses of the fund",
"1|9|Investment objective strategies and risks",
"1|12|Management and organization",
"1|15|Shareholder information",
"1|16|Choosing a share class",
"1|18|Purchase and exchange of shares",
"1|24|Sales charges",
"1|27|Sales charge reductions and waivers",
"1|29|Rollovers from retirement plans to IRAs",
"1|30|Plans of distribution",
"1|30|Other compensation to dealers",
"1|31|How to sell shares",
"1|33|Distributions and taxes",
"1|34|Financial highlights",
"2|3|Letter to shareholders",
"2|6|The value of a long term perspective",
"2|9|Navigating a long term investment course",
"2|14|Summary investment portfolio ",
"2|18|Financial statements ",
"2|30|Board of directors and other officers ",
"2|32|What makes American Funds different",
"3|2|Certain investment limitations and guidelines",
"3|2|Description of certain securities and investment techniques",
"3|6|Fundamental policies and investment restrictions",
"3|9|Management of the fund",
"3|27|Execution of portfolio transactions",
"3|30|Disclosure of portfolio holdings",
"3|31|Price of shares",
"3|33|Taxes and distributions",
"3|38|Purchase and exchange of shares",
"3|42|Sales charges",
"3|45|Sales charge reductions and waivers",
"3|49|Selling shares",
"3|50|Shareholder account services and privileges ",
"3|52|General information ",
"3|59|Appendix",
"4|1|AMCAP Fund",
"4|2|Letter From the Chairman",
"4|3|Summary Investment Portfolio",
"4|5|Financial Statements",
"4|7|Notes to Financial Statements",
"4|11|Financial Highlights",
"4|13|Other Results",
"4|13|Expense Example",
"4|14|Approval of Investment Advisory and Service Agreement"
);


//----------------------------------------------------------------------------------
//-- "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( 
"onEngineIdle",
"onDisplayS2F",
"onDisplayS2D",
"onDisplayPrint",
"onDisplayHelp",
"onDisplayPage",
"onDislayCover",
"isAtDocStart",
"isAtKitStart",
"isAtDocEnd",
"isAtKitEnd",
"isLastDoc",
"zoomIn",
"zoomOut",
"goFirst",
"goPrevious",
"goNext",
"goNextDoc",
"recreateShowShow"
);
//----------------------------------------------------------------------------------
//-- 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 <table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_brandFooter += "\n <tr>";
   g_brandFooter += "\n <td height=\"20\">";
   g_brandFooter += "\n &nbsp;";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n </tr>";
   g_brandFooter += "\n <tr>";
   g_brandFooter += "\n <td height=\"30\">";
   g_brandFooter += "\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">";
   g_brandFooter += "\n <tr>";
   g_brandFooter += "\n <td width=\"16\">";
   g_brandFooter += "\n <span class=\"spacer\">&nbsp;&nbsp;&nbsp;&nbsp;</span>";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n <td width=\"163\" align=\"left\">";
   g_brandFooter += "\n <div id=\"shadow-container\">";
   g_brandFooter += "\n <div class=\"shadow1\">";
   g_brandFooter += "\n <div class=\"shadow1a\">";
   g_brandFooter += "\n <div class=\"shadow2\">";
   g_brandFooter += "\n <div class=\"shadow2a\">";
   g_brandFooter += "\n <div class=\"shadow3\">          	";
   g_brandFooter += "\n <a href=\"#\"  target=\"newWin\">";
   g_brandFooter += "\n <img src=\"images/customer_logo.gif\" alt=\"\" border=\"0\" />";
   g_brandFooter += "\n </a>";
   g_brandFooter += "\n </div>";
   g_brandFooter += "\n </div>";
   g_brandFooter += "\n </div>";
   g_brandFooter += "\n </div>";
   g_brandFooter += "\n </div>";
   g_brandFooter += "\n </div>			";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n <td align=\"right\">";
   g_brandFooter += "\n <div id=\"shadow-container\">";
   g_brandFooter += "\n <div class=\"shadow1\">";
   g_brandFooter += "\n <div class=\"shadow1a\">";
   g_brandFooter += "\n <div class=\"shadow2\">";
   g_brandFooter += "\n <div class=\"shadow2a\">";
   g_brandFooter += "\n <div class=\"shadow3\">           	";
   g_brandFooter += "\n <a 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>";
   g_brandFooter += "\n </div>";
   g_brandFooter += "\n </div>";
   g_brandFooter += "\n </div>";
   g_brandFooter += "\n </div>			";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n <td align=\"right\" width=\"16\">";
   g_brandFooter += "\n <span class=\"spacer\">&nbsp;&nbsp;&nbsp;&nbsp;</span>";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n </tr>";
   g_brandFooter += "\n </table>";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n </tr>";
   g_brandFooter += "\n </table>";


//-- 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 += "\nYou may not have heard of us, but Mobular provides shareholder communications technology and services for some of the largest financial services providers in the world, including Thomson Reuters, Computershare, Bank of New York Mellon and Broadridge.  We represent many of the Fortune Top 50 corporate issuers, and have recently launched a new technology service designed specifically for mutual funds and variable annuity providers.";
   g_showShow += "\nWith our customer’s input, we’ve developed a concept called “personal microsites”  for your beneficial and registered shareholders that combines your compliance documents, individual shareholder statements and transaction documents with information about your firm’s other products and services in an automated, electronic outreach communications program that maximizes the value of every shareholder contact.";
   g_showShow += "\nWith American Funds’ focus on the customer experience, and your drive towards a paperless environment as evidenced on your site through your many “Go paperless with electronic delivery” hyperlink prompts, our electronic delivery platform offers the perfect complement to value you’re already driving to your shareholder base.";
   g_showShow += "\nThe microsite you are currently viewing was developed especially for American Funds so that you can test drive the same powerful, open, compliant communications experience that your shareholders would enjoy with each and every communication you wanted them to access.  Please enjoy viewing the Moublarized version of a few of your American Funds documents that we have included below.";


//-- 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<body>";
   g_showSpread += "\n<!--	Begin content -->";
   g_showSpread += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showSpread += "\n<tr valign=\"top\">";
   g_showSpread += "\n<td colspan=\"3\"><img src=\"images/c.gif\" alt=\"\" width=\"1\" height=\"10\"></td>";
   g_showSpread += "\n</tr>";
   g_showSpread += "\n<tr valign=\"top\">";
   g_showSpread += "\n<td align=\"right\" colspan=\"2\"><a class=\"mobularFlashLabel\" href=\"Toggle page animation\" onClick=\"eengine.flashObj.toggleFlash();return false;\">";
   g_showSpread += "\n<div id=\"mobularFlashLabel\" name=\"mobularFlashLabel\"></div>";
   g_showSpread += "\n</a>";
   g_showSpread += "\n</td>";
   g_showSpread += "\n</tr>";
   g_showSpread += "\n<tr valign=\"top\">";
   g_showSpread += "\n<td colspan=\"3\"><img src=\"images/c.gif\" alt=\"\" width=\"1\" height=\"10\"></td>";
   g_showSpread += "\n</tr>";
   g_showSpread += "\n<tr valign=\"top\">";
   g_showSpread += "\n<td width=\"20%\" valign=\"top\" align=\"center\" width=\"48\">";
   g_showSpread += "\n<a class=\"small2-plain-link\" href=\"Download eBook\" onclick=\"eengine.doClickThrough(eengine.kitData.documents[eengine.kitData.current.doc].link,600,800,2);return false;\"><img src=\"images/download.gif\" alt=\"Download eBook\" border=\"0\"><br />Download eBook</a>";
   g_showSpread += "\n<div id='redisplaySearch' style='margin-top:15px;visibility: hidden'><a class='small2-plain-link' href=\"Redisplay Search Results\" onclick=\"eengine.dbSearch._resultDisplay._redisplay();return false;\"><img src=\"images/go.gif\" alt=\"Redisplay Search Results\" border=\"0\"><br />Search Results</a></div>";
   g_showSpread += "\n</td>";
   g_showSpread += "\n<td valign=\"top\" align=\"center\">";
   g_showSpread += "\n<div id=\"shadow-container\">";
   g_showSpread += "\n<div class=\"shadow1\">";
   g_showSpread += "\n<div class=\"shadow1a\">";
   g_showSpread += "\n<div class=\"shadow2\">";
   g_showSpread += "\n<div class=\"shadow2a\">";
   g_showSpread += "\n<div class=\"shadow3\">";
   g_showSpread += "\n[[PGS]]";
   g_showSpread += "\n</div>";
   g_showSpread += "\n</div>";
   g_showSpread += "\n</div>";
   g_showSpread += "\n</div>";
   g_showSpread += "\n</div>";
   g_showSpread += "\n</div>";
   g_showSpread += "\n</td>";
   g_showSpread += "\n</tr>";
   g_showSpread += "\n</table>";
   g_showSpread += "\n<!--	End content -->";
   g_showSpread += "\n<br />";
   g_showSpread += "\n<br />";
   g_showSpread += "\n</body>";


//-- 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<body>";
   g_detSpread += "\n<!--	Begin content -->";
   g_detSpread += "\n<table width=\"814\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_detSpread += "\n<tr valign=\"top\">";
   g_detSpread += "\n<td colspan=\"3\"><img src=\"images/c.gif\" alt=\"\" width=\"1\" height=\"30\"></td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n<tr valign=\"top\">";
   g_detSpread += "\n<td width=\"20%\" valign=\"top\" align=\"center\" width=\"48\">";
   g_detSpread += "\n<a class=\"small2-plain-link\" href=\"Download eBook\" onclick=\"eengine.doClickThrough(eengine.kitData.documents[eengine.kitData.current.doc].link,600,800,2);return false;\"><img src=\"images/download.gif\" alt=\"Download eBook\" border=\"0\"><br />Download eBook</a>";
   g_detSpread += "\n<div id='redisplaySearch' style='margin-top:15px;visibility: hidden'><a class='small2-plain-link' href=\"Redisplay Search Results\" onclick=\"eengine.dbSearch._resultDisplay._redisplay();return false;\"><img src=\"images/go.gif\" alt=\"Redisplay Search Results\" border=\"0\"><br />Search Results</a></div>";
   g_detSpread += "\n</td> 	";
   g_detSpread += "\n<td valign=\"middle\" align=\"right\" width=\"25\">";
   g_detSpread += "\n<a href=\"Previous page\" onClick=\"if(document.getElementById('previous_detail').src.indexOf('_dis') == -1){goPrevious()}return false;\"><img src=\"images/previous2.gif\" onMouseOver=\"if(document.getElementById('previous_detail').src.indexOf('_dis') == -1){src='images/previous2_hot.gif'}\" onMouseOut=\"if(document.getElementById('previous_detail').src.indexOf('_dis') == -1){src='images/previous2.gif'}\" alt=\"Previous page\" name=\"previous_detail\" hspace=\"1\" border=\"0\" id=\"previous_detail\" /></a>";
   g_detSpread += "\n</td>";
   g_detSpread += "\n<td valign=\"top\" align=\"center\"><table cellpadding=\"0\" border=\"0\" cellspacing=\"0\">";
   g_detSpread += "\n<tr>";
   g_detSpread += "\n<td><div id=\"shadow-container\">";
   g_detSpread += "\n<div class=\"shadow1\">";
   g_detSpread += "\n<div class=\"shadow1a\">";
   g_detSpread += "\n<div class=\"shadow2\">";
   g_detSpread += "\n<div class=\"shadow2a\">";
   g_detSpread += "\n<div class=\"shadow3\">";
   g_detSpread += "\n<div> [[PGS]] </div>";
   g_detSpread += "\n</div>";
   g_detSpread += "\n</div>";
   g_detSpread += "\n</div>";
   g_detSpread += "\n</div>";
   g_detSpread += "\n</div>";
   g_detSpread += "\n</div></td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n</table></td>";
   g_detSpread += "\n<td valign=\"middle\" align=\"left\" width=\"25\">";
   g_detSpread += "\n<a href=\"Next page\" onClick=\"if(document.getElementById('next_detail').src.indexOf('_dis') == -1){goNext()}return false;\"><img src=\"images/next2.gif\" onMouseOver=\"if(document.getElementById('next_detail').src.indexOf('_dis') == -1){src='images/next2_hot.gif'}\" onMouseOut=\"if(document.getElementById('next_detail').src.indexOf('_dis') == -1){src='images/next2.gif'}\" alt=\"Next page\" name=\"next_detail\" hspace=\"1\" border=\"0\" id=\"next_detail\" /></a>";
   g_detSpread += "\n</td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n</table>";
   g_detSpread += "\n<!--	End content -->";
   g_detSpread += "\n<br />";
   g_detSpread += "\n<br />";
   g_detSpread += "\n</body>";


//-- 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=\"795\">";
   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 <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\" height=\"125\" width=\"550\"> [[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=\"150\"><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 <br />";
   g_srchSpread += "\n <br />";
   g_srchSpread += "\n </td>";
   g_srchSpread += "\n </tr>";
   g_srchSpread += "\n <tr>";
   g_srchSpread += "\n <td width=\"795\" colspan=\"5\" class=\"light-background\" height=\"1\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td>";
   g_srchSpread += "\n </tr>";
   g_srchSpread += "\n <tr>";
   g_srchSpread += "\n <td colspan=\"5\"><img src=\"images/c.gif\" width=\"1\" height=\"10\" 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=\"814\" 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 width=\"795\">";
   g_showMatch += "\n<table width=\"795\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showMatch += "\n<tr valign=\"top\">";
   g_showMatch += "\n<td width=\"795\"><span class=\"page-title\">Search results</span></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"795\"><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 width=\"795\"><span class=\"bluebullet\">KEYWORDSUSED</span></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"795\"><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr><td width=\"795\" class=\"general-background\" height=\"1\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"795\" 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>";
   g_showMatch += "\n</td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr><td width=\"795\" class=\"general-background\" height=\"1\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>";
   g_showMatch += "\n<tr><td width=\"795\"><img src=\"images/c.gif\" width=\"1\" height=\"5\" alt=\"\" /></td></tr>";
   g_showMatch += "\n<tr><td width=\"795\"><img src=\"images/c.gif\" width=\"1\" height=\"5\" alt=\"\" /></td></tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"795\" height=\"10\">";
   g_showMatch += "\n<table width=\"795\" 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 width=\"795\"><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_showMatch += "\n<tr><td width=\"795\" class=\"general-background\" height=\"1\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"795\" 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>";
   g_showMatch += "\n</td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr><td width=\"795\" class=\"general-background\" height=\"1\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>";
   g_showMatch += "\n<tr><td width=\"795\"><img src=\"images/c.gif\" width=\"1\" height=\"5\" alt=\"\" /></td></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=\"814\" 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 width=\"795\">";
   g_showNoMatch += "\n<table width=\"795\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showNoMatch += "\n<tr valign=\"top\">";
   g_showNoMatch += "\n<td width=\"795\" ><span class=\"page-title\">Search results</span></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td width=\"795\" ><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 width=\"795\" ><span class=\"bluebullet\">KEYWORDSUSED</span></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td width=\"795\" ><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 width=\"795\" ><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 width=\"591\"><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=\"814\" 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 width=\"795\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showHelp += "\n<tr><td width=\"795\"><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_showHelp += "\n<tr valign=\"top\">";
   g_showHelp += "\n<td width=\"795\"><span class=\"page-title\"></span></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr><td width=\"795\" ><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td></tr>";
   g_showHelp += "\n<tr valign=\"top\">";
   g_showHelp += "\n<td width=\"795\">";
   g_showHelp += "\n<table width=\"795\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\" alt=\"\" /></td>";
   g_showHelp += "\n<td width=\"695\">";
   g_showHelp += "\n<b>Browsing the eKit (PAGE):</b><br/>";
   g_showHelp += "\nBrowse through the eBook(s) in this eKit 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.";
   g_showHelp += "\n<br/><br/>";
   g_showHelp += "\n<b>SEARCH eKit:</b><br/>";
   g_showHelp += "\nTo search the eKit by keyword, simply enter one or more terms into the text box, and push the \"Go\" button, or use the [Return] key on your keyboard. When searching for more than one term, include in double quotes, for example \"American Funds\". 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.";
   g_showHelp += "\n<br/><br/>";
   g_showHelp += "\n<b>VIEW MODE / ZOOM:</b><br/>";
   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.";
   g_showHelp += "\n<br/><br/>";
   g_showHelp += "\n<b>PAGE ANIMATION:</b><br/>";
   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.";
   g_showHelp += "\n</td>";
   g_showHelp += "\n<td width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\" alt=\"\" /></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n</table>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td width=\"795\" 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<a href=\"index.html\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\"><img alt=\"Return to the eKit\" src=\"images/return.gif\" border=\"0\"></a>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td width=\"795\" 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<!-- Stub for about 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=\"814\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showForward += "\n<tr valign=\"top\">";
   g_showForward += "\n<td width=\"10\"><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_showForward += "\n<td valign=\"top\"><table width=\"795\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td width=\"795\"><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr valign=\"top\">";
   g_showForward += "\n<td width=\"795\"><span class=\"page-title\">E-mail the eKit</span></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td width=\"795\" ><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 width=\"795\"><table width=\"795\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\" alt=\"\" /></td>";
   g_showForward += "\n<td width=\"695\"><form action=\"http://www.og2fg.net/s2f/s2f_embed.jsp\" target=\"showFrame\" name=\"data\" onsubmit=\"dijit.byId('{widgetID}').send2Friend();return false;\">";
   g_showForward += "\n<table width=\"695\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td width=\"20\"><img src=\"images/c.gif\" width=\"20\" height=\"1\"></td>";
   g_showForward += "\n<td valign=\"top\"> Recipient e-mail address <br />";
   g_showForward += "\n<input class=\"s2f_input\" type=\"text\" name=\"Email\" value=\"\" size=\"31\">";
   g_showForward += "\n<br />";
   g_showForward += "\n<br />";
   g_showForward += "\nSubject line <br />";
   g_showForward += "\n<input class=\"s2f_input\" type=\"text\" name=\"subject\" value=\"\" size=\"31\">";
   g_showForward += "\n<br />";
   g_showForward += "\n<br />";
   g_showForward += "\nMessage <br />";
   g_showForward += "\n<textarea class=\"s2f_input\" cols=\"30\" rows=\"6\" name=\"Comments\"></textarea>";
   g_showForward += "\n<br />";
   g_showForward += "\n<br />";
   g_showForward += "\nSender e-mail address <br />";
   g_showForward += "\n<input class=\"s2f_input\" type=\"text\" name=\"Sender\" value=\"\" size=\"31\">";
   g_showForward += "\n</td>";
   g_showForward += "\n<td valign=\"top\" width=\"20\"><img src=\"images/c.gif\" width=\"20\" height=\"1\"></td>";
   g_showForward += "\n<td valign=\"top\"> Send your friend this eKit. Simply complete the fields on the left, then click Submit. Your friend will receive an e-mail complete with the eKit, so they can begin browsing the contents. </td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td width=\"695\" colspan=\"4\"><img src=\"images/c.gif\" width=\"1\" height=\"30\" alt=\"\" /></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td colspan=\"4\" align=\"center\"><table width=\"695\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td align=\"right\"><input type=\"image\" alt=\"Send\" src=\"images/submit.gif\" border=\"0\">";
   g_showForward += "\n</td>";
   g_showForward += "\n<td width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\"> </td>";
   g_showForward += "\n<td align=\"left\"><a href=\"index.html\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\"><img alt=\"Return to the eKit\" src=\"images/return.gif\" border=\"0\"></a> </td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table>";
   g_showForward += "\n</form></td>";
   g_showForward += "\n<td width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\" alt=\"\" /></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td width=\"795\" height=\"25\"><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table></td>";
   g_showForward += "\n<td width=\"9\"><img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" /></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 width=\"814\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showSuccess += "\n<tr valign=\"top\">";
   g_showSuccess += "\n<td width=\"10\"><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_showSuccess += "\n<td valign=\"top\"><table width=\"795\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td width=\"795\"><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n<tr valign=\"top\">";
   g_showSuccess += "\n<td width=\"795\"><span class=\"page-title\">Success</span></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td width=\"795\" ><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 width=\"795\"><table width=\"795\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td width=\"50\"><img src=\"images/c.gif\" width=\"50\" 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\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td valign=\"top\"><a href=\"index.html\" onclick=\"dijit.byId('{widgetID}').sendAgain();return false;\"><img alt=\"Send again\" src=\"images/submit2.gif\" border=\"0\"></a></td>";
   g_showSuccess += "\n<td valign=\"top\" width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\"></td>";
   g_showSuccess += "\n<td valign=\"top\"><a href=\"index.html\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\"><img alt=\"Return to the eKit\" src=\"images/return.gif\" border=\"0\"></a></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table></td>";
   g_showSuccess += "\n<td width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\" alt=\"\" /></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table></td>";
   g_showSuccess += "\n<td width=\"9\"><img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" /></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 width=\"814\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_prtContent += "\n<tr valign=\"top\">";
   g_prtContent += "\n<td width=\"10\"><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_prtContent += "\n<td valign=\"top\">";
   g_prtContent += "\n<table width=\"795\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_prtContent += "\n<tr><td width=\"795\"><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_prtContent += "\n<tr valign=\"top\">";
   g_prtContent += "\n<td width=\"795\"><span class=\"page-title\"></span></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr><td width=\"795\" ><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td></tr>";
   g_prtContent += "\n<tr valign=\"top\">";
   g_prtContent += "\n<td width=\"795\">";
   g_prtContent += "\n<table width=\"795\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\" alt=\"\" /></td>";
   g_prtContent += "\n<td width=\"695\">";
   g_prtContent += "\n<form name=\"prtForm\" target=\"showFrame\" onsubmit=\"eengine.runPrt(document.prtForm, 1); dijit.byId('{dialogID}').hide(); return false;\">";
   g_prtContent += "\n<table width=\"695\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td rowspan=\"5\" width=\"20\"><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 />";
   g_prtContent += "\n</td>";
   g_prtContent += "\n<td rowspan=\"5\" width=\"20\"><img src=\"images/c.gif\" width=\"20\" height=\"1\"></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\">";
   g_prtContent += "\n<img src=\"images/c.gif\" width=\"5\" height=\"15\" border=\"0\"><br />";
   g_prtContent += "\n<input type=\"radio\" checked name=\"rad_prt\" value=\"0\">&nbsp;";
   g_prtContent += "\n</td>";
   g_prtContent += "\n<td valign=\"bottom\">";
   g_prtContent += "\n<img src=\"images/c.gif\" width=\"5\" height=\"15\" border=\"0\"><br />";
   g_prtContent += "\nCurrent Page<br />";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr><td width=\"695\" colspan=\"3\"><img src=\"images/c.gif\" width=\"1\" height=\"15\" alt=\"\" /></td></tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\">";
   g_prtContent += "\n<img src=\"images/c.gif\" width=\"5\" height=\"9\" border=\"0\"><br />";
   g_prtContent += "\n<input type=\"radio\" name=\"rad_prt\" value=\"3\">&nbsp;";
   g_prtContent += "\n</td>";
   g_prtContent += "\n<td valign=\"bottom\">";
   g_prtContent += "\n<img src=\"images/c.gif\" width=\"5\" height=\"9\" border=\"0\"><br />";
   g_prtContent += "\n[[doclist noRange onFocus='document.prtForm.rad_prt[document.prtForm.rad_prt.length-1].checked = true;']]&nbsp;";
   g_prtContent += "\n<br /><br />";
   g_prtContent += "\nSelecting this option will ready the eBook for printing on your machine.  Please wait for the download.  Note: This option requires Adobe&reg; Reader&reg;.";
   g_prtContent += "\n<br /><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>";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr><td width=\"695\" colspan=\"3\"><img src=\"images/c.gif\" width=\"1\" height=\"30\" alt=\"\" /></td></tr>";
   g_prtContent += "\n<tr valign=\"bottom\" height=\"5\">";
   g_prtContent += "\n<td colspan=\"3\" align=\"center\" nowrap=\"nowrap\">";
   g_prtContent += "\n<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;\"><img alt=\"Return to the eKit\" src=\"images/return.gif\" border=\"0\"></a>";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n</table>";
   g_prtContent += "\n</form>";
   g_prtContent += "\n</td>";
   g_prtContent += "\n<td width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\" alt=\"\" /></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n</table>";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td width=\"795\" height=\"25\"><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n</table>";
   g_prtContent += "\n</td>";
   g_prtContent += "\n<td width=\"9\"><img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" /></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<!-- Begin content -->";
   g_showS2D += "\n<table width=\"814\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2D += "\n<tr valign=\"top\">";
   g_showS2D += "\n<td width=\"10\"><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_showS2D += "\n<td valign=\"top\">";
   g_showS2D += "\n<form name=\"s2dForm\" target=\"showFrame\">";
   g_showS2D += "\n<table width=\"795\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2D += "\n<tr><td width=\"795\"><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_showS2D += "\n<tr valign=\"top\">";
   g_showS2D += "\n<td width=\"795\"><span class=\"page-title\"></span></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr><td width=\"795\" ><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td></tr>";
   g_showS2D += "\n<tr valign=\"top\">";
   g_showS2D += "\n<td width=\"795\">";
   g_showS2D += "\n<table width=\"795\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td width=\"50\"><img src=\"images/c.gif\" width=\"30\" height=\"1\" alt=\"\" /></td>";
   g_showS2D += "\n<td width=\"695\">";
   g_showS2D += "\n<table width=\"695\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"4\" align=\"left\">";
   g_showS2D += "\nPlease select the eBook to download:";
   g_showS2D += "\n<br />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td valign=\"top\">";
   g_showS2D += "\n<img src=\"images/c.gif\" width=\"5\" height=\"9\" border=\"0\"><br />";
   g_showS2D += "\n<input type=\"radio\" name=\"s2d_option\" value=\"3\">&nbsp;";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td valign=\"bottom\">";
   g_showS2D += "\n<img src=\"images/c.gif\" width=\"5\" height=\"9\" border=\"0\"><br />";
   g_showS2D += "\n[[doclist noRange onFocus='try { document.s2dForm.s2d_option[document.s2dForm.s2d_option.length-1].checked = true;} catch (e) {}' ]]";
   g_showS2D += "\n<br /><br />";
   g_showS2D += "\nSelecting this option will ready the eBook 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;.";
   g_showS2D += "\n<br /><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><td colspan=\"4\"><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td></tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"4\" align=\"center\" valign=\"bottom\">";
   g_showS2D += "\n<br />";
   g_showS2D += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td align=\"center\" valign=\"middle\">";
   g_showS2D += "\n<a href=\"index.html\" name=\"getexe\" onclick=\"eengine.gotoS2D(document.s2dForm, event);dijit.byId('{dialogID}').hide();return false;\" target=\"showFrame\">";
   g_showS2D += "\n<img src=\"images/download_now.gif\" border=\"0\" alt=\"Download now\"></a>&nbsp;";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td valign=\"top\" width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\"></td>";
   g_showS2D += "\n<td align=\"center\" valign=\"middle\">&nbsp;";
   g_showS2D += "\n<a href=\"index.html\" onclick=\"eengine.writePage(-90009); dijit.byId('{dialogID}').hide(); return false;\" target=\"showFrame\">";
   g_showS2D += "\n<img src=\"images/return.gif\" border=\"0\" alt=\"Return to the eKit\"></a>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n<br /><br />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td width=\"50\"><img src=\"images/c.gif\" width=\"30\" height=\"1\" alt=\"\" /></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n</form>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td width=\"9\"><img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" /></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   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<!--	Begin content -->";
   g_showS2DMAC += "\n<table width=\"814\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2DMAC += "\n<tr valign=\"top\">";
   g_showS2DMAC += "\n<td valign=\"top\">";
   g_showS2DMAC += "\n[[PGS]]";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td><img src=\"images/c.gif\" alt=\"\" width=\"1\" height=\"10\" border=\"0\" /></td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n</table>";
   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<html>";
   g_ekitCover += "\n<head></head>";
   g_ekitCover += "\n<body bgcolor=\"#ffffff\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\">";
   g_ekitCover += "\n<!----------------------- DO NOT MODIFY ABOVE THIS LINE ------------------------------>";
   g_ekitCover += "\n<!------------------------------ Begin Segment 5 ------------------------------------->";
   g_ekitCover += "\n<table class=\"cover-content\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td class=\"cover-item\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td valign=\"top\">";
   g_ekitCover += "\n[[TEMPLATE]]";
   g_ekitCover += "\n<!--For 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.-->";
   g_ekitCover += "\n</td>";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n</table></td>";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n<tr height=\"1\">";
   g_ekitCover += "\n<td class=\"general-background\" />";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n</table>";
   g_ekitCover += "\n<!------------------------------- End Segment 5 -------------------------------------->";
   g_ekitCover += "\n<!---------------------- Begin Segment 4 -- DO NOT MODIFY ---------------------------->";
   g_ekitCover += "\n<table class=\"cover-content\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td class=\"cover-headings cover-item\"> VIEW OR DOWNLOAD eBOOKS <br />";
   g_ekitCover += "\n<br />";
   g_ekitCover += "\n<span class=\"small-black\">Click on the report you wish to view or download.</span> <br />";
   g_ekitCover += "\n<br />";
   g_ekitCover += "\n</td>";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td class=\"cover-item\"><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 class=\"general-background\" />";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n</table>";
   g_ekitCover += "\n<!------------------------------- End Segment 4 -------------------------------------->";
   g_ekitCover += "\n<!----------------------- DO NOT MODIFY BELOW THIS LINE ------------------------------>";
   g_ekitCover += "\n</body>";
   g_ekitCover += "\n</html>";
   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<!-- custom ekit cover item-->";
   g_ekitCoverItem += "\n<td valign=\"top\" align=\"left\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"10%\">";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td class=\"general-background\" width=\"1\" height=\"100%\"><img src=\"images/c.gif\" width=\"1\" alt=\"\" border=\"0\"></td>";
   g_ekitCoverItem += "\n<td><img src=\"images/c.gif\" width=\"15\" alt=\"\" border=\"0\"></td>";
   g_ekitCoverItem += "\n<td width=\"100%\" class=\"cover-item\"><table id=\"cover-item2\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td class=\"cover-headings\"><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');\"> [[doc_name]] </a> <br />";
   g_ekitCoverItem += "\n<br />";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td><div id=\"shadow-container\">";
   g_ekitCoverItem += "\n<div class=\"shadow1\">";
   g_ekitCoverItem += "\n<div class=\"shadow2\">";
   g_ekitCoverItem += "\n<div class=\"shadow3\">";
   g_ekitCoverItem += "\n<div class=\"container\"><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></div>";
   g_ekitCoverItem += "\n</div>";
   g_ekitCoverItem += "\n</div>";
   g_ekitCoverItem += "\n</div>";
   g_ekitCoverItem += "\n</div></td>";
   g_ekitCoverItem += "\n<td><img src=\"images/c.gif\" width=\"10\" alt=\"\" border=\"0\"></td>";
   g_ekitCoverItem += "\n<td valign=\"bottom\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td valign=\"top\" align=\"center\"><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></td>";
   g_ekitCoverItem += "\n<td><img src=\"images/c.gif\" width=\"5\" alt=\"\" border=\"0\"></td>";
   g_ekitCoverItem += "\n<td valign=\"middle\"><a href=\"[[doc_name]]\" onclick=\"eengine.hideThumb('thumb');eengine.writePage([[book]]);return false;\">View eBook</a></td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td colspan=\"3\"><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" border=\"0\"></td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td valign=\"top\" align=\"center\"><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></td>";
   g_ekitCoverItem += "\n<td><img src=\"images/c.gif\" width=\"5\" alt=\"\" border=\"0\"></td>";
   g_ekitCoverItem += "\n<td valign=\"top\"><a href=\"[[doc_name]]\" onclick=\"eengine.hideThumb('thumb');eengine.doClickThrough('[[doc-link]]',600,800,2);return false;\">Download PDF<br />";
   g_ekitCoverItem += "\n[[doc-size]]</a></td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n</table></td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n</table></td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n</table></td>";
   g_ekitCoverItem += "\n</tr>";
   g_ekitCoverItem += "\n</table></td>";
   g_ekitCoverItem += "\n<div id=\"[[doc_num]]_cover_thumb\" doc=[[doc_num]] style=\"visibility:hidden;position:absolute\">[[lowres]]</div>";



////////////////////////////////////////
// BEGIN RSS Widget support
//--------------------------------------
// RSS Widget RSS Feed URLs
var g_RSSWidget_rssFeeds = new Array();
g_RSSWidget_rssFeeds.push("http://rss.cnn.com/rss/money_latest.rss");
//--------------------------------------
// END RSS Widget Support
////////////////////////////////////////


