//-----------------------------------------------------------------------------
//
// 
// 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://www.envisionreports.com/UTL/2009/21JA09003M';
var cid              = '129';
var campid           = '4';
var engineid         = '531';

//-- This is the title of the engine
var g_engineTitle    = "Unitil Corporation Annual Meeting 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        = 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        = 180;

//-- 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   = 453;

//-- 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        = 972;
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/cpu_us_std';

//-- 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     = "66.2 MB";
var g_bigExeModem    = "258 min";
var g_bigExeDSL	     = "60 min";
var g_exeName        = "Unitil_Corporation_Annual_Meeting_Kit.exe";
var g_macName        = "unitil_corporation_annual_me.html";

//----------------------------------------------------------------------------------
//-- send to a friend parameters 
//----------------------------------------------------------------------------------
//-- These are for the embedded s2f
var fhtml            = 'http://www.envisionreports.com/UTL/2009/21JA09003M/eeprint.html';
var eType            = '0';
var introsubject     = 'I\'m forwarding you the Interactive Document';
var altsend          = 'http://www.envisionreports.com/UTL/2009/21JA09003M/send2friend.html';

//----------------------------------------------------------------------------------
//-- search parameters 
//----------------------------------------------------------------------------------
//-- Default search value
var g_defSearchVal   = '';

//-- 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|Unitil Corporation Annual Report|1|118|0|1|Until_AR_03-11-09_Preflighted.pdf|119|5.6MB",
"2|Unitil Corporation Notice of Annual Meeting|119|174|0|1|Unitil_Notice and Proxy_Mar2009.PDF_Preflighted.pdf|57|224KB",
"3|Unitil Corporation 8-K|175|180|0|1|Unitil_8K_03-31-09_Preflighted.pdf|1|73KB"
);

// 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|13|PART I",
"1|13|Item 1. Business",
"1|23|Item 1A. Risk Factors",
"1|27|Item 1B. Unresolved Staff Comments",
"1|28|Item 2. Properties",
"1|29|Item 3. Legal Proceedings",
"1|29|Item 4. Submission of Matters to a Vote of Security Holders",
"1|30|PART II",
"1|30|Item 5. Market for Registrants Common Equity, Related Shareholder Matters and Issuer Purchases of Equity Securities",
"1|33|Item 6. Selected Financial Data",
"1|34|Item 7. Managements Discussion and Analysis of Financial Condition and Results of Operations",
"1|56|Item 7A. Quantitative and Qualitative Disclosures about Market Risk",
"1|57|Item 8. Financial Statements and Supplementary Data",
"1|99|Item 9. Changes in and Disagreements with Accountants on Accounting and Financial Disclosure",
"1|99|Item 9A. Controls and Procedures",
"1|100|Item 9B. Other InformationNone",
"1|101|PART III",
"1|101|Item 10. Directors and Executive Officers of the Registrant",
"1|101|Item 11. Executive Compensation",
"1|101|Item 12. Security Ownership of Certain Beneficial Owners and Management and RelatedStockholder Matters",
"1|101|Item 13. Certain Relationships and Related Transactions",
"1|101|Item 14. Principal Accountant Fees and Services",
"1|102|PART IV",
"1|102|Item 15. Exhibits and Financial Statement Schedules",
"1|106|SIGNATURES",
"2|1|Unitil Corporation Notice of Annual Meeting",
"3||"
);


//----------------------------------------------------------------------------------
//-- "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",
"injectStyle",
"onDisplayS2F",
"onDisplaySearch",
"onDisplayS2D",
"onDisplayPrint",
"onDisplayHelp",
"onDisplayPage",
"onDislayCover",
"isAtDocStart",
"isAtDocEnd",
"isAtKitStart",
"isAtKitEnd",
"isLastDoc",
"zoomIn",
"zoomOut",
"goFirst",
"goPrevious",
"goNext",
"goLast",
"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 <br />";
   g_brandFooter += "\n <br />";


//-- 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 = "";

//-- 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 width=\"814\" 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><img src=\"images/c.gif\" alt=\"\" width=\"1\" height=\"10\"></td>";
   g_showSpread += "\n<td align=\"right\">";
   g_showSpread += "\n<a class=\"mobularFlashLabel\" href=\"Toggle page animation\" onClick=\"eengine.flashObj.toggleFlash();return false;\"><div id=\"mobularFlashLabel\" name=\"mobularFlashLabel\"></div></a>";
   g_showSpread += "\n</td>";
   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 valign=\"top\" align=\"center\" width=\"48\">";
   g_showSpread += "\n<a href=\"Download eBook\" title=\"Download eBook\" class=\"small2-plain-link\" 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 href=\"Redisplay Search Results\" title=\"Redisplay Search Results\" class='small2-plain-link' 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\" width=\"65%\" align=\"center\"><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<div class=\"container\"> [[PGS]] </div>";
   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<td width=\"15%\">&nbsp;</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 valign=\"top\" align=\"center\" width=\"48\">";
   g_detSpread += "\n<a href=\"Download eBook\" title=\"Download eBook\" class=\"small2-plain-link\" 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 href=\"Redisplay Search Results\" title=\"Redisplay Search Results\" class='small2-plain-link' 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').src.indexOf('_dis') == -1){goPrevious()}return false;\"><img src=\"images/previous2.gif\" onMouseOver=\"src='images/previous2_hot.gif'\" onMouseOut=\"src='images/previous2.gif'\" alt=\"Previous page\" name=\"previous1\" hspace=\"1\" border=\"0\" id=\"previous_detail\" /></a>";
   g_detSpread += "\n</td>";
   g_detSpread += "\n<td valign=\"top\" align=\"center\">";
   g_detSpread += "\n<table cellpadding=\"0\" border=\"0\" cellspacing=\"0\">";
   g_detSpread += "\n<tr>";
   g_detSpread += "\n<td>";
   g_detSpread += "\n<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 class=\"container\"> [[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>";
   g_detSpread += "\n</td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n</table>";
   g_detSpread += "\n</td>";
   g_detSpread += "\n<td valign=\"middle\" align=\"left\" width=\"25\">";
   g_detSpread += "\n<a href=\"Next page\" onClick=\"if(document.getElementById('next').src.indexOf('_dis') == -1){goNext()}return false;\"><img src=\"images/next2.gif\" onMouseOver=\"src='images/next2_hot.gif'\" onMouseOut=\"src='images/next2.gif'\" alt=\"Next page\" name=\"next1\" 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 /><br /></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\">";
   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 <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>";
   g_srchSpread += "\n </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 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=\"30\" height=\"1\" alt=\"\" /></td>";
   g_showHelp += "\n<td>";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<b>";
   g_showHelp += "\nBrowsing the Kit (PAGE):";
   g_showHelp += "\n</b>";
   g_showHelp += "\n</p>";
   g_showHelp += "\n<p>";
   g_showHelp += "\nBrowse through the eBook(s) in this Kit 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</p>";
   g_showHelp += "\n<br />";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<b>";
   g_showHelp += "\nSEARCH EBOOK(S):";
   g_showHelp += "\n</b>";
   g_showHelp += "\n</p>";
   g_showHelp += "\n<p>";
   g_showHelp += "\nTo search the eBooks 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. 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</p>";
   g_showHelp += "\n<br />";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<b>";
   g_showHelp += "\nVIEW MODE:";
   g_showHelp += "\n</b>";
   g_showHelp += "\n</p>";
   g_showHelp += "\n<p>";
   g_showHelp += "\nThe split page view/single page view toggle buttons allow a user to select between viewing an eBook in single page view or split page view.</p>";
   g_showHelp += "\n<br />";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<b>";
   g_showHelp += "\nZOOM:";
   g_showHelp += "\n</b>";
   g_showHelp += "\n</p>";
   g_showHelp += "\n<p>";
   g_showHelp += "\nAllows a user to zoom in or out on an eBook page while in single page view.";
   g_showHelp += "\n</p>";
   g_showHelp += "\n<br />";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<b>";
   g_showHelp += "\nPAGE ANIMATION:";
   g_showHelp += "\n</b>";
   g_showHelp += "\n</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.";
   g_showHelp += "\n</p>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n<td><img src=\"images/c.gif\" width=\"30\" 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 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\" title=\"Return to the Kit\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\"><img alt=\"Return to the Kit\" src=\"images/return.gif\" border=\"0\"></a>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n</table>";
   g_showHelp += "\n</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 --><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showForward += "\n<tr valign=\"top\">";
   g_showForward += "\n<td><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_showForward += "\n<td valign=\"top\">";
   g_showForward += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showForward += "\n<tr valign=\"top\">";
   g_showForward += "\n<td><span class=\"page-title\">E-mail the Kit</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<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td><img src=\"images/c.gif\" width=\"40\" height=\"1\" alt=\"\" /></td>";
   g_showForward += "\n<td>";
   g_showForward += "\n<form action=\"http://s2f.mobular.net/s2f/s2f_remote_embed.jsp\" 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 width=\"20\"><img src=\"images/c.gif\" width=\"20\" height=\"1\"></td>";
   g_showForward += "\n<td width=\"256\" 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 width=\"25\" valign=\"top\"><img src=\"images/c.gif\" width=\"20\" height=\"1\"></td>";
   g_showForward += "\n<td valign=\"top\"> Send your friend this Kit. Simply complete the fields on the left, then click Submit. Your friend will receive an e-mail complete with the Kit, 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=\"30\" alt=\"\" /></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td colspan=\"4\" align=\"center\">";
   g_showForward += "\n<table 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\"></td>";
   g_showForward += "\n<td><img src=\"images/c.gif\" width=\"50\" height=\"1\"> </td>";
   g_showForward += "\n<td align=\"left\"><a href=\"index.html\" title=\"Return to the Kit\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\"><img alt=\"Return to the Kit\" src=\"images/return.gif\" border=\"0\"></a> </td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table>";
   g_showForward += "\n</td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table>";
   g_showForward += "\n</form>";
   g_showForward += "\n</td>";
   g_showForward += "\n<td><img src=\"images/c.gif\" width=\"40\" height=\"1\" alt=\"\" /></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table>";
   g_showForward += "\n</td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table>";
   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 width=\"10\"><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_showSuccess += "\n<td valign=\"top\">";
   g_showSuccess += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td><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><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>";
   g_showSuccess += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td><img src=\"images/c.gif\" width=\"30\" height=\"1\" alt=\"\" /></td>";
   g_showSuccess += "\n<td>";
   g_showSuccess += "\n<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td width=\"645\" colspan=\"2\" align=\"center\"> You have successfully forwarded the Kit. You may now return to the Kit 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<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td valign=\"top\"><a href=\"index.html\" title=\"Send again\" 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\" title=\"Return to the Kit\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\"><img alt=\"Return to the Kit\" src=\"images/return.gif\" border=\"0\"></a></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table>";
   g_showSuccess += "\n</td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table>";
   g_showSuccess += "\n</td>";
   g_showSuccess += "\n<td><img src=\"images/c.gif\" width=\"30\" height=\"1\" alt=\"\" /></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table>";
   g_showSuccess += "\n</td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table>";
   g_showSuccess += "\n</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 border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
   g_prtContent += "\n<tr valign=\"top\">";
   g_prtContent += "\n<td><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_prtContent += "\n<td valign=\"top\">";
   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<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td width=\"30\"><img src=\"images/c.gif\" width=\"30\" height=\"1\" alt=\"\" /></td>";
   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 border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td rowspan=\"5\"><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<td rowspan=\"5\"><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;</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 /></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\">";
   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;</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></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\" height=\"5\">";
   g_prtContent += "\n<td colspan=\"3\" align=\"center\" nowrap=\"nowrap\">";
   g_prtContent += "\n<a href=\"index.html\" title=\"Print\" 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\" title=\"Return to the Kit\" onclick=\"eengine.writePage(-90009);dijit.byId('{dialogID}').hide();return false;\"><img alt=\"Return to the Kit\" src=\"images/return.gif\" border=\"0\"></a></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n</table>";
   g_prtContent += "\n</form></td>";
   g_prtContent += "\n<td width=\"32\" ><img src=\"images/c.gif\" width=\"30\" height=\"1\" alt=\"\" /></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n</table></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n</table></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 --><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2D += "\n<tr valign=\"top\">";
   g_showS2D += "\n<td><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 cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2D += "\n<tr valign=\"top\">";
   g_showS2D += "\n<td><span class=\"page-title\">Save to Desktop</span></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr><td ><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td></tr>";
   g_showS2D += "\n<tr valign=\"top\">";
   g_showS2D += "\n<td>";
   g_showS2D += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td><img src=\"images/c.gif\" width=\"30\" height=\"1\" alt=\"\" /></td>";
   g_showS2D += "\n<td>";
   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 the eBook to download:";
   g_showS2D += "\n<br />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td width=\"24\" 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\"><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\" title=\"Download now\" target=\"showFrame\" onclick=\"eengine.gotoS2D(document.s2dForm, event);dijit.byId('{dialogID}').hide();return false;\">";
   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\" title=\"Return to the Kit\" target=\"showFrame\" onclick=\"eengine.writePage(-90009); dijit.byId('{dialogID}').hide(); return false;\">";
   g_showS2D += "\n<img src=\"images/return.gif\" border=\"0\" alt=\"Return to the Kit\"></a>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td><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</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 --><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2DMAC += "\n<tr valign=\"top\">";
   g_showS2DMAC += "\n<td><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_showS2DMAC += "\n<td valign=\"top\">";
   g_showS2DMAC += "\n<form name=\"s2dForm\" target=\"showFrame\">";
   g_showS2DMAC += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2DMAC += "\n<tr valign=\"top\">";
   g_showS2DMAC += "\n<td><span class=\"page-title\">Save to Desktop</span></td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr><td ><img src=\"images/c.gif\" width=\"1\" height=\"20\" alt=\"\" /></td></tr>";
   g_showS2DMAC += "\n<tr valign=\"top\">";
   g_showS2DMAC += "\n<td>";
   g_showS2DMAC += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td><img src=\"images/c.gif\" width=\"30\" height=\"1\" alt=\"\" /></td>";
   g_showS2DMAC += "\n<td>";
   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 the eBook to download:";
   g_showS2DMAC += "\n<br />";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td width=\"24\" valign=\"top\">";
   g_showS2DMAC += "\n<img src=\"images/c.gif\" width=\"5\" height=\"9\" border=\"0\"><br />";
   g_showS2DMAC += "\n<input type=\"radio\" name=\"s2d_option\" value=\"3\">&nbsp;";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n<td valign=\"bottom\">";
   g_showS2DMAC += "\n<img src=\"images/c.gif\" width=\"5\" height=\"9\" border=\"0\"><br />";
   g_showS2DMAC += "\n[[doclist noRange onFocus='try { document.s2dForm.s2d_option[document.s2dForm.s2d_option.length-1].checked = true;} catch (e) {}' ]]";
   g_showS2DMAC += "\n<br /><br />";
   g_showS2DMAC += "\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_showS2DMAC += "\n<br /><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&reg; Reader&reg;</a>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr><td colspan=\"4\"><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td></tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td colspan=\"4\" align=\"center\" valign=\"bottom\"><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td align=\"center\" valign=\"middle\">";
   g_showS2DMAC += "\n<a href=\"index.html\" name=\"getexe\" title=\"Download now\" target=\"showFrame\" onclick=\"eengine.gotoS2D(document.s2dForm, event);dijit.byId('{dialogID}').hide();return false;\">";
   g_showS2DMAC += "\n<img src=\"images/download_now.gif\" border=\"0\" alt=\"Download now\"></a>&nbsp;";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n<td valign=\"top\" width=\"50\"><img src=\"images/c.gif\" width=\"50\" height=\"1\"></td>";
   g_showS2DMAC += "\n<td align=\"center\" valign=\"middle\">&nbsp;";
   g_showS2DMAC += "\n<a href=\"index.html\" title=\"Return to the Kit\" target=\"showFrame\" onclick=\"eengine.writePage(-90009); dijit.byId('{dialogID}').hide(); return false;\">";
   g_showS2DMAC += "\n<img src=\"images/return.gif\" border=\"0\" alt=\"Return to the Kit\"></a>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n</table>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n</table>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n<td><img src=\"images/c.gif\" width=\"30\" height=\"1\" alt=\"\" /></td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n</table>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n</table>";
   g_showS2DMAC += "\n</form>";
   g_showS2DMAC += "\n</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<!---------------------- Begin Segment 4 -- DO NOT MODIFY ---------------------------->";
   g_ekitCover += "\n<table class=\"cover-content\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"794\">";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td class=\"nav-headings cover-item\"> VIEW OR DOWNLOAD KIT DOCUMENTS <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\" width=\"100%\" />";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n</table>";
   g_ekitCover += "\n<!------------------------------- End Segment 4 -------------------------------------->";
   g_ekitCover += "\n<!----------------------- DO NOT MODIFY ABOVE THIS LINE ------------------------------>";
   g_ekitCover += "\n<!------------------------------ Begin Segment 5 ------------------------------------->";
   g_ekitCover += "\n<div id=\"cover_voting_segment\" style=\"visibility:hidden\">";
   g_ekitCover += "\n<table class=\"cover-content\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"794\">";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td class=\"nav-headings cover-item\"></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<tr>";
   g_ekitCover += "\n<td valign=\"top\"><a href=\"Vote now!\" onclick=\"if(eengine.total_load){fireLink('voting_link');}return false;\"><img src=\"images/cs_vote.gif\" alt=\"Casting your vote online\" height=\"53\" width=\"67\" border=\"0\" /></a></td>";
   g_ekitCover += "\n<td valign=\"top\"></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\" width=\"100%\" />";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n</table>";
   g_ekitCover += "\n</div>";
   g_ekitCover += "\n<!------------------------------- End Segment 5 -------------------------------------->";
   g_ekitCover += "\n<!------------------------------ Begin Segment 6 ------------------------------------->";
   g_ekitCover += "\n<div id=\"cover_notice_segment\" style=\"visibility:hidden\">";
   g_ekitCover += "\n<table class=\"cover-content\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"794\">";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td class=\"nav-headings cover-item\">ANNUAL MEETING INFORMATION</td>";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td class=\"cover-item\">The 2009 Annual Meeting of Shareholders of Unitil Corporation will be held at Unitil Corporation Corporate Headquarters, 6 Liberty Lane West, Hampton, NH, 03842 on Thursday, April 16, 2009.<br />";
   g_ekitCover += "\n<br />";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n<tr height=\"1\">";
   g_ekitCover += "\n<td class=\"general-background\" width=\"100%\" />";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n</table>";
   g_ekitCover += "\n</div>";
   g_ekitCover += "\n<!------------------------------- End Segment 6 -------------------------------------->";
   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=\"bottom\" 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%\"><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\">";
   g_ekitCoverItem += "\n<table id=\"cover-item2\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td class=\"nav-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>";
   g_ekitCoverItem += "\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_ekitCoverItem += "\n<tr>";
   g_ekitCoverItem += "\n<td>";
   g_ekitCoverItem += "\n<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>";
   g_ekitCoverItem += "\n</td>";
   g_ekitCoverItem += "\n<td><img src=\"images/c.gif\" width=\"10\" alt=\"\" border=\"0\"></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\"><a href=\"[[doc_name]]\" onclick=\"eengine.hideThumb('thumb');eengine.writePage([[book]]);return false;\"><img src=\"images/cs_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 />[[doc-size]]</a></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</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();
// NO RSS WIDGET SUPPORT REQUESTED
//--------------------------------------
// END RSS Widget Support
////////////////////////////////////////


