//-----------------------------------------------------------------------------
//
// 
// Copyright (c) 2000-2007, 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.ibm.com/marketing/edocument/swg/oracle_cr_doc/document';
var cid              = '98';
var campid           = '722';
var engineid         = '726';

//-- This is the title of the engine
var g_engineTitle    = "WebSphere - Oracle Case Studies";

// -- This is the message to display when the engine is still loading
var loadWarn = "Please wait while the IBM eCatalog 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        = 154;

//-- 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   = 454;

//-- 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/ibm_edoc';

//-- 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     = "32.0 MB";
var g_bigExeModem    = "125 min";
var g_bigExeDSL	     = "29 min";
var g_exeName        = "ORACLE_CR_DOC.exe";
var g_macName        = "oracle_cr_doc.html";

//----------------------------------------------------------------------------------
//-- send to a friend parameters 
//----------------------------------------------------------------------------------
//-- These are for the embedded s2f
var fhtml            = 'http://www.ibm.com/marketing/edocument/swg/oracle_cr_doc/document/eeprint.html';
var eType            = '0';
var introsubject     = '';
var altsend          = '';

//----------------------------------------------------------------------------------
//-- 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       = "";

//-- nav link color
var g_navLinkColor   = "";
//----------------------------------------------------------------------------------
//-- 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    = 640;
var g_iframeHeight   = 480;

//----------------------------------------------------------------------------------
//-- movie parameters 
//----------------------------------------------------------------------------------

//-- Movie parameters
var g_mov_width      = "";
var g_mov_height     = "";

//----------------------------------------------------------------------------------
//-- 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|WebSphere - Oracle Case Studies|1|154|0|1|WS_oracle_book.pdf|1|15.9MB"
);

 // 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();
//----------------------------------------------------------------------------------
//-- "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( 
"g_solution_type",
"g_orderonline_link",
"g_textchat_link",
"g_callmelater_link",
"g_callmenow_link",
"g_emailus_link",
"g_contact_rc_link",
"g_contact_footer_link",
"g_about_link",
"g_termsofuse_link",
"g_privacy_link",
"g_phone_number",
"g_feeds_link",
"g_contact_module_title",
"g_max_rc_count",
"g_max_rc_desc_length",
"g_rc_rotate",
"g_rc_offer_timing",
"g_rc_currently_rotating",
"g_master_rc_offers",
"g_active_rc_offers",
"g_current_rc_offer",
"g_rc_nav_offer_timing",
"g_rc_timeout_id",
"g_rc_nav_timeout_id",
"g_rc_pages_mapping",
"g_rc_action_description",
"g_any_contact_module_links",
"g_db",
"g_current_page_absolute",
"g_current_document_name",
"g_current_document_number",
"g_current_document_start_page",
"g_current_document_end_page",
"g_current_document_page",
"g_current_document_page_title",
"g_current_document_page_count",
"g_current_document_pdf_filesize",
"g_current_section_name",
"g_current_section_start_page",
"g_last_page_absolute",
"g_customCover",
"g_twoPageSpreadDisplayed",
"g_printOption",
"g_print_limit",
"g_show2pgDefault",
"g_bread",
"g_bread_actions",
"g_saCurrentQueryString",
"g_alertSurfAid",
"g_lastAction",
"g_walkingActionStack",
"g_Actions",
"g_lastKeywordResults",
"g_lastKeywords",
"I2U_writePage2",
"I2U_writeNextPage",
"I2U_writePrevPage",
"I2U_writePageKeyin",
"I2U_writeFirstPageCurrentDocument",
"I2U_writeLastPageCurrentDocument",
"I2U_gotoDocumentByNumber",
"I2U_togglepageFlipOnOff",
"I2U_getDocumentParameter",
"I2U_buildPageBreadcrumbs",
"I2U_setCurrentLocationInfo",
"I2U_showShow2",
"I2U_loadCoverInsert",
"I2U_loadCustomCover",
"I2U_loadStandardDocumentCover",
"I2U_loadStandardKitCover",
"I2U_search2 ",
"I2U_showS2D2",
"I2U_doClickThrough2",
"I2U_executeClickThrough",
"I2U_searchIBM",
"I2U_showForward2",
"I2U_showForward2a",
"I2U_showSuccess2",
"I2U_doStandardClickThrough",
"I2U_setContactModuleLinks",
"I2U_setFooterLinks",
"I2U_showHelp2",
"I2U_showPrint2",
"I2U_runPrt2",
"I2U_validPageRange",
"I2U_returnToCurrentPage",
"I2U_printOption",
"I2U_printRange",
"I2U_loadRangePDF",
"I2U_printContent2",
"I2U_goPrevDocument",
"I2U_goNextDocument",
"I2U_addSurfAid",
"mod",
"copyArray",
"encodeURL ",
"trim",
"addDays",
"capFirstLetter",
"I2U_cleanDatabase",
"I2U_loadImageMaps",
"cleanTOC",
"I2U_showThumb2",
"I2U_hideThumb2",
"MM_findObj",
"I2U_toggleLayout",
"I2U_manageLabels",
"I2U_manageSpecialTags",
"I2U_makeRC",
"I2U_rebuildRCOffersArray",
"I2U_updateRC",
"possibleRCOffer",
"I2U_rcNavShow",
"I2U_rcNavHide",
"I2U_rcNavClick",
"NextRandomNumber",
"RandomNumberGenerator",
"random",
"I2U_cleanContent",
"I2U_loadRCOffers",
"sleep",
"I2U_pullFeed",
"I2U_checkState",
"I2U_processXML",
"I2U_walkBreadcrumb",
"I2U_searchBreadcrumb",
"I2U_makeBreadcrumb",
"I2U_assembleBread",
"I2U_checkForDupeBread",
"I2U_addAction ",
"I2U_goBack",
"I2U_goForward",
"I2U_executeAction",
"I2U_showActionStack",
"g_custom_cover_page",
"g_requestaquote_link",
"g_printdetail",
"g_global_rc",
"g_rc",
"g_actionStackNone",
"g_actionStackBottom",
"g_actionStackTop",
"g_actionStackMid",
"g_kitCoverMatch",
"g_kitCoverSpread"
);
//----------------------------------------------------------------------------------
//-- 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=\"974\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_brandFooter += "\n <tr> ";
   g_brandFooter += "\n <td> ";
   g_brandFooter += "\n <ul>";
   g_brandFooter += "\n <!-- g_about_link";
   g_brandFooter += "\n <li class=\"ibm-first\"><a href=\"http://www.ibm.com/ibm/us/en/\" onclick=\"if(total_load==1){eengine.doStandardClickThrough('About','Footer');} else { alert(loadWarn); } eengine.setTimer(); return false;\">About IBM</a></li>";
   g_brandFooter += "\n -->";
   g_brandFooter += "\n <!-- g_privacy_link   ";
   g_brandFooter += "\n <li><a href=\"http://www.ibm.com/privacy/us/en/\" onclick=\"if(total_load==1){eengine.doStandardClickThrough('Privacy','Footer');} else { alert(loadWarn); } eengine.setTimer(); return false;\">Privacy</a></li>";
   g_brandFooter += "\n -->";
   g_brandFooter += "\n <!-- g_contact_footer_link   ";
   g_brandFooter += "\n <li><a href=\"http://www.ibm.com/contact/us/en/\" onclick=\"if(total_load==1){eengine.doStandardClickThrough('Contact','Footer');} else { alert(loadWarn); } eengine.setTimer(); return false;\">Contact</a></li>";
   g_brandFooter += "\n -->";
   g_brandFooter += "\n <!-- g_termsofuse_link   ";
   g_brandFooter += "\n <li><a href=\"http://www.ibm.com/legal/us/en/\" onclick=\"if(total_load==1){eengine.doStandardClickThrough('TermsOfUse','Footer');} else { alert(loadWarn); } eengine.setTimer(); return false;\">Terms of use</a></li>";
   g_brandFooter += "\n -->";
   g_brandFooter += "\n <!-- g_feeds_link   ";
   g_brandFooter += "\n <li><a href=\"http://www.ibm.com/ibm/syndication\" onclick=\"if(total_load==1){eengine.doStandardClickThrough('Feeds','Footer');} else { alert(loadWarn); } eengine.setTimer(); return false;\">IBM Feeds</a></li>";
   g_brandFooter += "\n -->";
   g_brandFooter += "\n </ul>";
   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 += "\n<!--	Begin content -->";
   g_showShow += "\n<table width=\"814\" height=\"500\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showShow += "\n<tr valign=\"middle\">";
   g_showShow += "\n<td align=\"center\" valign=\"middle\">";
   g_showShow += "\n<h2>WebSphere - Oracle Case Studies</h2>";
   g_showShow += "\n<br />";
   g_showShow += "\nis loading.  Please be patient.";
   g_showShow += "\n<br />";
   g_showShow += "\n<br />";
   g_showShow += "\n<br />";
   g_showShow += "\n<img src=\"images/loading.gif\" alt=\"\" />";
   g_showShow += "\n</td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n<tr>";
   g_showShow += "\n<td><img src=\"images/c.gif\" alt=\"\" width=\"1\" height=\"10\" border=\"0\" /></td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n</table>";
   g_showShow += "\n<!--	End content -->";


//-- this is the content template for 2 page spreads
//-- [[NAVBAR]] - tells the engine where in this template a navigation bar should appear.
//-- [[PGS]]    - tells the engine to add the navigation link color 
var g_showSpread = "";
   g_showSpread += "\n<body>";
   g_showSpread += "\n<!--	Begin page navigation links -->";
   g_showSpread += "\n<table width=\"814\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
   g_showSpread += "\n<tr>";
   g_showSpread += "\n<td colspan=\"7\"><img src=\"images/c.gif\" alt=\"\" width=\"1\" height=\"4\" border=\"0\" /></td>";
   g_showSpread += "\n</tr>";
   g_showSpread += "\n<tr>";
   g_showSpread += "\n<td width=\"25\"><img src=\"images/c.gif\" alt=\"\" width=\"10\" height=\"1\" border=\"0\" /></td>";
   g_showSpread += "\n<td width=\"110\" valign=\"top\" align=\"left\"><a href=\"index.html\" target=\"newWin\" onclick=\"eengine.writePage(-65536); return false;\"><img src=\"images/prev.gif\" alt=\"Previous page\" width=\"64\" height=\"22\" border=\"0\" /></a></td>";
   g_showSpread += "\n<td width=\"262\" align=\"center\"><a class=\"small-gray-link\" href=\"Switch layout\" onclick=\"eengine.switchLayout();return false;\"><div id=\"mobularLayoutLabel\" name=\"mobularLayoutLabel\"></div></a></td>";
   g_showSpread += "\n<td width=\"20\"><img src=\"images/c.gif\" alt=\"\" width=\"20\"></td>";
   g_showSpread += "\n<td width=\"262\" align=\"center\"><a class=\"small-gray-link\" href=\"Toggle page animation\" onclick=\"eengine.flashObj.toggleFlash();return false;\"><div id=\"mobularFlashLabel\" name=\"mobularFlashLabel\"></div></a></td>";
   g_showSpread += "\n<td width=\"110\" valign=\"top\" align=\"right\"><a href=\"index.html\" target=\"newWin\" onclick=\"eengine.writePage(65536); return false;\"><img src=\"images/next.gif\" alt=\"Next page\" width=\"64\" height=\"22\" border=\"0\" /></a></td>";
   g_showSpread += "\n<td width=\"25\"><img src=\"images/c.gif\" alt=\"\" width=\"10\" height=\"1\" border=\"0\" /></td>";
   g_showSpread += "\n</tr>";
   g_showSpread += "\n</table>";
   g_showSpread += "\n<!--	End page navigation links -->";
   g_showSpread += "\n<br />";
   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 width=\"25%\">&nbsp;</td>";
   g_showSpread += "\n<td valign=\"top\" width=\"50%\" 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<div class=\"container\">";
   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</div>	";
   g_showSpread += "\n</td>";
   g_showSpread += "\n<td width=\"25%\">&nbsp;</td>";
   g_showSpread += "\n</tr>";
   g_showSpread += "\n</table>";
   g_showSpread += "\n<!--	End content -->";
   g_showSpread += "\n<br />";
   g_showSpread += "\n<!--	Begin page navigation links -->";
   g_showSpread += "\n<table width=\"814\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
   g_showSpread += "\n<tr>";
   g_showSpread += "\n<td align=\"center\" valign=\"middle\"><span class=\"small-gray\">Click page to see full size / single page view</span></td>";
   g_showSpread += "\n</tr>";
   g_showSpread += "\n</table>";
   g_showSpread += "\n<!--	End page navigation links -->";
   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 page navigation links -->";
   g_detSpread += "\n<table width=\"814\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
   g_detSpread += "\n<tr>";
   g_detSpread += "\n<td colspan=\"7\"><img src=\"images/c.gif\" alt=\"\" width=\"1\" height=\"4\" border=\"0\" /></td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n<tr>";
   g_detSpread += "\n<td width=\"25\"><img src=\"images/c.gif\" alt=\"\" width=\"10\" height=\"1\" border=\"0\" /></td>";
   g_detSpread += "\n<td width=\"110\" valign=\"top\" align=\"left\"><a href=\"index.html\" target=\"newWin\" onclick=\"eengine.writePage(-65536); return false;\"><img src=\"images/prev.gif\" alt=\"Previous page\" width=\"64\" height=\"22\" border=\"0\" /></a></td>";
   g_detSpread += "\n<td width=\"262\" align=\"center\"><a class=\"small-gray-link\" href=\"Switch layout\" onclick=\"eengine.switchLayout(); return false;\"><div id=\"mobularLayoutLabel\" name=\"mobularLayoutLabel\"></div></a></td>";
   g_detSpread += "\n<td width=\"20\"><img src=\"images/c.gif\" alt=\"\" width=\"20\"></td>";
   g_detSpread += "\n<td width=\"262\" align=\"center\"><a class=\"small-gray-link\" href=\"Zoom\" onClick=\"eengine.getZoom(eengine.zoomLvl);return false;\"><div id=\"mobularZoomLabel\" name=\"mobularZoomLabel\"></div></a></td>";
   g_detSpread += "\n<td width=\"110\" valign=\"top\" align=\"right\"><a href=\"index.html\" target=\"newWin\" onclick=\"eengine.writePage(65536); return false;\"><img src=\"images/next.gif\" alt=\"Next page\" width=\"64\" height=\"22\" border=\"0\" /></a></td>";
   g_detSpread += "\n<td width=\"25\"><img src=\"images/c.gif\" alt=\"\" width=\"10\" height=\"1\" border=\"0\" /></td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n</table>";
   g_detSpread += "\n<!--	End page navigation links -->";
   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 valign=\"top\" align=\"center\" colspan=\"3\">";
   g_detSpread += "\n<br />";
   g_detSpread += "\n<table cellpadding=\"0\" border=\"0\" cellspacing=\"0\">";
   g_detSpread += "\n<tr><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\">";
   g_detSpread += "\n[[PGS]]";
   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</div>			";
   g_detSpread += "\n</td></tr>";
   g_detSpread += "\n</table>";
   g_detSpread += "\n<br />";
   g_detSpread += "\n</td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n</table>";
   g_detSpread += "\n<!--	End content -->";
   g_detSpread += "\n<!--	Begin page navigation links -->";
   g_detSpread += "\n<table width=\"814\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
   g_detSpread += "\n<tr>";
   g_detSpread += "\n<td colspan=\"5\"><img src=\"images/c.gif\" alt=\"\" width=\"1\" height=\"4\" border=\"0\" /></td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n<tr>";
   g_detSpread += "\n<td width=\"25\"><img src=\"images/c.gif\" alt=\"\" width=\"10\" height=\"1\" border=\"0\" /></td>";
   g_detSpread += "\n<td width=\"110\" valign=\"top\" align=\"left\"><a href=\"index.html\" target=\"newWin\" onclick=\"eengine.writePage(-65536); return false;\"><img src=\"images/prev.gif\" alt=\"Previous page\" width=\"64\" height=\"22\" border=\"0\" /></a></td>";
   g_detSpread += "\n<td width=\"544\" valign=\"top\" align=\"center\">";
   g_detSpread += "\n</td>";
   g_detSpread += "\n<td width=\"110\" valign=\"top\" align=\"right\"><a href=\"index.html\" target=\"newWin\" onclick=\"eengine.writePage(65536); return false;\"><img src=\"images/next.gif\" alt=\"Next page\" width=\"64\" height=\"22\" border=\"0\" /></a></td>";
   g_detSpread += "\n<td width=\"25\"><img src=\"images/c.gif\" alt=\"\" width=\"10\" height=\"1\" border=\"0\" /></td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n</table>";
   g_detSpread += "\n<!--	End page navigation links -->";
   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><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\">";
   g_srchSpread += "\n <a href=\"index.html\" target=\"showFrame\" onclick=\"if(eengine.kitData.current.layout==1){eengine.switchLayout()}eengine.writePage([[book]]); return false;\" class=\"masthead-mainlink\">[[col0]]<br /><br /></a>";
   g_srchSpread += "\n </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\">";
   g_srchSpread += "\n [[excerpt=col1]]";
   g_srchSpread += "\n </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\"><tr><td>";
   g_srchSpread += "\n <a href=\"index.html\" target=\"showFrame\" onclick=\"if(eengine.kitData.current.layout==1){eengine.switchLayout()}eengine.writePage([[book]]); return false;\">[[thumb=col3]]</a>";
   g_srchSpread += "\n </td></tr></table>";
   g_srchSpread += "\n <br /><br />";
   g_srchSpread += "\n </td>";
   g_srchSpread += "\n </tr>";
   g_srchSpread += "\n <tr><td width=\"795\" colspan=\"5\" class=\"lgray\" height=\"1\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>";
   g_srchSpread += "\n <tr><td colspan=\"5\"><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_srchSpread += "\n </table>";
   g_srchSpread += "\n </td></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=\"big-hl1b\">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=\"12\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr valign=\"top\">";
   g_showMatch += "\n<td width=\"795\">";
   g_showMatch += "\n<table width=\"795\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" units=\"pixels\">";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"795\" height=\"15\" valign=\"bottom\" align=\"left\"><form name=\"search\" method=\"get\" action=\"\" onsubmit=\"eengine.searchIBM(this);return false;\">";
   g_showMatch += "\n<label for=\"en\"></label><input type=\"hidden\" name=\"en\" value=\"utf\" />";
   g_showMatch += "\n<label for=\"v\"></label><input type=\"hidden\" name=\"v\" value=\"11\" />";
   g_showMatch += "\n<label for=\"lang\"></label><input type=\"hidden\" name=\"lang\" value=\"en\" />";
   g_showMatch += "\n<label for=\"cc\"></label><input type=\"hidden\" name=\"cc\" value=\"us\" />";
   g_showMatch += "\n<span class=\"normal\">Extend your search to ibm.com:&nbsp;&nbsp;</span>";
   g_showMatch += "\n<label for=\"q\"></label><input class=\"input\" type=\"text\" id=\"searchforterm\" name=\"q\" size=\"35\" value=\"KEYWORDSUSED\" maxlength=\"100\" />";
   g_showMatch += "\n<img src=\"images/c.gif\" height=\"1\" width=\"5\" alt=\"\" />";
   g_showMatch += "\n<label for=\"searchforterm\"><input type=\"image\" border=\"0\" src=\"images/go.gif\" width=\"21\" height=\"21\" alt=\"Go\" /></label>";
   g_showMatch += "\n</form></td>";
   g_showMatch += "\n</tr>";
   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=\"4\" alt=\"\" /></td></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=\"tdblue\" 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=\"lgray\" 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=\"tdblue\" 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=\"lgray\" 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=\"big-hl1b\">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=\"12\" alt=\"\" /></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr valign=\"top\">";
   g_showNoMatch += "\n<td width=\"795\" >";
   g_showNoMatch += "\n<table width=\"795\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" units=\"pixels\">";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td width=\"795\" height=\"15\" valign=\"bottom\" align=\"left\"><form name=\"search\" method=\"get\" action=\"\" onsubmit=\"eengine.searchIBM(this);return false;\">";
   g_showNoMatch += "\n<label for=\"en\"></label><input type=\"hidden\" name=\"en\" value=\"utf\" />";
   g_showNoMatch += "\n<label for=\"v\"></label><input type=\"hidden\" name=\"v\" value=\"11\" />";
   g_showNoMatch += "\n<label for=\"lang\"></label><input type=\"hidden\" name=\"lang\" value=\"en\" />";
   g_showNoMatch += "\n<label for=\"cc\"></label><input type=\"hidden\" name=\"cc\" value=\"us\" />";
   g_showNoMatch += "\n<span class=\"normal\">Extend your search to ibm.com:&nbsp;&nbsp;</span>";
   g_showNoMatch += "\n<label for=\"q\"></label><input class=\"input\" type=\"text\" id=\"searchforterm\" name=\"q\" size=\"35\" value=\"KEYWORDSUSED\" maxlength=\"100\" />";
   g_showNoMatch += "\n<img src=\"images/c.gif\" height=\"1\" width=\"5\" alt=\"\" />";
   g_showNoMatch += "\n<label for=\"searchforterm\"><input type=\"image\" border=\"0\" src=\"images/go.gif\" width=\"21\" height=\"21\" alt=\"Go\" /></label>";
   g_showNoMatch += "\n</form></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n</table>";
   g_showNoMatch += "\n</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 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 or try again with our selection of pull-down menus. If you still haven't found what you're looking for, all IBM products, services, and documentation are available on ibm.com.";
   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=\"big-hl1b\">Help</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<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td width=\"100\" valign=\"top\">";
   g_showHelp += "\nNavigation:";
   g_showHelp += "\n</td>";
   g_showHelp += "\n<td>&nbsp;</td>";
   g_showHelp += "\n<td align=\"left\">";
   g_showHelp += "\nVarious page navigational tools are available when reading this e-document/kit.  In addition to the buttons in the top navigation bar, the";
   g_showHelp += "\ntop and bottom page corners in a two page view can be used to flip forward and back through the document (see below). To go to a single page,";
   g_showHelp += "\nfull page view within the document, click anywhere on the page where the page curl is not showing.";
   g_showHelp += "\n<br />";
   g_showHelp += "\n<br />";
   g_showHelp += "\n<img src=\"images/help1.gif\" width=\"589\" height=\"204\" alt=\"Help\">";
   g_showHelp += "\n</td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr><td><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_showHelp += "\n<tr valign=\"middle\"><td colspan=\"3\" class=\"dotted\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>";
   g_showHelp += "\n<tr><td><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td width=\"100\" valign=\"top\">";
   g_showHelp += "\nSearch:";
   g_showHelp += "\n</td>";
   g_showHelp += "\n<td>&nbsp;</td>";
   g_showHelp += "\n<td align=\"left\">";
   g_showHelp += "\nTo search this e-document/kit by keyword, simply enter one or more terms into the text box, and click the Search button or use the [Return] key on your keyboard.";
   g_showHelp += "\n<br />";
   g_showHelp += "\n<br />";
   g_showHelp += "\nBy default, searches will match any of the keywords you enter. To restrict the search to the phrase rather than the individual words, you may double quote the string in the search box.  For example, searching for <b>system i5</b> will return more results than searching for the phrase <b>\"system i5\"</b>.";
   g_showHelp += "\n<br />";
   g_showHelp += "\n<br />";
   g_showHelp += "\nIf your search returns more than 10 pages, 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</td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr><td><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_showHelp += "\n<tr valign=\"middle\"><td colspan=\"3\" class=\"dotted\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td></tr>";
   g_showHelp += "\n<tr><td><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td></tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td width=\"100\" valign=\"top\">";
   g_showHelp += "\nResolution:";
   g_showHelp += "\n</td>";
   g_showHelp += "\n<td>&nbsp;</td>";
   g_showHelp += "\n<td align=\"left\">";
   g_showHelp += "\nThe display of this e-document/kit is optimized for 1024x768 screen resolution.";
   g_showHelp += "\n</td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n</table>";
   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</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 = "";

//-- this is the page content for the send to a friend success page
var g_showForward = "";
   g_showForward += "\nhttp://www.ibm.com/vrm/tela/stpReg/eDoc_USEN";


//-- this is the page content for the send to a friend success page
var g_showSuccess = "";

//-- 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=\"big-hl1b\">Print</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.runPrt2(); return false;\">";
   g_prtContent += "\n<table width=\"695\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_prtContent += "\n<!-- Begin eDocument cut - DO NOT modify/remove this line -->";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td colspan=\"3\" width=\"695\" valign=\"top\">";
   g_prtContent += "\n<table width=\"695\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td align=\"left\" width=\"125\">";
   g_prtContent += "\nCurrent document :";
   g_prtContent += "\n</td>";
   g_prtContent += "\n<td align=\"left\">";
   g_prtContent += "\n<b>[[CURRENT_DOCUMENT]]</b>";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td align=\"left\" width=\"125\">";
   g_prtContent += "\n&nbsp;";
   g_prtContent += "\n</td>";
   g_prtContent += "\n<td align=\"left\">";
   g_prtContent += "\n<span class=\"bct\">&lt;&nbsp;</span><a href=\"index.html\" class=\"bctl\" onclick=\"eengine.goPrevDocument();return false;\">Previous</a><span class=\"bct\">&nbsp;|&nbsp;</span><a href=\"index.html\" class=\"bctl\" onclick=\"eengine.goNextDocument();return false;\">Next</a><span class=\"bct\">&nbsp;&gt;</span>";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n</table>";
   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<!-- End eDocument cut - DO NOT modify/remove this line -->";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td colspan=\"3\" width=\"695\" valign=\"top\">";
   g_prtContent += "\nFor the current document, print the current page, page range, or the entire document:";
   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=\"10\" alt=\"\" /></td></tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\">";
   g_prtContent += "\n<label for=\"rad_prt\"></label><input type=\"radio\" checked id=\"rad_prt\" name=\"rad_prt\" value=\"0\" onclick=\"eengine.printOption(0);\" />&nbsp;";
   g_prtContent += "\n</td>";
   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 += "\nCurrent page ([[CURRENT_PAGE_TITLE]])<img src=\"images/c.gif\" width=\"1\" height=\"15\" alt=\"\" />";
   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=\"10\" alt=\"\" /></td></tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\">";
   g_prtContent += "\n<label for=\"rad_prt3\"></label><input type=\"radio\" id=\"rad_prt3\" name=\"rad_prt\" value=\"3\" onclick=\"eengine.printOption(3);\" />&nbsp;";
   g_prtContent += "\n</td>";
   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 += "\nPage(s):";
   g_prtContent += "\n<label for=\"page_range\"></label><input id=\"page_range\" label=\"page_range\" class=\"input\" type=\"text\" value=\"\" name=\"page_range\" size=\"15\" class=\"page_range\" onkeypress=\"document.getElementById('rad_prt3').click();\" />";
   g_prtContent += "\n&nbsp;&nbsp;(e.g. 2 or 5-8)<img src=\"images/c.gif\" width=\"1\" height=\"15\" alt=\"\" />";
   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=\"10\" alt=\"\" /></td></tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\">";
   g_prtContent += "\n<label for=\"rad_prt2\"></label><input type=\"radio\" id=\"rad_prt2\" name=\"rad_prt\" value=\"2\" onclick=\"eengine.printOption(2);\" />&nbsp;";
   g_prtContent += "\n</td>";
   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 += "\nEntire document ([[CURRENT_DOCUMENT_PAGE_COUNT]] pages)<img src=\"images/c.gif\" width=\"1\" height=\"15\" alt=\"\" />";
   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>";
   g_prtContent += "\n<td colspan=\"3\" width=\"695\" valign=\"top\">";
   g_prtContent += "\nPrint quality:";
   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=\"10\" alt=\"\" /></td></tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\">";
   g_prtContent += "\n<label for=\"prt_quality\"></label><input type=\"radio\" checked id=\"prt_quality1\" name=\"prt_quality\" value=\"0\" onclick=\"eengine.pdfPrint=0;\" />&nbsp;";
   g_prtContent += "\n</td>";
   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 += "\nLow resolution<img src=\"images/c.gif\" width=\"1\" height=\"15\" alt=\"\" />";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\">";
   g_prtContent += "\n&nbsp;";
   g_prtContent += "\n</td>";
   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 += "\nPrint output is sent directly to the printer.&nbsp;&nbsp;Note: There is a ten (10) page limit per print job for low resolution output.";
   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=\"10\" alt=\"\" /></td></tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\">";
   g_prtContent += "\n<label for=\"prt_quality2\"></label><input type=\"radio\" id=\"prt_quality2\" name=\"prt_quality\" value=\"0\" onclick=\"eengine.pdfPrint=1;\" />&nbsp;";
   g_prtContent += "\n</td>";
   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 += "\nHigh resolution";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\">";
   g_prtContent += "\n&nbsp;";
   g_prtContent += "\n</td>";
   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 += "\nThis option leverages the Adobe PDF file for printing ([[CURRENT_DOCUMENT_PDF_FILESIZE]]).  Selecting this option simply readies the document for printing on your machine; you will need to execute the print operation after the download of the document completes.  Please be patient.";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\">";
   g_prtContent += "\n&nbsp;";
   g_prtContent += "\n</td>";
   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<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(searchFrame.loadWarn)} return false;\">Get Adobe&reg; Reader&reg;</a><img src=\"images/c.gif\" width=\"1\" height=\"15\" alt=\"\" />";
   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.runPrt2();return false;\"><img alt=\"Print\" src=\"images/print.gif\" height=\"21\" width=\"58\"></a>";
   g_prtContent += "\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
   g_prtContent += "\n<a href=\"index.html\" onclick=\"eengine.returnToCurrentPage();return false;\"><img alt=\"Return to document\" src=\"images/return.gif\" height=\"21\" width=\"69\"></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\">Save to Desktop</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 your preference for your Interactive Document:";
   g_showS2D += "\n<br />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td rowspan=\"6\" width=\"20\"><img src=\"images/c.gif\" alt=\"\" width=\"20\" height=\"1\"></td>";
   g_showS2D += "\n<td colspan=\"2\"><br />";
   g_showS2D += "\n<b>Shortcut to Document</b>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td rowspan=\"6\" width=\"20\"><img src=\"images/c.gif\" alt=\"\" width=\"20\" height=\"1\"></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td valign=\"top\">";
   g_showS2D += "\n<img src=\"images/c.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br />";
   g_showS2D += "\n<label for=\"s2d_option\"></label><input type=\"radio\" checked name=\"s2d_option\" id=\"s2d_option\" value=\"exe/persistent/EXENAME\">&nbsp;";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td>";
   g_showS2D += "\n<img src=\"images/c.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\">";
   g_showS2D += "\n<br />";
   g_showS2D += "\nThis is a 36kB download that will take 2-3 seconds over a 56k modem. This option provides easy";
   g_showS2D += "\nfuture access to the Interactive Document through an icon saved to your PC.";
   g_showS2D += "\nThis option requires that you must be online to browse the Interactive Document.";
   g_showS2D += "\n<br />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"2\"><br />";
   g_showS2D += "\n<b>Individual Document</b>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td valign=\"top\">";
   g_showS2D += "\n<img src=\"images/c.gif\" alt=\"\" width=\"5\" height=\"9\" border=\"0\"><br />";
   g_showS2D += "\n<label for=\"s2d_option\"></label><input type=\"radio\" name=\"s2d_option\" id=\"s2d_option3\" value=\"3\">&nbsp;";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td valign=\"bottom\">";
   g_showS2D += "\n<img src=\"images/c.gif\" alt=\"\" width=\"5\" height=\"9\" border=\"0\"><br />";
   g_showS2D += "\n[[doclist noRange onFocus='document.s2dForm.s2d_option[document.s2dForm.s2d_option.length-1].checked = true;' style=\"width:600px;\"]]";
   g_showS2D += "\n<br /><br />";
   g_showS2D += "\n<br /><br />";
   g_showS2D += "\nSelecting this option will ready the e-document to be saved on your machine.  Please wait for the download window to open and select the <b>Save</b> button.  Note: This option requires Adobe&reg; Reader&reg;.";
   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=\"return eengine.gotoS2D(document.s2dForm, event);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\" alt=\"\" width=\"50\" height=\"1\"></td>";
   g_showS2D += "\n<td align=\"center\" valign=\"middle\">&nbsp;";
   g_showS2D += "\n<a href=\"index.html\" onclick=\"eengine.returnToCurrentPage();return false;\" target=\"showFrame\">";
   g_showS2D += "\n<img src=\"images/return.gif\" border=\"0\" alt=\"Return to the document\"></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 content -->";
   g_ekitCover += "\n<table width=\"814\" height=\"500\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_ekitCover += "\n<tr valign=\"middle\">";
   g_ekitCover += "\n<td align=\"center\" valign=\"middle\">";
   g_ekitCover += "\n<h2>WebSphere - Oracle Case Studies</h2>";
   g_ekitCover += "\n<br />";
   g_ekitCover += "\nis loading.  Please be patient.";
   g_ekitCover += "\n<br />";
   g_ekitCover += "\n<br />";
   g_ekitCover += "\n<br />";
   g_ekitCover += "\n<img src=\"images/loading.gif\" alt=\"\" />";
   g_ekitCover += "\n</td>";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n<tr>";
   g_ekitCover += "\n<td><img src=\"images/c.gif\" alt=\"\" width=\"1\" height=\"10\" border=\"0\" /></td>";
   g_ekitCover += "\n</tr>";
   g_ekitCover += "\n</table>";
   g_ekitCover += "\n<!--	End content -->";


//-- 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&nbsp;";



////////////////////////////////////////
// BEGIN RSS Widget support
//--------------------------------------
// RSS Widget RSS Feed URLs
var g_RSSWidget_rssFeeds = new Array();
// NO RSS WIDGET SUPPORT REQUESTED
//--------------------------------------
// END RSS Widget Support
////////////////////////////////////////


