//-----------------------------------------------------------------------------
//
// 
// Copyright (c) 2000-2004, 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.massmutual.com/mmfg/docs/investing_guide';
var cid              = '70';
var campid           = '1';
var engineid         = '1';

//-- This is the title of the engine
var g_engineTitle    = "A Woman's Guide to Investing";

// -- This is the message to display when the engine is still loading
var loadWarn = "Please wait while the Interactive Document loads";

//-- Is this a remote deployed engine 0=no, 1=yes
var g_remote        = 1;

// pages that have tables on them.
// they are NOT numerical values but instead an array of strings such as '1', '2', '11', etc
var g_tablePages     = new Array (  );

//-- Highest page number in the document.  This will be different for each PDF converted.
var g_maxPage        = 181;

//-- the pdf document that encompases the entire engine
var g_pdf            = "WGI.pdf";
//-- this is the pixel width and height of the lowres images in the 2 page layout spread
var g_lowresWidth    = 307;
var g_lowresHeight   = 600;

//-- 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        = 1464;
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://massmutual.mobular.net/massmutual';

//-- 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     = "91.9 MB";
var g_bigExeModem    = "359 min";
var g_bigExeDSL	     = "84 min";
var g_exeName        = "WGI.exe";
var g_macName        = "WGI.html";

//----------------------------------------------------------------------------------
//-- send to a friend parameters 
//----------------------------------------------------------------------------------
//-- These are for the embedded s2f
var fhtml            = 'http://www.massmutual.com/mmfg/docs/investing_guide/eeprint.html';
var eType            = 'Brochure';
var introsubject     = 'I\'m forwarding you A Woman\'s Guide to Investing';


//----------------------------------------------------------------------------------
//-- 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      = "Pages";

//-- 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     = 1;

//-- This indicates whether to use images or text for the nextprev links
//-- 0 = use text
//-- 1 = use images
var g_txtImgNav      = 1;

//-- 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           = "next_page.gif";
var g_nextEnd        = "";
var g_prev           = "previous_page.gif";
var g_prevEnd        = "";

//-- Turn border around 2 page layout off=0 or on=1
var g_show2PgBord = 1;
//-- Text to appear above images on two page spread
var g_spreadTitle = "<font face=\"Arial\" color=\"045FAA\" size=\"2\"><b>Click to Enlarge Page</b></font><BR><BR>";

//-- 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       = "#045FAA";

//-- nav link color
var g_navLinkColor   = "#000000";
//----------------------------------------------------------------------------------
//-- iframe parameters 
//----------------------------------------------------------------------------------

//-- this is the pixel width and height of the iframe that appears when a user clicks through to
//-- customer site
var g_iframeWidth    = 800;
var g_iframeHeight   = 400;

//----------------------------------------------------------------------------------
//-- movie parameters 
//----------------------------------------------------------------------------------

//-- Movie parameters
var g_mov_width      = "245";
var g_mov_height     = "198";

//----------------------------------------------------------------------------------
//-- zoom parameters 
//----------------------------------------------------------------------------------

//-- zoom scale ... default is 10%
var g_z_scale        = .10;

//-- height of the searchFrame
var g_frmHeight      = 125;

//----------------------------------------------------------------------------------
//-- 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|Mass Mututal WGI|1|181|0|1|WGI.pdf|3"
);

//----------------------------------------------------------------------------------
//-- "bolt On" parameters 
//----------------------------------------------------------------------------------

//-- additional functions to add to the engine... these MUST be loaded into eesearch before the
//-- engine is loaded / unpacked.
var g_newMod = new Array( 
"I2U_goToActualPage"
);

//----------------------------------------------------------------------------------
//-- dynamic content parameters 
//----------------------------------------------------------------------------------

//-- 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 <body bgcolor=\"#ffffff\">";
   g_brandFooter += "\n <TABLE WIDTH=\"750\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_brandFooter += "\n <TR>";
   g_brandFooter += "\n <TD ALIGN=\"left\" VALIGN=\"bottom\">";
   g_brandFooter += "\n <a href=\"http://www.mobular.com\" target=\"newWin\">";
   g_brandFooter += "\n <IMG SRC=\"images/mobular_footer.gif\" border=\"0\" width=\"360\" height=\"45\"></a></td>";
   g_brandFooter += "\n <TD align=\"right\"><BR><IMG SRC=\"images/spacer.gif\" height=\"1\"><p><font face=\"Arial\" size=\"1\" color=\"#666666\">&#169; 2003 Lightbulb Press, Inc. All rights reserved. <A HREF=\"index.html?where=eengine.writePage(4)\" TARGET=\"newWin\" onClick=\"parent.searchFrame.eengine.writePage(4);return false;\"><font face=\"Arial\" size=\"1\" color=\"#666666\"><u>Disclaimers.</u></A><BR><BR></td>";
   g_brandFooter += "\n </TR>";
   g_brandFooter += "\n <BR>";
   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 
var g_navBar    = "";
var g_navBar    = "";
   g_navBar += "\n <center>";
   g_navBar += "\n <TABLE WIDTH=\"760\" HEIGHT=\"20\" ALIGN=\"CENTER\" CELLPADDING=\"0\" BORDER=\"0\" CELLSPACING=\"0\" bgcolor=\"#045FAA\">";
   g_navBar += "\n <tr height=\"3\"><td colspan=\"3\" width=\"760\" bgcolor=\"[[barColor]]\"><img src=\"images/spacer.gif\" width=\"760\" height=\"3\"></td></tr>";
   g_navBar += "\n <TR HEIGHT=\"17\">";
   g_navBar += "\n <TD ALIGN=\"LEFT\" VALIGN=\"MIDDLE\" WIDTH=\"100\" HEIGHT=\"17\" bgcolor=\"#045FAA\">";
   g_navBar += "\n [[prevLink]]";
   g_navBar += "\n </TD>";
   g_navBar += "\n <TD ALIGN=\"MIDDLE\" VALIGN=\"MIDDLE\" WIDTH=\"560\" HEIGHT=\"17\" bgcolor=\"#045FAA\">";
   g_navBar += "\n <FONT FACE=\"arial,helvetica,verdana\" COLOR=\"#FFFFFF\" SIZE=\"-1\">[[barHeader]] of "+g_maxPage+"</font>";
   g_navBar += "\n </TD>";
   g_navBar += "\n <TD ALIGN=\"RIGHT\" VALIGN=\"MIDDLE\" WIDTH=\"100\" HEIGHT=\"17\" bgcolor=\"#045FAA\">";
   g_navBar += "\n [[nextLink]]";
   g_navBar += "\n </TD>";
   g_navBar += "\n </TR>";
   g_navBar += "\n </TABLE>";
   g_navBar += "\n </center>";

//-- this is the page content for showShow
var g_showShow = "";
   g_showShow += "\n<!--";
   g_showShow += "\nPortions are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc.  All";
   g_showShow += "\nRights Reserved.";
   g_showShow += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_showShow += "\nTechnologies, Inc.";
   g_showShow += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_showShow += "\nhttp://www.mobular.com/";
   g_showShow += "\n-->";
   g_showShow += "\n<HTML>";
   g_showShow += "\n<HEAD>";
   g_showShow += "\n<META name=\"copyright\" content=\"Portions of this page and its contents are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc., All Rights Reserved.\">";
   g_showShow += "\n<meta http-equiv=\"Expires\" content=\"Fri, 01 Jan 1999 12:00:00 GMT\">";
   g_showShow += "\n<meta http-equiv=\"PRAGMA\" content=\"NO-CACHE\">";
   g_showShow += "\n";
   g_showShow += "\n<script language=\"Javascript\">";
   g_showShow += "\n";
   g_showShow += "\nfunction fixJitter(){";
   g_showShow += "\nif ((navigator.appName.indexOf(\"Microsoft\") != -1) && (navigator.appVersion.indexOf(\"5.5\") != -1)){";
   g_showShow += "\nscroll(0,1000);";
   g_showShow += "\nscroll(0,0);";
   g_showShow += "\n}";
   g_showShow += "\n}";
   g_showShow += "\n</script>";
   g_showShow += "\n</HEAD>";
   g_showShow += "\n<body bgcolor=\"#ffffff\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\" onLoad=\"javascript:fixJitter();\">";
   g_showShow += "\n<CENTER>";
   g_showShow += "\n<table width=\"750\" height=\"100%\" cellpadding=\"0\" border=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showShow += "\n<tr>";
   g_showShow += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showShow += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showShow += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showShow += "\n<table cellpadding=\"0\" border=\"2\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showShow += "\n<tr>";
   g_showShow += "\n<!--td align=\"center\" bgcolor=\"#ffffff\"><IMG SRC=\"images/image1.jpg\"></td-->";
   g_showShow += "\n<table cellpadding=\"0\" border=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showShow += "\n<tr>";
   g_showShow += "\n<td><img src=\"images/spacer.gif\" width=\"10\" height=\"10\" border=\"0\"></td>";
   g_showShow += "\n<td>";
   g_showShow += "\n<table>";
   g_showShow += "\n<tr>";
   g_showShow += "\n<td colspan=\"3\">";
   g_showShow += "\n<br><br>";
   g_showShow += "\n<font face=\"Arial, sans-serif, helvetica\">";
   g_showShow += "\n<center><font size=\"5\"><b>A Woman's Guide to Investing<b></font></center></font><br><br></td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n<tr>";
   g_showShow += "\n<td>";
   g_showShow += "\n<center>";
   g_showShow += "\n<a HREF=\"index.html?where=eengine.writePage(2)\" TARGET=\"newWin\" onClick=\"if(parent.searchFrame.eengine){parent.searchFrame.eengine.writePage(2);} else{alert(parent.searchFrame.loadWarn);}return false;\">";
   g_showShow += "\n<img src=\"images/womens_guide_cover.jpg\" border=\"0\" width=\"223\" height=\"365\">";
   g_showShow += "\n</a>";
   g_showShow += "\n</center></td>";
   g_showShow += "\n<td><img src=\"images/spacer.gif\" width=\"10\" height=\"10\" border=\"0\"></td>";
   g_showShow += "\n<td>";
   g_showShow += "\n<left>";
   g_showShow += "\n&#149;";
   g_showShow += "\n<font face=\"Arial, sans-serif, helvetica\">";
   g_showShow += "\n<font size=\"4\">";
   g_showShow += "\n<b>";
   g_showShow += "\n<a HREF=\"index.html?where=eengine.writePage(2)\" style=\"text-decoration: none; font-size: 12pt; font-family: arial, sans-serif; color: 045FAA\" TARGET=\"newWin\" onClick=\"if(parent.searchFrame.eengine){parent.searchFrame.eengine.writePage(2);} else{alert(parent.searchFrame.loadWarn);}return false;\">";
   g_showShow += "\nClick here to begin securing your financial future";
   g_showShow += "\n</a></b></font><br><br>";
   g_showShow += "\nWelcome to \"A Woman's Guide to Investing\", provided by MassMutual Financial Group. Find clear, concise information to help you invest in and protect your financial future, no matter what your circumstances.<br><br>Preconceived notions that investing is only for the wealthy? Put them aside. This guide is for anyone who doesn't want to leave her financial security to chance - it's for you.";
   g_showShow += "\n<br><br>There are several ways to use this guide:<br><br><ul><li>browse page-by-page as you would a traditional print publication,<li>choose from the chapters at the top right of the page,<li>enter a keyword to search through the entire guide, or<li>go to a specific page.</ul>Get started now and prepare for your financial future.";
   g_showShow += "\n</font>";
   g_showShow += "\n<br><br>&#149; <font size=\"4\"><b>";
   g_showShow += "\n<a HREF=\"index.html?where=eengine.showForward()\" style=\"text-decoration: none; font-size: 12pt; font-family: arial, sans-serif; color: 045FAA\" TARGET=\"newWin\" onClick=\"if(parent.searchFrame.eengine){parent.searchFrame.eengine.showForward();} else{alert(parent.searchFrame.loadWarn);}return false;\">";
   g_showShow += "\nClick here to send this guide to a friend</a></b></font><br><br>";
   g_showShow += "\n</font>";
   g_showShow += "\n</left>";
   g_showShow += "\n</font></td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n<tr>";
   g_showShow += "\n<td colspan=\"3\">";
   g_showShow += "\n<img src=\"images/spacer.gif\" width=\"10\" height=\"10\" border=\"0\"></td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n</table></td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n</table>";
   g_showShow += "\n<BR>";
   g_showShow += "\n<TABLE border=\"0\" width=\"750\" height=\"45\" CELLPADDING=\"0\" CELLSPACING=\"0\">";
   g_showShow += "\n<TR>";
   g_showShow += "\n<CENTER>";
   g_showShow += "\n <TD align=\"left\">&nbsp;&nbsp;&nbsp;&nbsp;<A HREF=\"http://www.mobular.com/\" TARGET=\"newWin\"><IMG SRC=\"images/footer.gif\" width=\"360\" height=\"45\" border=\"0\"></a></TD>";
   g_showShow += "\n <TD align=\"right\"><p><font face=\"Arial\" size=\"1\" color=\"#666666\">&#169; 2003 Lightbulb Press, Inc. All rights reserved. <a HREF=\"index.html?where=eengine.writePage(4)\" style=\"text-decoration: none; font-size: 12pt; font-family: arial, sans-serif; color: 045FAA\" TARGET=\"newWin\" onClick=\"if(parent.searchFrame.eengine){parent.searchFrame.eengine.writePage(4);} else{alert(parent.searchFrame.loadWarn);}return false;\"><font face=\"Arial\" size=\"1\" color=\"#666666\"><u>Disclaimers.</u></A></td>";
   g_showShow += "\n </TR>";
   g_showShow += "\n </CENTER>";
   g_showShow += "\n </TABLE>";
   g_showShow += "\n <TABLE align=\"left\">";
   g_showShow += "\n <TR>";
   g_showShow += "\n <TD align=\"left\"><p><font face=\"Arial\" size=\"1\" color=\"#666666\">&nbsp;&nbsp;&nbsp;&nbsp;#046904-000 02/04</td>";
   g_showShow += "\n</TR>";
   g_showShow += "\n</TABLE>";
   g_showShow += "\n</td>";
   g_showShow += "\n</tr>";
   g_showShow += "\n</table>";
   g_showShow += "\n</td>";
   g_showShow += "\n</tr></table>";
   g_showShow += "\n</CENTER>";
   g_showShow += "\n</BODY>";
   g_showShow += "\n</HTML>";

//-- 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<!--Portions are Copyright (c) 2000-2003, Mobular Technologies&#174;, Inc.  All";
   g_showSpread += "\nRights Reserved.";
   g_showSpread += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_showSpread += "\nTechnologies, Inc.";
   g_showSpread += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_showSpread += "\nhttp://www.mobular.com/-->";
   g_showSpread += "\n<HTML><HEAD>";
   g_showSpread += "\n<META name=\"copyright\" content=\"Portions of this page and its contents are Copyright (c) 2000-2003, Mobular Technologies&#174;, Inc., All Rights Reserved.\">";
   g_showSpread += "\n</HEAD>";
   g_showSpread += "\n<body bgcolor=\"#ffffff\" TEXT=\"#000000\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\">";
   g_showSpread += "\n<center>";
   g_showSpread += "\n[[NAVBAR]]";
   g_showSpread += "\n[[PGS]]";
   g_showSpread += "\n<BR>";
   g_showSpread += "\n[[NAVBAR]]</CENTER>";
   g_showSpread += "\n<center>";
   g_showSpread += g_brandFooter;
   g_showSpread += "\n</CENTER>";
   g_showSpread += "\n</BODY></HTML>";

//-- 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<!--Portions are Copyright (c) 2000-2003, Mobular Technologies&#174;, Inc.  All";
   g_detSpread += "\nRights Reserved.";
   g_detSpread += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_detSpread += "\nTechnologies, Inc.";
   g_detSpread += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_detSpread += "\nhttp://www.mobular.com/-->";
   g_detSpread += "\n<HTML><HEAD>";
   g_detSpread += "\n<META name=\"copyright\" content=\"This page and all its contents are Portions Copyright 2000-2003, Mobular Technologies(tm);, Inc., All Rights Reserved.\">";
   g_detSpread += "\n</HEAD><BODY BGCOLOR=\"#FFFFFF\" LINK=\"#FFFFFF\" ALINK=\"#FFFFFF\" VLINK=\"#FFFFFF\">";
   g_detSpread += "\n<center>[[xls]]</center>";
   g_detSpread += "\n[[NAVBAR]]";
   g_detSpread += "\n[[PGS hdr=<font color=\"#045FAA\" face=\"Verdana,sans-serif\" size=\"2\">Click here to return to two-page spread.</font>]]";
   g_detSpread += "\n[[NAVBAR]]";
   g_detSpread += "\n<BR><center>";
   g_detSpread += g_brandFooter;
   g_detSpread += "\n<BR></center>";
   g_detSpread += "\n</BODY></HTML>";

//-- 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 <center>";
   g_srchNav += "\n <TABLE WIDTH=\"530\">";
   g_srchNav += "\n <TR>";
   g_srchNav += "\n <TD ALIGN=\"CENTER\" STYLE=\"font-family:Verdana,Arial,Helvetica,sans-serif; font-size:8pt\"> Result pages : <BR></TD>";
   g_srchNav += "\n </TR>";
   g_srchNav += "\n <TR>";
   g_srchNav += "\n <TD ALIGN=\"CENTER\" STYLE=\"font-family:Verdana,Arial,Helvetica,sans-serif; font-size:8pt\">";
   g_srchNav += "\n [[NAVBAR hc=\"#CCCCFF\" nc=\"#0001A8\"]]";
   g_srchNav += "\n </TD>";
   g_srchNav += "\n </TR>";
   g_srchNav += "\n </TABLE>";
   g_srchNav += "\n </center>";


//-- 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 <CENTER>";
   g_srchSpread += "\n <TABLE CELLPADDING=\"0\" CELLSPACING=\"0\" border=\"0\" WIDTH=\"717\">";
   g_srchSpread += "\n <TR>";
   g_srchSpread += "\n <TD ALIGN=\"LEFT\">";
   g_srchSpread += "\n <p><HR>";
   g_srchSpread += "\n <FONT FACE = \"arial,helvetica,verdana\">";
   g_srchSpread += "\n <B>[[sr_num]].</b>";
   g_srchSpread += "\n <A HREF=\"index.html\" TARGET=\"showFrame\" onClick=\"parent.searchFrame.eengine.writePage([[rec_num]]); return false;\"><b><font color=\"#000000\">[[col0]]</font></B><BR><BR>";
   g_srchSpread += "\n [[thumb=col3]]</A>";
   g_srchSpread += "\n <I>An excerpt of text from this page:</I>";
   g_srchSpread += "\n <BR><BR>";
   g_srchSpread += "\n [[excerpt=col1]]";
   g_srchSpread += "\n </FONT>";
   g_srchSpread += "\n </p>";
   g_srchSpread += "\n </TD>";
   g_srchSpread += "\n </TR>";
   g_srchSpread += "\n </TABLE>";
   g_srchSpread += "\n </CENTER><BR>";


//-- 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
//-- [[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<!--Portions are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc.  All";
   g_showMatch += "\nRights Reserved.";
   g_showMatch += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_showMatch += "\nTechnologies, Inc.";
   g_showMatch += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_showMatch += "\nhttp://www.mobular.com/-->";
   g_showMatch += "\n<HTML>";
   g_showMatch += "\n<HEAD>";
   g_showMatch += "\n<META name=\"copyright\" content=\"Portions of this page and its contents are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc., All Rights Reserved.\">";
   g_showMatch += "\n</HEAD>";
   g_showMatch += "\n<body bgcolor=\"#FFFFFF\" TEXT=\"#000000\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\">";
   g_showMatch += "\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td width=\"10\" bgcolor=\"#FFFFFF\">";
   g_showMatch += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showMatch += "\n<td align=\"center\" bgcolor=\"#FFFFFF\">";
   g_showMatch += "\n<table cellpadding=\"5\" border=\"2\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showMatch += "\n<TABLE CELLPADDING=\"2\" CELLSPACING=\"0\" border=\"0\" WIDTH=\"717\" bgcolor=\"#045FAA\">";
   g_showMatch += "\n<TR><TD bgcolor=\"#045FAA\"><FONT FACE=\"arial,helvetica,verdana\"";
   g_showMatch += "\nCOLOR=\"#FFFFFF\" size=\"-1\">&nbsp;&nbsp;&nbsp; Search for <STRONG>KEYWORDSUSED</STRONG>";
   g_showMatch += "\n</FONT></TD>";
   g_showMatch += "\n<TD align=\"right\" bgcolor=\"#045FAA\"><FONT FACE=\"arial,helvetica,verdana\" COLOR=\"#FFFFFF\" size=\"-1\">[[rsltCnt]] results from [[eTitle]]&nbsp;&nbsp;&nbsp;</FONT></TD></TR>";
   g_showMatch += "\n</TABLE></CENTER>";
   g_showMatch += "\n<CENTER><TABLE WIDTH=\"717\" BORDER=\"0\"";
   g_showMatch += "\nCELLPADDING=\"5\" CELLSPACING=\"5\"><TR><TD>";
   g_showMatch += "\n<FONT FACE=\"arial,helvetica,verdana\" SIZE=\"-1\"><I>Information related to your keyword search was found within the following pages below. A brief snippet of text from that page, and the link to view the page in its entirety has been provided.</I></FONT>";
   g_showMatch += "\n</TD></TR></TABLE></CENTER>";
   g_showMatch += "\nSHOWMATCHRESULTS";
   g_showMatch += "\n<CENTER><TABLE CELLPADDING=\"2\" CELLSPACING=\"0\" border=\"0\" WIDTH=\"717\" bgcolor=\"#045FAA\">";
   g_showMatch += "\n<TR><TD bgcolor=\"#045FAA\" ALIGN=\"LEFT\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;";
   g_showMatch += "\n<FONT FACE=\"arial,helvetica,verdana\" COLOR=\"#FFFFFF\" SIZE=\"1\">Interactive Document</font>";
   g_showMatch += "\n</TD>";
   g_showMatch += "\n<TD bgcolor=\"#045FAA\" ALIGN=\"RIGHT\" valign=\"bottom\"><FONT FACE=\"arial,helvetica,verdana\" COLOR=\"#FFFFFF\" SIZE=\"1\">";
   g_showMatch += "\n&#169; 2000-2004, Mobular Technologies&#174;, Inc., All Rights Reserved.&nbsp;&nbsp;&nbsp;</FONT></TD></TR>";
   g_showMatch += "\n</TABLE></CENTER>";
   g_showMatch += "\n</center></TD></TR></TABLE>";
   g_showMatch += "\n</td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n</table>";
   g_showMatch += "\n</td>";
   g_showMatch += "\n<td width=\"10\" bgcolor=\"#FFFFFF\">";
   g_showMatch += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showMatch += "\n</tr>";
   g_showMatch += "\n<tr>";
   g_showMatch += "\n</tr></table>";
   g_showMatch += "\n<BR><center>";
   g_showMatch += g_brandFooter;
   g_showMatch += "\n</center>";
   g_showMatch += "\n</BODY>";
   g_showMatch += "\n</HTML>";

//-- 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<!--Portions are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc.  All";
   g_showNoMatch += "\nRights Reserved.";
   g_showNoMatch += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_showNoMatch += "\nTechnologies, Inc.";
   g_showNoMatch += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_showNoMatch += "\nhttp://www.mobular.com/-->";
   g_showNoMatch += "\n<HTML><HEAD>";
   g_showNoMatch += "\n<META name=\"copyright\" content=\"Portions of this page and its contents are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc., All Rights Reserved.\">";
   g_showNoMatch += "\n</HEAD>";
   g_showNoMatch += "\n<BODY bgcolor=\"#ffffff\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\" TEXT=\"#000000\">";
   g_showNoMatch += "\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showNoMatch += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showNoMatch += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showNoMatch += "\n<table cellpadding=\"0\" border=\"2\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showNoMatch += "\n<TABLE WIDTH=\"750\" ALIGN=\"center\">";
   g_showNoMatch += "\n<TR><TD colspan=\"3\" ALIGN=\"center\"><br>";
   g_showNoMatch += "\n<A HREF=\"http://www.massmutual.com\" target=\"_blank\"><img name=\"logo\" id=\"logo\" SRC=\"images/mm_logo_home.gif\" alt=\"\" border=\"0\"></a><br><br>";
   g_showNoMatch += "\n<tr><td colspan=\"3\" align=\"center\"><FONT FACE=\"verdana,arial,helvetica\" COLOR=\"#045FAA\" SIZE=\"+1\">No Search Results</font></td></tr>";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td>";
   g_showNoMatch += "\n<TD ALIGN=\"LEFT\"><br>";
   g_showNoMatch += "\n<FONT FACE=\"verdana,arial,helvetica\">";
   g_showNoMatch += "\nSorry.<BR>";
   g_showNoMatch += "\nYour search for <STRONG>\"KEYWORDSUSED\"</STRONG>";
   g_showNoMatch += "\nreturned no results.</font><BR>";
   g_showNoMatch += "\n<BR>";
   g_showNoMatch += "\n<font color=\"#045FAA\" face=\"Verdana,sans-serif\" size=\"-2\"><B> Some Helpful Hints:</B></font><BR>";
   g_showNoMatch += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\"><UL><LI>Select a topic from the Index pull-down menu.</LI></ul>";
   g_showNoMatch += "\n<UL><LI>Check your spelling.</LI></ul>";
   g_showNoMatch += "\n<UL><LI>Try fewer keywords, or broaden your search to find more choices.</li></ul>";
   g_showNoMatch += "\n<UL><LI>You may also read this Mobular Engine&#174; page-by-page, by using the Browse arrows.";
   g_showNoMatch += "\nAt any time, you may return to the start by clicking on the left-most Browse arrow or by clicking the Home button.</li></ul>";
   g_showNoMatch += "\n</UL></font><br>";
   g_showNoMatch += "\n</td>";
   g_showNoMatch += "\n<td width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n</TABLE>";
   g_showNoMatch += "\n</td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n</table>";
   g_showNoMatch += "\n</td>";
   g_showNoMatch += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showNoMatch += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showNoMatch += "\n</tr>";
   g_showNoMatch += "\n<tr>";
   g_showNoMatch += "\n<td colspan=\"3\" align=\"center\" bgcolor=\"#ffffff\"><br>";
   g_showNoMatch += g_brandFooter;
   g_showNoMatch += "\n</td>";
   g_showNoMatch += "\n</tr></table></BODY></HTML>";

//-- this is the page content for help
var g_showHelp = "";
   g_showHelp += "\n<!--Portions are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc.  All";
   g_showHelp += "\nRights Reserved.";
   g_showHelp += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_showHelp += "\nTechnologies, Inc.";
   g_showHelp += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_showHelp += "\nhttp://www.mobular.com/-->";
   g_showHelp += "\n<HTML>";
   g_showHelp += "\n<HEAD>";
   g_showHelp += "\n<META name=\"copyright\" content=\"Portions of this page and its contents are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc., All Rights Reserved.\">";
   g_showHelp += "\n</HEAD>";
   g_showHelp += "\n<body bgcolor=\"#ffffff\" TEXT=\"#000000\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\">";
   g_showHelp += "\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showHelp += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showHelp += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showHelp += "\n<table cellpadding=\"0\" border=\"2\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showHelp += "\n<TABLE WIDTH=\"700\" cellpadding=\"0\" border=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showHelp += "\n<TR>";
   g_showHelp += "\n<TD colspan=\"3\" align=\"center\">";
   g_showHelp += "\n<br>";
   g_showHelp += "\n<FONT FACE=\"verdana,arial,helvetica\" COLOR=\"#045FAA\" SIZE=\"+1\">";
   g_showHelp += "\nHelp</font>";
   g_showHelp += "\n<br><br>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td>";
   g_showHelp += "\n<td>";
   g_showHelp += "\n<P>";
   g_showHelp += "\n<font color=\"#000000\" 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 += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">";
   g_showHelp += "\nJump to a particular section of this document by choosing the";
   g_showHelp += "\nsection title from the pull-down menu.</font>";
   g_showHelp += "\n</p>";
   g_showHelp += "\n<P>";
   g_showHelp += "\n<font color=\"#000000\" face=\"Verdana,sans-serif\" size=\"-2\"><B>Browse:</B></font>";
   g_showHelp += "\n<br>";
   g_showHelp += "\n<img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showHelp += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">";
   g_showHelp += "\nBrowse through this document by using the arrow buttons on the navigation bar.";
   g_showHelp += "\nAt any time, you may return to the start by clicking on the left-most arrow button. </font></p>";
   g_showHelp += "\n<P>";
   g_showHelp += "\n<font color=\"#000000\" 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 += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">";
   g_showHelp += "\nTo search this Interactive Document by keyword, simply enter one or more";
   g_showHelp += "\nterms into the text box, and push";
   g_showHelp += "\nthe [Search for Text] button, or use the [Return] key on your keyboard.<BR>";
   g_showHelp += "\n<br>";
   g_showHelp += "\nSearches will match any of the keywords you enter. If you use multiple keywords, the default search";
   g_showHelp += "\nwill 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";
   g_showHelp += "\naround your keyword string.<BR>";
   g_showHelp += "\n<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>";
   g_showHelp += "\n<P>";
   g_showHelp += "\n<font color=\"#000000\" face=\"Verdana,sans-serif\" size=\"-2\"><B> Go to Page:</B></font>";
   g_showHelp += "\n<br>";
   g_showHelp += "\n<img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showHelp += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">";
   g_showHelp += "\nTo go to a particular page, simply enter the";
   g_showHelp += "\npage number into the text box, and push";
   g_showHelp += "\nthe [Go to Page] button, or use the [Return] key on your keyboard.";
   g_showHelp += "\nThe page requested will appear very quickly in the browser window.</font>";
   g_showHelp += "\n</P><br>";
   g_showHelp += "\n</font></td>";
   g_showHelp += "\n<td width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td></tr>";
   g_showHelp += "\n</TABLE>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n</table>";
   g_showHelp += "\n</td>";
   g_showHelp += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showHelp += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showHelp += "\n</tr>";
   g_showHelp += "\n<tr>";
   g_showHelp += "\n<td colspan=\"3\" align=\"center\" bgcolor=\"#ffffff\"><br>";
   g_showHelp += g_brandFooter;
   g_showHelp += "\n</td>";
   g_showHelp += "\n</tr></table>";
   g_showHelp += "\n</BODY>";
   g_showHelp += "\n</HTML>";

//-- this is the page content for about
var g_showAbout = "";
   g_showAbout += "\n<!--Portions are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc.  All";
   g_showAbout += "\nRights Reserved.";
   g_showAbout += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_showAbout += "\nTechnologies, Inc.";
   g_showAbout += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_showAbout += "\nhttp://www.mobular.com/-->";
   g_showAbout += "\n<HTML>";
   g_showAbout += "\n<META name=\"copyright\" content=\"Portions of this page and its contents are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc., All Rights Reserved.\">";
   g_showAbout += "\n<BODY BGCOLOR=\"#FFFFFF\" TEXT=\"#000000\">";
   g_showAbout += "\n<P></P>";
   g_showAbout += "\n<center><IMG SRC=\"images/eesearch_logo.gif\"><br><br></center>";
   g_showAbout += "\n<CENTER>";
   g_showAbout += "\n<table><tr><td align=\"left\">";
   g_showAbout += "\nPlace about creative here ... ";
   g_showAbout += "\n</td></tr></table>";
   g_showAbout += "\n<CENTER>";
   g_showAbout += "\n<P>";
   g_showAbout += "\n<HR NOSHADE WIDTH=\"80%\">";
   g_showAbout += "\n</P>";
   g_showAbout += "\n</CENTER>";
   g_showAbout += "\n</BODY></HTML>";

//-- this is the page content for the send to a friend success page
var g_showForward = "";
   g_showForward += "\n<!--Portions are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc.  All";
   g_showForward += "\nRights Reserved.";
   g_showForward += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_showForward += "\nTechnologies, Inc.";
   g_showForward += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_showForward += "\nhttp://www.mobular.com/-->";
   g_showForward += "\n<html>";
   g_showForward += "\n<head>";
   g_showForward += "\n<META name=\"copyright\" content=\"Portions of this page and its contents are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc., All Rights Reserved.\">";
   g_showForward += "\n</head>";
   g_showForward += "\n<body bgcolor=\"#ffffff\" onLoad=\"document.data.Email.focus()\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">";
   g_showForward += "\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showForward += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showForward += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showForward += "\n<table cellpadding=\"0\" border=\"2\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showForward += "\n<form action=\"http://www.og2fg.net/s2f/s2f_remote_embed.jsp\" name=\"data\" onsubmit=\"return parent.searchFrame.eengine.validate();\">";
   g_showForward += "\n<table width=\"750\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td colspan=\"5\" valign=\"top\" ALIGN=\"middle\" height=\"30\">";
   g_showForward += "\n<DIV align=\"center\"><br>";
   g_showForward += "\n<FONT FACE=\"verdana,arial,helvetica\" COLOR=\"#045FAA\" SIZE=\"+1\">Send";
   g_showForward += "\nto a Friend</FONT><br><br>";
   g_showForward += "\n</DIV>";
   g_showForward += "\n</td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td>";
   g_showForward += "\n<td valign=\"top\">";
   g_showForward += "\n<P>";
   g_showForward += "\n<font color=\"#000000\" face=\"Verdana,sans-serif\" size=\"-2\"><strong>Recipient</strong></font><br>";
   g_showForward += "\n<img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showForward += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">Recipient E-mail Address<br>";
   g_showForward += "\n<textarea cols=\"23\" rows=\"2\" name=\"Email\"></textarea><br>";
   g_showForward += "\n<img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showForward += "\nSubject Line<br>";
   g_showForward += "\n<input type=\"text\" name=\"subject\" value=\"A Woman's Guide to Investing\" size=\"31\"><br>";
   g_showForward += "\n<img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showForward += "\nMessage<br>";
   g_showForward += "\n<textarea cols=\"23\" rows=\"3\" name=\"Comments\"></textarea><br>";
   g_showForward += "\n<br>";
   g_showForward += "\n<font color=\"#000000\" face=\"Verdana,sans-serif\" size=\"-2\"><strong>Sender</strong></font><br>";
   g_showForward += "\n<img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showForward += "\nSender E-mail Address<br>";
   g_showForward += "\n<input type=\"text\" name=\"Sender\" size=\"31\"><br>";
   g_showForward += "\n<img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showForward += "\n<br>";
   g_showForward += "\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td valign=\"top\" nowrap=nowrap>";
   g_showForward += "\n<input type=\"image\" src=\"images/submit.gif\" border=\"0\">&nbsp;&nbsp;</td>";
   g_showForward += "\n<td valign=\"top\"><a href=\"WGI.html\" onClick=\"parent.searchFrame.eengine.cancelAct(1); return false;\" target=\"showFrame\">";
   g_showForward += "\n<img SRC=\"images/cancel.gif\" border=\"0\"></a></td></tr></table></FONT></P><br>";
   g_showForward += "\n</td>";
   g_showForward += "\n<td valign=\"top\" width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\">";
   g_showForward += "\n</td>";
   g_showForward += "\n<td valign=\"top\">";
   g_showForward += "\n<br><br>";
   g_showForward += "\n<P align=\"justify\"><FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">";
   g_showForward += "\nSend your friend \"A Woman's Guide to Investing\"";
   g_showForward += "\nby completing the fields on the left.";
   g_showForward += "\nYour friend will receive an e-mail ";
   g_showForward += "\nso they can begin browsing the contents.</FONT>";
   g_showForward += "\n</P>";
   g_showForward += "\n</td>";
   g_showForward += "\n<td width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table><br><br>";
   g_showForward += "\n</form>";
   g_showForward += "\n</center>";
   g_showForward += "\n</td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n</table>";
   g_showForward += "\n</td>";
   g_showForward += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showForward += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showForward += "\n</tr>";
   g_showForward += "\n<tr>";
   g_showForward += "\n<td colspan=\"3\" align=\"center\" bgcolor=\"#ffffff\"><br>";
   g_showForward += g_brandFooter;
   g_showForward += "\n</td>";
   g_showForward += "\n</tr></table>";
   g_showForward += "\n</BODY>";
   g_showForward += "\n</html>";

//-- this is the page content for the send to a friend success page
var g_showSuccess = "";
   g_showSuccess += "\n<!--Portions are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc.  All";
   g_showSuccess += "\nRights Reserved.";
   g_showSuccess += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_showSuccess += "\nTechnologies, Inc.";
   g_showSuccess += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_showSuccess += "\nhttp://www.mobular.com/-->";
   g_showSuccess += "\n<HTML>";
   g_showSuccess += "\n<HEAD>";
   g_showSuccess += "\n<TITLE>Interactive Document send to a friend</TITLE>";
   g_showSuccess += "\n<META name=\"copyright\" content=\"Portions of this page and its contents are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc., All Rights Reserved.\">";
   g_showSuccess += "\n<META http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">";
   g_showSuccess += "\n</HEAD>";
   g_showSuccess += "\n<body bgcolor=\"#ffffff\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\" link=\"3333CC\" alink=\"3333CC\" vlink=\"3333CC\">";
   g_showSuccess += "\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showSuccess += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showSuccess += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showSuccess += "\n<table cellpadding=\"0\" border=\"2\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showSuccess += "\n<form name=\"data\" action=\"eeprint.html\">";
   g_showSuccess += "\n<TABLE height=\"189\" cellSpacing=\"0\" cellPadding=\"0\" width=\"475\" border=\"0\">";
   g_showSuccess += "\n<TR>";
   g_showSuccess += "\n<td rowspan=\"3\" width=\"30\"><IMG SRC=\"images/spacer.gif\" width=\"30\" height=\"1\"></td>";
   g_showSuccess += "\n<TD colspan=\"2\" align=\"center\" width=\"100%\">";
   g_showSuccess += "\n<br>";
   g_showSuccess += "\n</td>";
   g_showSuccess += "\n<td rowspan=\"3\" width=\"30\"><IMG SRC=\"images/spacer.gif\" width=\"30\" height=\"1\"></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<TD align=\"center\" colspan=\"2\"><FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">";
   g_showSuccess += "\nYou have successfully forwarded a copy of \"A Woman's Guide to Investing\".</font><br><br>";
   g_showSuccess += "\n</td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<TD align=\"left\">";
   g_showSuccess += "\n<A href=\"index.html\" onClick=\"parent.searchFrame.eengine.showForward(); return false;\">";
   g_showSuccess += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">Send Again</font></A><br><br>";
   g_showSuccess += "\n</TD>";
   g_showSuccess += "\n<TD align=\"right\">";
   g_showSuccess += "\n<A onclick=\"parent.searchFrame.eengine.showShow(); return false;\" href=\"eeprint.html\">";
   g_showSuccess += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">Return to \"A Woman's Guide to Investing\"</font></A><br><br>";
   g_showSuccess += "\n</TD>";
   g_showSuccess += "\n</TR>";
   g_showSuccess += "\n</TABLE>";
   g_showSuccess += "\n</form>";
   g_showSuccess += "\n</td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n</table>";
   g_showSuccess += "\n</td>";
   g_showSuccess += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showSuccess += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showSuccess += "\n</tr>";
   g_showSuccess += "\n<tr>";
   g_showSuccess += "\n<td colspan=\"3\" align=\"center\" bgcolor=\"#ffffff\"><br>";
   g_showSuccess += g_brandFooter;
   g_showSuccess += "\n</td>";
   g_showSuccess += "\n</tr></table>";
   g_showSuccess += "\n</BODY>";
   g_showSuccess += "\n</HTML>";

//-- this is the page content for the print page
//-- [[doclist]] - tells the engine where in this template to place a drop down list
//--               containing the documents listed in the prtDocs array above.
var g_prtContent = "";
   g_prtContent += "\n<!--Portions are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc.  All";
   g_prtContent += "\nRights Reserved.";
   g_prtContent += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_prtContent += "\nTechnologies, Inc.";
   g_prtContent += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_prtContent += "\nhttp://www.mobular.com/-->";
   g_prtContent += "\n<HTML>";
   g_prtContent += "\n<HEAD>";
   g_prtContent += "\n<META name=\"copyright\" content=\"Portions of this page and its contents are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc., All Rights Reserved.\">";
   g_prtContent += "\n</HEAD>";
   g_prtContent += "\n<BODY BGCOLOR=\"#ffffff\" TEXT=\"#000000\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">";
   g_prtContent += "\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_prtContent += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_prtContent += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_prtContent += "\n<table cellpadding=\"0\" border=\"2\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_prtContent += "\n<form NAME=\"prtForm\" target=\"showFrame\" onSubmit=\"parent.searchFrame.eengine.runPrt(document.prtForm, 1); return false;\">";
   g_prtContent += "\n<TABLE width=\"750\" cellpadding=\"0\" cellspacing=\"0\" BORDER=\"0\">";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<TD colspan=\"4\" align=\"center\"><br><FONT FACE=\"verdana,arial,helvetica\" COLOR=\"#045FAA\" SIZE=\"+1\">Print</font><br><br></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td rowspan=\"5\" width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td>";
   g_prtContent += "\n<TD colspan=\"2\" align=\"left\"><font color=\"#045FAA\" face=\"Verdana,sans-serif\" size=\"-2\"><B>";
   g_prtContent += "\nChoose what you wish to print:</b><br></font></td>";
   g_prtContent += "\n<td rowspan=\"5\" width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td valign=\"top\"><img src=\"images/spacer.gif\" width=\"5\" height=\"15\" border=\"0\"><br>";
   g_prtContent += "\n<input type=\"radio\" checked name=\"rad_prt\" value=\"0\">&nbsp;</td>";
   g_prtContent += "\n<td valign=\"bottom\"><img src=\"images/spacer.gif\" width=\"5\" height=\"15\" border=\"0\"><br>";
   g_prtContent += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">Current Page</font><br>";
   g_prtContent += "\n<!-- put discription here with a <br> --></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<TD valign=\"top\"><img src=\"images/spacer.gif\" width=\"5\" height=\"13\" border=\"0\"><br>";
   g_prtContent += "\n<input type=\"radio\" name=\"rad_prt\" value=\"1\">&nbsp;</td>";
   g_prtContent += "\n<td valign=\"bottom\"><img src=\"images/spacer.gif\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_prtContent += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">Page Range ( ex: 2-5 )</font>&nbsp;<input type=\"text\" name=\"pgRng\" size=\"20\" maxsize=\"20\" value=\"\" onFocus=\"document.forms[0].rad_prt[1].checked = true;\"><br>";
   g_prtContent += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-2\">It is recommended that no more than 10 pages be included in the print range.  For larger print jobs, please use the 'Entire Document' option.</font><br>";
   g_prtContent += "\n<!-- put discription here with a <br> --></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<TD valign=\"top\"><img src=\"images/spacer.gif\" width=\"5\" height=\"9\" border=\"0\"><br>";
   g_prtContent += "\n<input type=\"radio\" name=\"rad_prt\" value=\"2\">&nbsp;</td>";
   g_prtContent += "\n<td valign=\"bottom\"><img src=\"images/spacer.gif\" width=\"5\" height=\"9\" border=\"0\"><br>";
   g_prtContent += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">Entire Document</font>";
   g_prtContent += "\n<br><FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-2\">Selecting this option will ready the eDocument for printing on your machine.  Please wait for the download (Adobe Acrobat Reader is required).</font>";
   g_prtContent += "\n<!-- put discription (no br) --></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<TD colspan=\"4\" align=\"center\" nowrap=nowrap><br><br>";
   g_prtContent += "\n<a href=\"WGI.html\" name=\"getexe\" onClick=\"parent.searchFrame.eengine.runPrt(document.prtForm, 1); return false;\" target=\"showFrame\">";
   g_prtContent += "\n<img SRC=\"images/print_button.gif\" border=\"0\"></a>&nbsp;&nbsp;";
   g_prtContent += "\n<a href=\"WGI.html\" onClick=\"parent.searchFrame.eengine.cancelAct(0); return false;\" target=\"showFrame\">";
   g_prtContent += "\n<img SRC=\"images/cancel.gif\" border=\"0\"></a><br><br>";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n</TABLE>";
   g_prtContent += "\n</form>";
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n</table>";
   g_prtContent += "\n</td>";
   g_prtContent += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_prtContent += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_prtContent += "\n</tr>";
   g_prtContent += "\n<tr>";
   g_prtContent += "\n<td colspan=\"3\" align=\"center\" bgcolor=\"#ffffff\"><br>";
   g_prtContent += g_brandFooter;
   g_prtContent += "\n</td>";
   g_prtContent += "\n</tr></table>";
   g_prtContent += "\n</BODY>";
   g_prtContent += "\n</HTML>";

//-- 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<!--Portions are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc.  All";
   g_showS2D += "\nRights Reserved.";
   g_showS2D += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_showS2D += "\nTechnologies, Inc.";
   g_showS2D += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_showS2D += "\nhttp://www.mobular.com/-->";
   g_showS2D += "\n<HTML>";
   g_showS2D += "\n<HEAD>";
   g_showS2D += "\n<META name=\"copyright\" content=\"Portions of this page and its contents are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc., All Rights Reserved.\">";
   g_showS2D += "\n</HEAD>";
   g_showS2D += "\n<BODY BGCOLOR=\"#ffffff\" TEXT=\"#000000\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">";
   g_showS2D += "\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showS2D += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showS2D += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showS2D += "\n<table cellpadding=\"0\" border=\"2\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showS2D += "\n<form NAME=\"s2dForm\" target=\"showFrame\">";
   g_showS2D += "\n<table border=\"0\" width=\"750\">";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"4\" align=\"center\">";
   g_showS2D += "\n<br><FONT FACE=\"verdana,arial,helvetica\" COLOR=\"#045FAA\" SIZE=\"+1\">Interactive Document";
   g_showS2D += "\nSave to Desktop</font><br><br>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"4\" align=\"center\">";
   g_showS2D += "\n<FONT FACE=\"verdana,arial,helvetica\">Please select your";
   g_showS2D += "\npreference for your Interactive Document. </font>";
   g_showS2D += "\n<br>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td rowspan=\"4\" width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td>";
   g_showS2D += "\n<td colspan=\"2\"><BR>";
   g_showS2D += "\n<font color=\"#045FAA\" face=\"Verdana,sans-serif\" size=\"-2\"><B>Shortcut to Document: </B></font></td>";
   g_showS2D += "\n<td rowspan=\"4\" width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td valign=\"top\"><img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showS2D += "\n<input type=\"radio\" checked name=\"s2d_option\" value=\"exe/persistent/EXENAME\">&nbsp;</td>";
   g_showS2D += "\n<td><img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showS2D += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">This is a 36kB";
   g_showS2D += "\ndownload 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";
   g_showS2D += "\nDocument.</font><br>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"2\"><BR>";
   g_showS2D += "\n<font color=\"#045FAA\" face=\"Verdana,sans-serif\" size=\"-2\"><B>Complete Document: </B></font></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td valign=\"top\"><img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showS2D += "\n<input type=\"radio\" name=\"s2d_option\" value=\"exe/static/EXENAME\">&nbsp;</td>";
   g_showS2D += "\n<td><img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showS2D += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">This download is BIGEXESIZE";
   g_showS2D += "\nand will take approximately BIGEXETIMEMODEM on a 56k modem and approximately BIGEXETIMEDSL";
   g_showS2D += "\non a high-speed connection. This option allows you to completely browse";
   g_showS2D += "\nthrough the Interactive Document without being connected to the Internet.</font><br>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"4\" align=\"center\" valign=\"bottom\"><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=\"WGI.html\" name=\"getexe\" onClick=\"return parent.searchFrame.eengine.gotoS2D(document.s2dForm, event);\" target=\"showFrame\">";
   g_showS2D += "\n<img src=\"images/download.gif\" border=\"0\"></a>&nbsp;</td>";
   g_showS2D += "\n<td align=\"center\" valign=\"middle\">&nbsp;";
   g_showS2D += "\n<a href=\"WGI.html\" onClick=\"parent.searchFrame.eengine.cancelAct(2); return false;\" target=\"showFrame\">";
   g_showS2D += "\n<img SRC=\"images/cancel.gif\" border=\"0\"></a></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table><br><br>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n</form>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n</table>";
   g_showS2D += "\n</td>";
   g_showS2D += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showS2D += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showS2D += "\n</tr>";
   g_showS2D += "\n<tr>";
   g_showS2D += "\n<td colspan=\"3\" align=\"center\" bgcolor=\"#ffffff\"><br>";
   g_showS2D += g_brandFooter;
   g_showS2D += "\n</td>";
   g_showS2D += "\n</tr></table>";
   g_showS2D += "\n</BODY>";
   g_showS2D += "\n</HTML>";

//-- 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<!--Portions are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc.  All";
   g_showS2DMAC += "\nRights Reserved.";
   g_showS2DMAC += "\nMobular and Mobular Technologies are Registered Trademarks of Mobular";
   g_showS2DMAC += "\nTechnologies, Inc.";
   g_showS2DMAC += "\nAll rights reserved.  Unauthorized reproduction prohibited.";
   g_showS2DMAC += "\nhttp://www.mobular.com/-->";
   g_showS2DMAC += "\n<HTML>";
   g_showS2DMAC += "\n<HEAD>";
   g_showS2DMAC += "\n<META name=\"copyright\" content=\"Portions of this page and its contents are Copyright (c) 2000-2004, Mobular Technologies&#174;, Inc., All Rights Reserved.\">";
   g_showS2DMAC += "\n</HEAD>";
   g_showS2DMAC += "\n<BODY BGCOLOR=\"#ffffff\" TEXT=\"#000000\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">";
   g_showS2DMAC += "\n<table width=\"100%\" cellpadding=\"0\" border=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showS2DMAC += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showS2DMAC += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showS2DMAC += "\n<table cellpadding=\"0\" border=\"2\" cellspacing=\"0\" bgcolor=\"#ffffff\">";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td align=\"center\" bgcolor=\"#ffffff\">";
   g_showS2DMAC += "\n<form NAME=\"s2dForm\" target=\"showFrame\">";
   g_showS2DMAC += "\n<table border=\"0\" width=\"750\">";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td colspan=\"4\" align=\"center\">";
   g_showS2DMAC += "\n<br><FONT FACE=\"verdana,arial,helvetica\" COLOR=\"#045FAA\" SIZE=\"+1\">Interactive Document";
   g_showS2DMAC += "\nSave to Desktop</font><br><br>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td colspan=\"4\" align=\"center\">";
   g_showS2DMAC += "\n<FONT FACE=\"verdana,arial,helvetica\">Please select your";
   g_showS2DMAC += "\npreference for your Interactive Document.</font><br>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td rowspan=\"2\" width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td>";
   g_showS2DMAC += "\n<td colspan=\"2\"><BR>";
   g_showS2DMAC += "\n<font color=\"#045FAA\" face=\"Verdana,sans-serif\" size=\"-2\"><B>Shortcut to Document: </B></font></td>";
   g_showS2DMAC += "\n<td rowspan=\"2\" width=\"20\"><IMG SRC=\"images/spacer.gif\" width=\"20\" height=\"1\"></td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td valign=\"top\"><img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showS2DMAC += "\n<input type=\"radio\" checked name=\"s2d_option\" value=\"exe/persistent/EXENAME\">&nbsp;</td>";
   g_showS2DMAC += "\n<td><img src=\"images/spacer.gif\" alt=\"\" width=\"5\" height=\"7\" border=\"0\"><br>";
   g_showS2DMAC += "\n<FONT face=\"Verdana,sans-serif\" color=\"#353535\" size=\"-1\">This is a 10kB";
   g_showS2DMAC += "\ndownload that will take 2-3 seconds over a 56k modem. This option provides easy";
   g_showS2DMAC += "\nfuture access to the Interactive Document through a file saved to your PC.";
   g_showS2DMAC += "\nThis option requires that you must be online to browse the Interactive";
   g_showS2DMAC += "\nDocument.</font><br>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td colspan=\"4\" align=\"center\" valign=\"bottom\"><br>";
   g_showS2DMAC += "\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td align=\"center\" valign=\"top\" nowrap=nowrap>";
   g_showS2DMAC += "\n<a href=\"WGI.html\" name=\"getexe\" onClick=\"return parent.searchFrame.eengine.gotoS2D(document.s2dForm, event);\" target=\"showFrame\">";
   g_showS2DMAC += "\n<img src=\"images/download.gif\" border=\"0\"></a>&nbsp; &nbsp;</td>";
   g_showS2DMAC += "\n<td align=\"center\" valign=\"top\">";
   g_showS2DMAC += "\n<a href=\"WGI.html\" onClick=\"parent.searchFrame.eengine.cancelAct(2); return false;\" target=\"showFrame\">";
   g_showS2DMAC += "\n<img SRC=\"images/cancel.gif\" border=\"0\"></a></td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n</table><br><br>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n</table>";
   g_showS2DMAC += "\n</form>";
   g_showS2DMAC += "\n</center>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n</table>";
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n<td width=\"10\" bgcolor=\"#ffffff\">";
   g_showS2DMAC += "\n<IMG SRC=\"images/spacer.gif\" width=\"10\" height=\"1\"></td>";
   g_showS2DMAC += "\n</tr>";
   g_showS2DMAC += "\n<tr>";
   g_showS2DMAC += "\n<td colspan=\"3\" align=\"center\" bgcolor=\"#ffffff\"><br>";
   g_showS2DMAC += g_brandFooter;
   g_showS2DMAC += "\n</td>";
   g_showS2DMAC += "\n</tr></table>";
   g_showS2DMAC += "\n</BODY>";
   g_showS2DMAC += "\n</HTML>";


