///////////////////////////////////////////////////////////////////////////////
// This is for standard rollovers on pages one level below the Home Page     //
///////////////////////////////////////////////////////////////////////////////

if (document.images) {
// These are for the left side navigation rollovers in the Brand Expansion section.
  definition2On = new Image();
  definition2On.src = "../images/nav/side_definition_over.gif";
  definition2Off = new Image();
  definition2Off.src = "../images/nav/side_definition.gif";
  philosophy2On = new Image();
  philosophy2On.src = "../images/nav/side_philosophy_over.gif";
  philosophy2Off = new Image();
  philosophy2Off.src = "../images/nav/side_philosophy.gif";
  process2On = new Image();
  process2On.src = "../images/nav/side_process_over.gif";
  process2Off = new Image();
  process2Off.src = "../images/nav/side_process.gif";
  glossary2On = new Image();
  glossary2On.src = "../images/nav/side_glossary_over.gif";
  glossary2Off = new Image();
  glossary2Off.src = "../images/nav/side_glossary.gif";
  
// These are for the left side navigation rollovers in the Process section.
  brandXPOn = new Image();
  brandXPOn.src = "../images/nav/side_brandXP_over.gif";
  brandXPOff = new Image();
  brandXPOff.src = "../images/nav/side_brandXP.gif";
  analyzeOn = new Image();
  analyzeOn.src = "../images/nav/side_analyze_over.gif";
  analyzeOff = new Image();
  analyzeOff.src = "../images/nav/side_analyze.gif";
  buildOn = new Image();
  buildOn.src = "../images/nav/side_build_over.gif";
  buildOff = new Image();
  buildOff.src = "../images/nav/side_build.gif";
  conveyOn = new Image();
  conveyOn.src = "../images/nav/side_convey_over.gif";
  conveyOff = new Image();
  conveyOff.src = "../images/nav/side_convey.gif";
}

// NOTE: The function is in the internal.js file.

