// JavaScript Document///////////////////////////////////////////////////////////////////

  MainTitle = "Clinical Trials Division Navigation";

///////////////////////////////////////////////////////////////////
// MAIN NAV SECTIONS - appear in global nav. 

  
  Section1Title = "<a href='about.html'>Who We Are</a>";
  Section2Title = "<a href='solutions.html'>Client Solutions</a>";
  Section3Title = "<a href='team.html'>Meet Your Team</a>";
  Section4Title = "<a href='results.html'>Proven Results</a>";
  Section5Title = "<a href='test.html'>Test</a>";

   
  
  
  ///////////////////////////////////////////////////////////////////
// Footer NAV SECTIONS - appear in the footer section. 

  
  Section1FooterTitle = "<a href='index.html'>Home</a>";
  Section2FooterTitle = "<a href='about.html'>Who We Are</a>";
  Section3FooterTitle = "<a href='solutions.html'>Client Solutions</a>";
  Section4FooterTitle = "<a href='team.html'>Meet Your Team</a>";
  Section5FooterTitle = "<a href='results.html'>Proven Results</a>";
  Section6FooterTitle = "<a href='contact.html'>Contact Us</a>";
 
  
  
///////////////////////////////////////////////////////////////////
// "THE LOOK"
// Selects the appearence of the top area of internal pages. 

// DIAL-A-BACKGROUND: assign number, to determine section backgrounds

  Section1BG = "header"
  Section2BG = "header1"
  Section3BG = "header2"
  Section4BG = "header3"
  Section5BG = "header4"
  Section6BG = "header5"
  Section7BG = "header6"
  Section8BG = "header7"
  Section9BG = "header8"
  Section10BG = "header9"
  Section11BG = "header10"
  Section12BG = "header11"
  Section13BG = "header12"
  Section14BG = "header13"
  

// ignore everything below.

Section1TitleUpper = Section1Title.toUpperCase();
Section2TitleUpper = Section2Title.toUpperCase();
Section3TitleUpper = Section3Title.toUpperCase();
Section4TitleUpper = Section4Title.toUpperCase();
