//-----------------------------------------------------------------------------
//
// 
// 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/ecatalog/industries/retail/pos/us/catalog';
var cid              = '93';
var campid           = '9';
var engineid         = '1';

//-- This is the title of the engine
var g_engineTitle    = "IBM e-catalog ";

// -- This is the message to display when the engine is still loading
var loadWarn = "Please wait while the e-catalog 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        = 7;

//-- the pdf document that encompases the entire engine
var g_pdf            = "print.pdf";
//-- this is the pixel width and height of the lowres images in the 2 page layout spread
var g_lowresWidth    = 350;
var g_lowresHeight   = 469;

//-- this is the size of an individual page image ( please remember to put the height of the UNSPLIT page
//-- image.  This is for calculating the print page size for a GROUP of splits that comprise a single page
var g_pHeight        = 0;
var g_pWidth         = 0;

//-- 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_us';

//-- 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     = "3.5 MB";
var g_bigExeModem    = "14 min";
var g_bigExeDSL	     = "3 min";
var g_exeName        = "Retail.exe";
var g_macName        = "retail.html";

//----------------------------------------------------------------------------------
//-- send to a friend parameters 
//----------------------------------------------------------------------------------
//-- These are for the embedded s2f
var fhtml            = 'http://www.ibm.com/marketing/ecatalog/industries/retail/pos/us/catalog/eeprint.html';
var eType            = '1';
var introsubject     = '';
var altsend          = '';

//----------------------------------------------------------------------------------
//-- search parameters 
//----------------------------------------------------------------------------------
//-- Default search value
var g_defSearchVal   = '';

//-- Turn thumbnails off=0 or on=1
var g_showThumbnails = 0;

//-- Turn highlighting off=0 or on=1
var g_showHighlight = 0;

//-- highlighigt color.
var g_highlightColor = '';

//-- 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        = "";

//-- 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|IBM e-catalog |1|7|0|0||1"
);

 // 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_bread",
"g_windowHandles",
"g_series_data",
"g_series_rc_key",
"g_ran_series",
"g_last_sort",
"g_series_ref",
"g_series_matchFlag",
"g_showingDetail",
"g_saCurrentQueryString",
"g_alertSurfAid",
"g_lastAction",
"g_walkingActionStack",
"g_Actions",
"g_lastKeywordResults",
"g_lastKeywords",
"g_exeWarningMessage",
"g_exeWarningMessageShown",
"g_callmenow_link",
"g_textchat_link",
"g_requestaquote_link",
"g_callmelater_link",
"g_emailus_link",
"I2U_search2 ",
"I2U_showMatch2 ",
"I2U_writePage2",
"I2U_writeSeries",
"I2U_goDetail",
"I2U_showShow2",
"I2U_showExpress",
"I2U_showFeaturedOffers",
"I2U_showS2D2",
"I2U_showForward2",
"encodeURL ",
"I2U_doStandardClickThrough",
"I2U_walkBreadcrumb",
"I2U_searchBreadcrumb",
"I2U_makeBreadcrumb",
"I2U_assembleBread",
"I2U_checkForDupeBread",
"I2U_sortSeries",
"I2U_displaySeries",
"I2U_manageLabels",
"I2U_prevNext2 ",
"I2U_cleanResults",
"I2U_cleanContent",
"I2U_sortResults",
"I2U_cleanSeriesTags",
"I2U_manageSpecialTags",
"I2U_HandleFootnote",
"I2U_doClickThrough2",
"I2U_executeClickThrough",
"I2U_searchIBM",
"I2U_writeWindow",
"I2U_makeRC",
"possibleRCOffer",
"I2U_showImage",
"I2U_printDetail",
"I2U_printSeries",
"I2U_printContent2",
"I2U_addSurfAid",
"g_alertSurfAid",
"alertSurfAid",
"I2U_checkContactFormFields",
"g_sortcolumn",
"I2U_goProductList",
"I2U_dumpProductList",
"sortArray",
"copyArray",
"I2U_addAction ",
"I2U_goBack",
"I2U_goForward",
"I2U_executeAction",
"I2U_showActionStack",
"g_detail",
"g_printdetail",
"g_prod_series",
"g_prod_ser_detail",
"g_feature",
"g_feature_detail",
"g_global_rc",
"g_rc",
"g_actionStackNone",
"g_actionStackBottom",
"g_actionStackTop",
"g_actionStackMid",
"g_seriesHeader"
);
//----------------------------------------------------------------------------------
//-- 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=\"760\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_brandFooter += "\n <tr>";
   g_brandFooter += "\n <td height=\"15\">";
   g_brandFooter += "\n &nbsp;";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n </tr>";
   g_brandFooter += "\n <tr>";
   g_brandFooter += "\n <td height=\"19\" class=\"bbg\">";
   g_brandFooter += "\n <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_brandFooter += "\n <tr>";
   g_brandFooter += "\n <td><span class=\"spacer\">&nbsp;&nbsp;&nbsp;&nbsp;</span>";
   g_brandFooter += "\n <a class=\"mainlink\" href=\"index.html\" onclick=\"if(total_load==1){eengine.doStandardClickThrough('AboutIBM');} else { alert(loadWarn); } setTimer(); return false;\">About IBM</a>";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n <td width=\"27\" class=\"footer-divider\">&nbsp;&nbsp;&nbsp;&nbsp;</td>";
   g_brandFooter += "\n <td>";
   g_brandFooter += "\n <a class=\"mainlink\" href=\"index.html\" onclick=\"if(total_load==1){eengine.doStandardClickThrough('TermsOfUse');} else { alert(loadWarn); } setTimer(); return false;\">Terms of use</a>";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n <td width=\"27\" class=\"footer-divider\">&nbsp;&nbsp;&nbsp;&nbsp;</td>";
   g_brandFooter += "\n <td>";
   g_brandFooter += "\n <a class=\"mainlink\" href=\"index.html\" onclick=\"if(total_load==1){eengine.doStandardClickThrough('Privacy');} else { alert(loadWarn); } setTimer(); return false;\">Privacy</a>";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n <td width=\"27\" class=\"footer-divider\">&nbsp;&nbsp;&nbsp;&nbsp;</td>";
   g_brandFooter += "\n <td>";
   g_brandFooter += "\n <a class=\"mainlink\" href=\"index.html\" onclick=\"if(total_load==1){eengine.doStandardClickThrough('ContactIBM');} else { alert(loadWarn); } setTimer(); return false;\">Contact IBM</a>";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n </tr>";
   g_brandFooter += "\n </table>";
   g_brandFooter += "\n </td>";
   g_brandFooter += "\n </tr>";
   g_brandFooter += "\n </table>";


//-- this is the page content for the navigation bar
//-- use the following to indicate to the engine the position of links, etc:
//-- [[prevEnd]]      - tells the engine to add a link back to page 1
//-- [[prevLink]]     - tells the engine to add a link to the previous page
//-- [[nextLink]]     - tells the engine to add a link to the next page
//-- [[nextEnd]]      - tells the engine to add a link to the last page
//-- [[barHeader]]    - tells the engine to add the navigation page header
//-- [[barColor]]     - tells the engine to add the navigation bar color
//-- [[navLinkColor]] - tells the engine to add the navigation link color 
//-- [[docSection]]   - tells the engine to add the name of the subdocument if possible 
var g_navBar    = "";

//-- this is the page content for showShow
var g_showShow = "";
   g_showShow += "\n<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showShow += "\n<table width=\"600\" cellspacing=\"0\" cellpadding=\"0\" id=\"v14-body-table\"><tr><td valign=\"top\">";
   g_showShow += "\n<!-- End Mobular Technologies content -->";
   g_showShow += "\n<!-- [[STARTSHOWREF]] --><!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showShow += "\n<table width=\"600\" cellspacing=\"0\" cellpadding=\"0\"> ";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td> <!-- End Mobular Technologies content --> ";
   g_showShow += "\n<!--	Begin hero --> ";
   g_showShow += "\n<table width=\"600\" cellspacing=\"0\" cellpadding=\"0\"> ";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td><!-- <a href=\"index.html\" onclick=\"eengine.showFeaturedOffers('*');return false;\"> --><img src=\"images/ecatalog_600x120.jpg\" width=\"600\" height=\"120\" alt=\"IBM TotalStore e-catalog. Optimize your store for retail...and beyond\" border=\"0\" /><!-- </a> --></td> ";
   g_showShow += "\n</tr>          ";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td><img src=\"images/c.gif\" width=\"1\" height=\"8\" alt=\"\" /></td> ";
   g_showShow += "\n</tr>          ";
   g_showShow += "\n</table> ";
   g_showShow += "\n<!--	End hero --> ";
   g_showShow += "\n<!--	Begin content --> ";
   g_showShow += "\n<table width=\"600\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td>&nbsp;</td>";
   g_showShow += "\n<td> ";
   g_showShow += "\n<p>Looking for a one-stop shop for IBM TotalStore solutions? This catalog gives you a snapshot of some of IBM's hottest retail solutions -- from store infrastructure to self service solutions to point of sale systems that can help you enhance your customer experience. Provide compelling reasons for consumers to shop your store.  Outpace your competition by having the flexibility to select, implement and deploy the exact capabilities you need when you need them -- in one store or one thousand.</p>";
   g_showShow += "\n<p>Download this catalog to your desktop and keep this reference always at hand. To talk over your specific requirements, contact your IBM sales representative, or click \"We are here to help\" at the top-right corner of this page.  Optimize your store today. Let's get started.</p>";
   g_showShow += "\n</td>";
   g_showShow += "\n<td>&nbsp;</td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td colspan=\"3\"><img src=\"images/c.gif\" width=\"1\" height=\"8\" alt=\"\" /></td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_showShow += "\n<td>";
   g_showShow += "\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td class=\"v14-header-1\">Featured solutions</td>";
   g_showShow += "\n</tr> ";
   g_showShow += "\n</table>";
   g_showShow += "\n<br />";
   g_showShow += "\n<!--	Begin content -->";
   g_showShow += "\n<table width=\"580\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td width=\"10\">&nbsp;</td>";
   g_showShow += "\n<td width=\"250\" valign=\"bottom\"><a class=\"fbox\" href=\"index.html\" onclick=\"eengine.goDetail('186');return false;\"><b>Mobile POS</b></a><br /></td>";
   g_showShow += "\n<td width=\"7\" valign=\"bottom\">&nbsp;</td>";
   g_showShow += "\n<td width=\"250\" valign=\"bottom\"><a href=\"index.html\" onclick=\"eengine.writeSeries('Solutions','Loss prevention');return false;\" class=\"fbox\"><b>Loss prevention solutions</b></a><br /></td>";
   g_showShow += "\n<td>&nbsp;</td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n<tr>";
   g_showShow += "\n<td colspan=\"4\"><img src=\"images/c.gif\" width=\"10\" height=\"10\" alt=\"\" /></td>";
   g_showShow += "\n<td>&nbsp;</td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td width=\"10\">&nbsp;</td>";
   g_showShow += "\n<!--	C1 (of 4) -->";
   g_showShow += "\n<td valign=\"top\" width=\"250\"><a class=\"fbox\" href=\"index.html\" onclick=\"eengine.goDetail('186');return false;\"><img src=\"images/RSS_ecatalog_284x75_spot1.jpg\" alt=\"\" border=\"0\" width=\"284\" height=\"75\" /></a><br /><img src=\"images/c.gif\" width=\"10\" height=\"3\" alt=\"\" /><br />Anywhere.  Anyplace.  IBM Mobile POS solutions can help reduce checkout times and operation costs.<br /><img src=\"images/c.gif\" width=\"10\" height=\"3\" alt=\"\" /><br /></td>";
   g_showShow += "\n<!--	End C1 -->";
   g_showShow += "\n<td width=\"7\">&nbsp;</td>";
   g_showShow += "\n<!--	C2 (of 4) -->";
   g_showShow += "\n<td valign=\"top\" width=\"250\"><a href=\"index.html\" onclick=\"eengine.writeSeries('Solutions','Loss prevention');return false;\" class=\"fbox\"><img src=\"images/RSS_ecatalog_284x75_spot2.jpg\" alt=\"\" border=\"0\" width=\"284\" height=\"75\" /></a><br /><img src=\"images/c.gif\" width=\"10\" height=\"3\" alt=\"\" /><br />Turn losses into profits with innovative loss prevention solutions<br /><img src=\"images/c.gif\" width=\"10\" height=\"3\" alt=\"\" /><br /></td>";
   g_showShow += "\n<!--	End C2 -->";
   g_showShow += "\n<td width=\"5\">&nbsp;</td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td width=\"10\">&nbsp;</td>";
   g_showShow += "\n<td width=\"250\" valign=\"top\"><br /><img align=\"absmiddle\" src=\"images/fw_bold.gif\" width=\"16\" height=\"16\" alt=\"\" />&nbsp;<a class=\"fbox\" href=\"index.html\" onclick=\"eengine.goDetail('186');return false;\"><b>Go</b></a></td>";
   g_showShow += "\n<td width=\"7\">&nbsp;</td>";
   g_showShow += "\n<td width=\"250\" valign=\"top\"><br /><img align=\"absmiddle\" src=\"images/fw_bold.gif\" width=\"16\" height=\"16\" alt=\"\" />&nbsp;<a href=\"index.html\" onclick=\"eengine.writeSeries('Solutions','Loss prevention');return false;\" class=\"fbox\"><b>Go</b></a></td>";
   g_showShow += "\n<td>&nbsp;</td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td width=\"10\">&nbsp;</td>";
   g_showShow += "\n<td width=\"250\" valign=\"top\"><br /><img align=\"absmiddle\" src=\"images/fw_bold.gif\" width=\"16\" height=\"16\" alt=\"\" />&nbsp;<a class=\"fbox\" href=\"Solutions\" onclick=\"checkForWait('eengine.writePage2(\\'6\\')');return false;\"><b>More TotalStore solutions</b></a></td>";
   g_showShow += "\n<td width=\"7\">&nbsp;</td>";
   g_showShow += "\n<td width=\"250\" valign=\"top\"><img src=\"images/c.gif\" width=\"250\" height=\"1\" alt=\"\" /></td>";
   g_showShow += "\n<td>&nbsp;</td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n</table>";
   g_showShow += "\n<!--	End content -->";
   g_showShow += "\n</td>";
   g_showShow += "\n<td><img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" /></td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n<tr> ";
   g_showShow += "\n<td colspan=\"3\"><img src=\"images/c.gif\" width=\"1\" height=\"15\" alt=\"\" /></td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n</table>";
   g_showShow += "\n<!--	End content -->";
   g_showShow += "\n<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showShow += "\n</td>";
   g_showShow += "\n</tr> ";
   g_showShow += "\n</table> ";
   g_showShow += "\n<!-- [[ENDSHOWREF]] -->";
   g_showShow += "\n<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showShow += "\n</td>";
   g_showShow += "\n<td class=\"dotted\">";
   g_showShow += "\n<img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" />";
   g_showShow += "\n</td>";
   g_showShow += "\n<td width=\"9\">";
   g_showShow += "\n<img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" />";
   g_showShow += "\n</td>";
   g_showShow += "\n<td valign=\"top\" width=\"150\" id=\"right-nav\">";
   g_showShow += "\n<!--	BEGIN GLOBAL SECTION OF RIGHT COLUMN -->";
   g_showShow += "\n<!-- Begin \"We're here to help\" table here -->";
   g_showShow += "\n[[GLOBAL_RC]]";
   g_showShow += "\n<!--	END GLOBAL SECTION OF RIGHT COLUMN -->";
   g_showShow += "\n<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showShow += "\n<!--	BEGIN RIGHT COLUMN OFFERS -->";
   g_showShow += "\n[[RCOL]]";
   g_showShow += "\n<!--	END RIGHT COLUMN OFFERS -->";
   g_showShow += "\n</td>";
   g_showShow += "\n</tr></table>";
   g_showShow += "\n<!-- End Mobular Technologies content -->";
   g_showShow += g_brandFooter;


//-- 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 = "";

//-- 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<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_detSpread += "\n<table id=\"v14-body-table\" width=\"760\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td valign=\"top\">";
   g_detSpread += "\n<!--	Begin breadcrumb -->";
   g_detSpread += "\n<table width=\"600\" cellspacing=\"0\" cellpadding=\"0\">";
   g_detSpread += "\n<tr>";
   g_detSpread += "\n<td width=\"550\" valign=\"middle\" height=\"23\">";
   g_detSpread += "\n<img src=\"images/c.gif\" width=\"7\" height=\"1\" alt=\"\" />";
   g_detSpread += "\n[[NAVBAR]]";
   g_detSpread += "\n</td>";
   g_detSpread += "\n<td width=\"40\" valign=\"middle\" align=\"right\">";
   g_detSpread += "\n<!-- Begin actionStackNav --><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td valign=\"bottom\"> <img alt=\"Back\" height=\"16\" src=\"images/bk_bold_gray.gif\" width=\"16\"/> </td> <td valign=\"top\"> <span class=\"bct\" style=\"text-decoration:none; color:#dddddd;\"><b>Back</b></span> </td> <td valign=\"top\">  <span class=\"bct\" style=\"text-decoration:none; font-size:11\"><!-- End actionStackNav -->";
   g_detSpread += "\n</td>";
   g_detSpread += "\n<td>";
   g_detSpread += "\n<img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" />";
   g_detSpread += "\n</td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n</table>";
   g_detSpread += "\n<!--	End breadcrumb -->";
   g_detSpread += "\n<!-- End Mobular Technologies content -->";
   g_detSpread += "\n<!--	Begin content -->";
   g_detSpread += "\n<table width=\"600\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" id=\"content-table\">";
   g_detSpread += "\n<tr valign=\"top\">";
   g_detSpread += "\n<td valign=\"top\">";
   g_detSpread += "\n[[PGS]]";
   g_detSpread += "\n</td>";
   g_detSpread += "\n</tr>";
   g_detSpread += "\n</table>";
   g_detSpread += "\n<!--	End content -->";
   g_detSpread += "\n<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_detSpread += "\n</td>";
   g_detSpread += "\n<td class=\"dotted\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td>";
   g_detSpread += "\n<td width=\"9\"><img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" /></td>";
   g_detSpread += "\n<td valign=\"top\" width=\"150\" id=\"right-nav\">";
   g_detSpread += "\n<!--	BEGIN GLOBAL SECTION OF RIGHT COLUMN -->";
   g_detSpread += "\n<!-- Begin \"We're here to help\" table here -->";
   g_detSpread += "\n[[GLOBAL_RC]]";
   g_detSpread += "\n<!--	END GLOBAL SECTION OF RIGHT COLUMN -->";
   g_detSpread += "\n<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_detSpread += "\n<!--	BEGIN RIGHT COLUMN OFFERS -->";
   g_detSpread += "\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">[[RCOL]]</table>";
   g_detSpread += "\n<!--	END RIGHT COLUMN OFFERS -->";
   g_detSpread += "\n</td></tr></table>";
   g_detSpread += "\n<!-- End Mobular Technologies content -->";
   g_detSpread += "\n[[T_FOOT]]";


//-- 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=\"#CCCCFF\" nc=\"#0001A8\"]]";


//-- 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 <!--BeginRecord-->";
   g_srchSpread += "\n <td width=\"20\" valign=\"top\" align=\"left\"><b>[[sr_num]].</b></td>";
   g_srchSpread += "\n <td width=\"16\" valign=\"top\"></td>";
   g_srchSpread += "\n <td width=\"5\"><img src=\"images/c.gif\" width=\"5\" height=\"1\" alt=\"\" /></td>";
   g_srchSpread += "\n <td width=\"559\" valign=\"top\" dir=\"ltr\">";
   g_srchSpread += "\n <a href=\"index.html\" target=\"showFrame\" onclick=\"eengine.goDetail('[[col2]]'); return false;\"><b>[[col7]]</b></a>";
   g_srchSpread += "\n <script language=\"JavaScript\" type=\"text/javascript\">";
   g_srchSpread += "\n //<![CDATA[";
   g_srchSpread += "\n var txt = '[[col9]]';";
   g_srchSpread += "\n document.write(txt.substr(0,90));";
   g_srchSpread += "\n document.write(\"...\");";
   g_srchSpread += "\n //]]>";
   g_srchSpread += "\n </script>";
   g_srchSpread += "\n </td>";
   g_srchSpread += "\n </tr>";
   g_srchSpread += "\n <tr><td colspan=\"4\">&nbsp;</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<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showMatch += "\n<table id=\"v14-body-table\" width=\"760\" cellspacing=\"0\" cellpadding=\"0\"><tr><td valign=\"top\">";
   g_showMatch += "\n<!--	Begin breadcrumb -->";
   g_showMatch += "\n<table width=\"600\" cellspacing=\"0\" cellpadding=\"0\">";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"550\" valign=\"middle\" height=\"23\">";
   g_showMatch += "\n<img src=\"images/c.gif\" width=\"7\" height=\"1\" alt=\"\" />";
   g_showMatch += "\n[[NAVBAR]]";
   g_showMatch += "\n</td>";
   g_showMatch += "\n<td width=\"40\" valign=\"middle\" align=\"right\">";
   g_showMatch += "\n<!-- Begin actionStackNav --><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td valign=\"bottom\"> <img alt=\"Back\" height=\"16\" src=\"images/bk_bold_gray.gif\" width=\"16\"/> </td> <td valign=\"top\"> <span class=\"bct\" style=\"text-decoration:none; color:#dddddd;\"><b>Back</b></span> </td> <td valign=\"top\">  <span class=\"bct\" style=\"text-decoration:none; font-size:11\"><!-- End actionStackNav -->";
   g_showMatch += "\n</td>";
   g_showMatch += "\n<td>";
   g_showMatch += "\n<img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" />";
   g_showMatch += "\n</td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n</table>";
   g_showMatch += "\n<!--	End breadcrumb -->";
   g_showMatch += "\n<!-- End Mobular Technologies content -->";
   g_showMatch += "\n<!-- Begin content -->";
   g_showMatch += "\n<table width=\"600\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"  id=\"content-table\">";
   g_showMatch += "\n<tr><td colspan=\"3\"><img src=\"images/c.gif\" width=\"1\" height=\"7\" 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=\"581\">";
   g_showMatch += "\n<table width=\"581\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"581\" ><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr valign=\"top\">";
   g_showMatch += "\n<td width=\"581\" ><span class=\"big-hl1b\">Search results</span></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"581\" ><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=\"581\" ><span class=\"bluebullet\">KEYWORDSUSED</span></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"581\" ><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=\"581\" >";
   g_showMatch += "\n<table width=\"581\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" units=\"pixels\">";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"581\" height=\"15\" valign=\"bottom\" align=\"left\"><form name=\"search\" method=\"get\" action=\"\" onsubmit=\"eengine.searchIBM(this);return false;\">";
   g_showMatch += "\n<input type=\"hidden\" name=\"en\" value=\"utf\"/>";
   g_showMatch += "\n<input type=\"hidden\" name=\"v\" value=\"11\"/>";
   g_showMatch += "\n<input type=\"hidden\" name=\"lang\" value=\"en\"/>";
   g_showMatch += "\n<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<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=\"581\" ><img src=\"images/c.gif\" width=\"1\" height=\"4\" alt=\"\" /></td> </tr>";
   g_showMatch += "\n<tr> <td width=\"581\" ><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td> </tr>";
   g_showMatch += "\n<tr> <td width=\"581\" 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=\"581\" 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=\"581\" class=\"lgray\" height=\"1\" ><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td> </tr>";
   g_showMatch += "\n<tr> <td width=\"581\" ><img src=\"images/c.gif\" width=\"1\" height=\"5\" alt=\"\" /></td> </tr>";
   g_showMatch += "\n<tr> <td width=\"581\" ><img src=\"images/c.gif\" width=\"1\" height=\"5\" alt=\"\" /></td> </tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"581\" height=\"10\" >";
   g_showMatch += "\n<table width=\"581\" 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=\"581\" ><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td> </tr>";
   g_showMatch += "\n<tr> <td width=\"581\" 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=\"581\" 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=\"581\" class=\"lgray\" height=\"1\" ><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td> </tr>";
   g_showMatch += "\n<tr> <td width=\"581\" ><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<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showMatch += "\n</td>";
   g_showMatch += "\n<td class=\"dotted\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td>";
   g_showMatch += "\n<td width=\"9\"><img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" /></td>";
   g_showMatch += "\n<td valign=\"top\" width=\"150\" id=\"right-nav\">";
   g_showMatch += "\n<!--	BEGIN GLOBAL SECTION OF RIGHT COLUMN -->";
   g_showMatch += "\n<!-- Begin \"We're here to help\" table here -->";
   g_showMatch += "\n[[GLOBAL_RC]]";
   g_showMatch += "\n<!--	END GLOBAL SECTION OF RIGHT COLUMN -->";
   g_showMatch += "\n<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showMatch += "\n<!--	BEGIN RIGHT COLUMN OFFERS -->";
   g_showMatch += "\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">[[RCOL]]</table>";
   g_showMatch += "\n<!--	END RIGHT COLUMN OFFERS -->";
   g_showMatch += "\n</td></tr></table>";
   g_showMatch += "\n<!-- End Mobular Technologies content -->";
   g_showMatch += "\n[[T_FOOT]]";


//-- 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<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showNoMatch += "\n<table id=\"v14-body-table\" width=\"760\" cellspacing=\"0\" cellpadding=\"0\"><tr><td valign=\"top\">";
   g_showNoMatch += "\n<!--	Begin breadcrumb -->";
   g_showNoMatch += "\n<table width=\"600\" cellspacing=\"0\" cellpadding=\"0\">";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td width=\"550\" valign=\"middle\" height=\"23\">";
   g_showNoMatch += "\n<img src=\"images/c.gif\" width=\"7\" height=\"1\" alt=\"\" />";
   g_showNoMatch += "\n[[NAVBAR]]";
   g_showNoMatch += "\n</td>";
   g_showNoMatch += "\n<td width=\"40\" valign=\"middle\" align=\"right\">";
   g_showNoMatch += "\n<!-- Begin actionStackNav --><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td valign=\"bottom\"> <img alt=\"Back\" height=\"16\" src=\"images/bk_bold_gray.gif\" width=\"16\"/> </td> <td valign=\"top\"> <span class=\"bct\" style=\"text-decoration:none; color:#dddddd;\"><b>Back</b></span> </td> <td valign=\"top\">  <span class=\"bct\" style=\"text-decoration:none; font-size:11\"><!-- End actionStackNav -->";
   g_showNoMatch += "\n</td>";
   g_showNoMatch += "\n<td>";
   g_showNoMatch += "\n<img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" />";
   g_showNoMatch += "\n</td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n</table>";
   g_showNoMatch += "\n<!--	End breadcrumb -->";
   g_showNoMatch += "\n<!-- End Mobular Technologies content -->";
   g_showNoMatch += "\n<!-- Begin content -->";
   g_showNoMatch += "\n<table width=\"600\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"  id=\"content-table\">";
   g_showNoMatch += "\n<tr><td colspan=\"3\"><img src=\"images/c.gif\" width=\"1\" height=\"7\" 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=\"581\">";
   g_showNoMatch += "\n<table width=\"581\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td width=\"581\" ><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr valign=\"top\">";
   g_showNoMatch += "\n<td width=\"581\" ><span class=\"big-hl1b\">Search results</span></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td width=\"581\" ><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=\"581\" ><span class=\"bluebullet\">KEYWORDSUSED</span></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td width=\"581\" ><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=\"581\" >";
   g_showNoMatch += "\n<table width=\"581\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" units=\"pixels\">";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td width=\"581\" height=\"15\" valign=\"bottom\" align=\"left\"><form name=\"search\" method=\"get\" action=\"\" onsubmit=\"eengine.searchIBM(this);return false;\">";
   g_showNoMatch += "\n<input type=\"hidden\" name=\"en\" value=\"utf\"/>";
   g_showNoMatch += "\n<input type=\"hidden\" name=\"v\" value=\"11\"/>";
   g_showNoMatch += "\n<input type=\"hidden\" name=\"lang\" value=\"en\"/>";
   g_showNoMatch += "\n<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<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=\"581\" ><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=\"581\" ><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 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<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showNoMatch += "\n</td>";
   g_showNoMatch += "\n<td class=\"dotted\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td>";
   g_showNoMatch += "\n<td width=\"9\"><img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" /></td>";
   g_showNoMatch += "\n<td valign=\"top\" width=\"150\" id=\"right-nav\">";
   g_showNoMatch += "\n<!--	BEGIN GLOBAL SECTION OF RIGHT COLUMN -->";
   g_showNoMatch += "\n<!-- Begin \"We're here to help\" table here -->";
   g_showNoMatch += "\n[[GLOBAL_RC]]";
   g_showNoMatch += "\n<!--	END GLOBAL SECTION OF RIGHT COLUMN -->";
   g_showNoMatch += "\n<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showNoMatch += "\n<!--	BEGIN RIGHT COLUMN OFFERS -->";
   g_showNoMatch += "\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">[[RCOL]]</table>";
   g_showNoMatch += "\n<!--	END RIGHT COLUMN OFFERS -->";
   g_showNoMatch += "\n</td></tr></table>";
   g_showNoMatch += "\n<!-- End Mobular Technologies content -->";
   g_showNoMatch += "\n[[T_FOOT]]";


//-- this is the page content for help
var g_showHelp = "";
   g_showHelp += "\n    <tr>";
   g_showHelp += "\n<td width=\"15\"><img src=\"images/spacer.gif\" width=\"15\" height=\"1\"></td> ";
   g_showHelp += "\n<td align=\"center\" valign=\"top\" width=\"150\">";
   g_showHelp += "\n<img src=\"images/spacer.gif\" border=\"0\" width=\"150\" height=\"25\">";
   g_showHelp += "\n<img src=\"images/bell_logo.gif.jpg\" border=\"0\" class=\"outlinedimage\" >";
   g_showHelp += "\n</td>";
   g_showHelp += "\n<td width=\"15\"><img src=\"images/spacer.gif\" width=\"15\" height=\"1\"></td>";
   g_showHelp += "\n<td align=\"left\" valign=\"top\" width=\"550\">";
   g_showHelp += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"550\">";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td><img src=\"images/spacer.gif\" width=\"1\" height=\"25\"></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td align=\"center\" colspan=\"3\">";
   g_showHelp += "\n<span class=\"pagetitle\">Help<br></span>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td align=\"center\" colspan=\"3\"><img height=\"30\" src=\"images/spacer.gif\"></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td height=\"20\"><img height=\"20\" src=\"images/spacer.gif\"></td>";
   g_showHelp += "\n<td>";
   g_showHelp += "\n<span class=\"black12\">   ";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<font color=\"#000066\" face=\"Verdana,sans-serif\" size=\"-2\"><B>Pull-Down Menu:</B></font>";
   g_showHelp += "\n<br>";
   g_showHelp += "\n<img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showHelp += "\nJump to a particular category of the mobileCatalog by choosing ";
   g_showHelp += "\nfrom the pull-down menu. At any time, you may return to the start by clicking on the \"Home\" button. ";
   g_showHelp += "\nThe \"Back\" button can be used to step back through your actions one at a time.";
   g_showHelp += "\n</p>";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<font color=\"#000066\" face=\"Verdana,sans-serif\" size=\"-2\"><B> Navigation Links:</B></font>";
   g_showHelp += "\n<br>";
   g_showHelp += "\n<img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showHelp += "\nIn addition to the \"Home\" and \"Back\" buttons and the search tools in the navigation frame,";
   g_showHelp += "\nthe mobileCatalog has embedded navigation links, including links to product detail";
   g_showHelp += "\npages from the search results using either the product title or the thumbnail image.";
   g_showHelp += "\nAdditionally, \"bread crumbs\" appear above the search results and product detail pages that can be used to move up the product hierarchy.";
   g_showHelp += "\n</p>     ";
   g_showHelp += "\n<p>";
   g_showHelp += "\n<font color=\"#000066\" face=\"Verdana,sans-serif\" size=\"-2\"><B> Search for Text:</B></font>";
   g_showHelp += "\n<br>";
   g_showHelp += "\n<img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showHelp += "\nTo search this mobileCatalog by keyword, simply enter one or more";
   g_showHelp += "\nterms into the text box, and push";
   g_showHelp += "\nthe [Search] button, or use the [Return] key on your keyboard.<br><br>";
   g_showHelp += "\nSearches will match any of the keywords you enter. ";
   g_showHelp += "\nIf you use multiple keywords, the default search will find any database entries containing both words but not necessarily together as a single phrase. ";
   g_showHelp += "\nIf you want to force the search to look for your keywords as a single phrase, simply put double quotes around your keyword string. ";
   g_showHelp += "\n<br><br>   ";
   g_showHelp += "\nThe search results will appear very quickly in the browser window.";
   g_showHelp += "\nIf your search returns many results,";
   g_showHelp += "\nthey will be shown in sections.  You can page through the";
   g_showHelp += "\nresults using the [Result pages: 1 2 3 4 5] links that";
   g_showHelp += "\nappear at the top and bottom of the search results page.</font>";
   g_showHelp += "\n</p><br><br>  ";
   g_showHelp += "\n</span>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n<td height=\"20\"><img height=\"20\" src=\"images/spacer.gif\"></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n</table>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n</tr>";
   g_showHelp += g_brandFooter;


//-- 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/eCat_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 = "";

//-- 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 Mobular Technologies content - DO NOT modify this section -->";
   g_showS2D += "\n<table id=\"v14-body-table\" width=\"760\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td valign=\"top\">";
   g_showS2D += "\n<!--	Begin breadcrumb -->";
   g_showS2D += "\n<table width=\"600\" cellspacing=\"0\" cellpadding=\"0\">";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td width=\"550\" valign=\"middle\" height=\"23\">";
   g_showS2D += "\n<img src=\"images/c.gif\" width=\"7\" height=\"1\" alt=\"\" />";
   g_showS2D += "\n[[NAVBAR]]";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td width=\"40\" valign=\"middle\" align=\"right\">";
   g_showS2D += "\n<!-- Begin actionStackNav --><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td valign=\"bottom\"> <img alt=\"Back\" height=\"16\" src=\"images/bk_bold_gray.gif\" width=\"16\"/> </td> <td valign=\"top\"> <span class=\"bct\" style=\"text-decoration:none; color:#dddddd;\"><b>Back</b></span> </td> <td valign=\"top\">  <span class=\"bct\" style=\"text-decoration:none; font-size:11\"><!-- End actionStackNav -->";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td>";
   g_showS2D += "\n<img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n<!--	End breadcrumb -->";
   g_showS2D += "\n<!-- End Mobular Technologies content -->";
   g_showS2D += "\n<!-- Begin content -->";
   g_showS2D += "\n<table width=\"600\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"  id=\"content-table\">";
   g_showS2D += "\n<tr valign=\"top\">";
   g_showS2D += "\n<td width=\"10\">";
   g_showS2D += "\n<img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td valign=\"top\">";
   g_showS2D += "\n<table width=\"580\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td width=\"580\" ><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr valign=\"top\">";
   g_showS2D += "\n<td width=\"580\"><span class=\"big-hl1b\">Download the e-catalog to your PC</span></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr valign=\"top\">";
   g_showS2D += "\n<td width=\"580\">&nbsp;</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr valign=\"top\">";
   g_showS2D += "\n<td width=\"580\">&nbsp;</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr valign=\"top\">";
   g_showS2D += "\n<td width=\"580\">";
   g_showS2D += "\n<form name=\"s2dForm\" target=\"showFrame\"><input type=\"hidden\" name=\"s2d_option\" value=\"exe/static/EXENAME\"</form>";
   g_showS2D += "\nThis BIGEXESIZE download will give you a direct shortcut to the latest prices and specs of IBM products with an IBM icon on your desktop. You will also receive automatic updates through the Internet.";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td width=\"580\" height=\"25\"><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td width=\"580\" height=\"25\">";
   g_showS2D += "\n<a href=\"IBM.html\" name=\"getexe\" onclick=\"return eengine.gotoS2D(document.s2dForm, event);\" target=\"showFrame\"><img src=\"images/download_now.gif\" width=\"120\" height=\"21\" alt=\"Download now\" border=\"0\"><br /><br /></a>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td width=\"580\"><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td width=\"10\">";
   g_showS2D += "\n<img src=\"images/c.gif\" width=\"10\" height=\"1\" alt=\"\" />";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n<!--	End content -->";
   g_showS2D += "\n<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td class=\"dotted\"><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" /></td>";
   g_showS2D += "\n<td width=\"9\"><img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" /></td>";
   g_showS2D += "\n<td valign=\"top\" width=\"150\" id=\"right-nav\">";
   g_showS2D += "\n<!--	BEGIN GLOBAL SECTION OF RIGHT COLUMN -->";
   g_showS2D += "\n<!-- Begin \"We're here to help\" table here -->";
   g_showS2D += "\n[[GLOBAL_RC]]";
   g_showS2D += "\n<!--	END GLOBAL SECTION OF RIGHT COLUMN -->";
   g_showS2D += "\n<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showS2D += "\n<!--	BEGIN RIGHT COLUMN OFFERS -->";
   g_showS2D += "\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">[[RCOL]]</table>";
   g_showS2D += "\n<!--	END RIGHT COLUMN OFFERS -->";
   g_showS2D += "\n</td></tr></table>";
   g_showS2D += "\n<!-- End Mobular Technologies content -->";
   g_showS2D += "\n[[T_FOOT]]";


//-- 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<table width=\"600\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2DMAC += "\n<tr valign=\"top\">";
   g_showS2DMAC += "\n<td width=\"9\">";
   g_showS2DMAC += "\n<img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" />";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n<td>";
   g_showS2DMAC += "\n<table width=\"591\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2DMAC += "\n<tr valign=\"top\">";
   g_showS2DMAC += "\n<td width=\"591\" ><img src=\"images/c.gif\" width=\"9\" height=\"7\" alt=\"\" /></td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr valign=\"top\">";
   g_showS2DMAC += "\n<td width=\"591\" ><img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" />[[NAVBAR]]</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td width=\"591\" ><img src=\"images/c.gif\" width=\"1\" height=\"10\" alt=\"\" /></td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr valign=\"top\">";
   g_showS2DMAC += "\n<td width=\"591\"><span class=\"big-hl1b\">Download the e-catalog to your PC</span></td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr valign=\"top\">";
   g_showS2DMAC += "\n<td width=\"591\">&nbsp;</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr valign=\"top\">";
   g_showS2DMAC += "\n<td width=\"591\">&nbsp;</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr valign=\"top\">";
   g_showS2DMAC += "\n<td width=\"591\">";
   g_showS2DMAC += "\n<form name=\"s2dForm\" target=\"showFrame\"><input type=\"hidden\" name=\"s2d_option\" value=\"http://www.ibm.com/marketing/ecatalog/industries/retail/pos/us/catalog/exe/persistent/EXENAME\"</form>";
   g_showS2DMAC += "\nYou can check out the e-catalog anytime by downloading it straight to your desktop. This BIGEXESIZE download will give you a direct shortcut to the latest prices and specs of IBM products with an IBM icon on your desktop. You will also receive automatic updates through the Internet.";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td width=\"591\" height=\"25\"><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td width=\"591\" height=\"25\">";
   g_showS2DMAC += "\n<a href=\"IBM.html\" name=\"getexe\" onclick=\"return eengine.gotoS2D(document.s2dForm, event);\" target=\"showFrame\"><img src=\"images/download_now.gif\" width=\"131\" height=\"38\" alt=\"Download now\" border=\"0\"><br /><br /></a></td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr> <td width=\"591\"><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td>";
   g_showS2DMAC += "\n<tr> <td width=\"591\"><img src=\"images/c.gif\" width=\"1\" height=\"25\" alt=\"\" /></td> </tr>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n</table>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n<td class=\"dotted\">";
   g_showS2DMAC += "\n<img src=\"images/c.gif\" width=\"1\" height=\"1\" alt=\"\" />";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n<td width=\"9\">";
   g_showS2DMAC += "\n<img src=\"images/c.gif\" width=\"9\" height=\"1\" alt=\"\" />";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n<td>";
   g_showS2DMAC += "\n<table width=\"150\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2DMAC += "\n<tr valign=\"top\" width=\"150\" id=\"right-nav\">";
   g_showS2DMAC += "\n<td>";
   g_showS2DMAC += "\n<!-- global right hand column -->";
   g_showS2DMAC += "\n[[GLOBAL_RC]]";
   g_showS2DMAC += "\n<!--	END GLOBAL SECTION OF RIGHT COLUMN -->";
   g_showS2DMAC += "\n<!-- Begin Mobular Technologies content - DO NOT modify this section -->";
   g_showS2DMAC += "\n<!--	BEGIN RIGHT COLUMN OFFERS -->";
   g_showS2DMAC += "\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
   g_showS2DMAC += "\n[[RCOL]]";
   g_showS2DMAC += "\n</table>";
   g_showS2DMAC += "\n<!--	END RIGHT COLUMN OFFERS -->";
   g_showS2DMAC += "\n<!-- global right hand column -->";
   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 += g_brandFooter;


//-- 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 = "";

//-- 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 = "";


////////////////////////////////////////
// BEGIN RSS Widget support
//--------------------------------------
// RSS Widget RSS Feed URLs
var g_RSSWidget_rssFeeds = new Array();
// NO RSS WIDGET SUPPORT REQUESTED
//--------------------------------------
// END RSS Widget Support
////////////////////////////////////////


