<!--

//This Code will switch out the top level nave bar based on a page id supplied at the beginning of the page

 

function MakeNav(){

 

//This section pertains to the About Us section

 

if (sectCode=="about") {

document.write("<a href='/about/index.aspx' name='&lidAbout_Us&lpos=topnavbar' tabindex='2'><img name='image1' src='/images/nav_about_on.gif' width='52' height='12' alt='About Us' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/services/index.aspx' name='&lidServices&lpos=topnavbar' tabindex='3' onMouseOver=\"changeImages('image2', 'image2on')\"onMouseOut=\"changeImages('image2', 'image2off')\"><img name='image2' src='/images/nav_services_off.gif' width='47' height='12' alt='Services' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/clients/index.aspx' name='&lidClients&lpos=topnavbar' tabindex='4' onMouseOver=\"changeImages('image3', 'image3on')\"onMouseOut=\"changeImages('image3', 'image3off')\"><img name='image3' src='/images/nav_clients_off.gif' width='38' height='12' alt='Clients' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/news/index.aspx' name='&lidNews_Events&lpos=topnavbar' tabindex='5' onMouseOver=\"changeImages('image4', 'image4on')\"onMouseOut=\"changeImages('image4', 'image4off')\"><img name='image4' src='/images/nav_news_off.gif' width='96' height='12' alt='News and Events' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/research/index.aspx' name='&lidResearch&lpos=topnavbar' tabindex='6' onMouseOver=\"changeImages('image5', 'image5on')\"onMouseOut=\"changeImages('image5', 'image5off')\"><img name='image5' src='/images/nav_research_off.gif' width='118' height='12' alt='Research and Insight' border='0'></a><img src='/images/spacer.gif' width='12' height='1' alt='' border='0'>")}

 

//This section pertains to the Our Services section

 

else if (sectCode=="services") {

document.write("<a href='/about/index.aspx' name='&lidAbout_Us&lpos=topnavbar' tabindex='2' onMouseOver=\"changeImages('image1', 'image1on')\"onMouseOut=\"changeImages('image1', 'image1off')\"><img name='image1' src='/images/nav_about_off.gif' width='52' height='12' alt='About Us' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/services/index.aspx' name='&lidServices&lpos=topnavbar' tabindex='3'><img name='image2' src='/images/nav_services_on.gif' width='47' height='12' alt='Services' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/clients/index.aspx' name='&lidClients&lpos=topnavbar' tabindex='4' onMouseOver=\"changeImages('image3', 'image3on')\"onMouseOut=\"changeImages('image3', 'image3off')\"><img name='image3' src='/images/nav_clients_off.gif' width='38' height='12' alt='Clients' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/news/index.aspx' name='&lidNews_Events&lpos=topnavbar' tabindex='5' onMouseOver=\"changeImages('image4', 'image4on')\"onMouseOut=\"changeImages('image4', 'image4off')\"><img name='image4' src='/images/nav_news_off.gif' width='96' height='12' alt='News and Events' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/research/index.aspx' name='&lidResearch&lpos=topnavbar' tabindex='6' onMouseOver=\"changeImages('image5', 'image5on')\"onMouseOut=\"changeImages('image5', 'image5off')\"><img name='image5' src='/images/nav_research_off.gif' width='118' height='12' alt='Research and Insight' border='0'></a><img src='/images/spacer.gif' width='12' height='1' alt='' border='0'>")}

 

//This section pertains to the Clients section

 

else if (sectCode=="clients") {
document.write("<a href='/about/index.aspx' name='&lidAbout_Us&lpos=topnavbar' tabindex='2' onMouseOver=\"changeImages('image1', 'image1on')\"onMouseOut=\"changeImages('image1', 'image1off')\"><img name='image1' src='/images/nav_about_off.gif' width='52' height='12' alt='About Us' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/services/index.aspx' name='&lidServices&lpos=topnavbar' tabindex='3' onMouseOver=\"changeImages('image2', 'image2on')\"onMouseOut=\"changeImages('image2', 'image2off')\"><img name='image2' src='/images/nav_services_off.gif' width='47' height='12' alt='Services' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/clients/index.aspx' name='&lidClients&lpos=topnavbar' tabindex='4'><img name='image3' src='/images/nav_clients_on.gif' width='38' height='12' alt='Clients' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/news/index.aspx' name='&lidNews_Events&lpos=topnavbar' tabindex='5' onMouseOver=\"changeImages('image4', 'image4on')\"onMouseOut=\"changeImages('image4', 'image4off')\"><img name='image4' src='/images/nav_news_off.gif' width='96' height='12' alt='News and Events' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/research/index.aspx' name='&lidResearch&lpos=topnavbar' tabindex='6' onMouseOver=\"changeImages('image5', 'image5on')\"onMouseOut=\"changeImages('image5', 'image5off')\"><img name='image5' src='/images/nav_research_off.gif' width='118' height='12' alt='Research and Insight' border='0'></a><img src='/images/spacer.gif' width='12' height='1' alt='' border='0'>")}

 

//This section pertains to the News and Events section

 

else if (sectCode=="news") {

document.write("<a href='/about/index.aspx' name='&lidAbout_Us&lpos=topnavbar' tabindex='2' onMouseOver=\"changeImages('image1', 'image1on')\"onMouseOut=\"changeImages('image1', 'image1off')\"><img name='image1' src='/images/nav_about_off.gif' width='52' height='12' alt='About Us' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/services/index.aspx' name='&lidServices&lpos=topnavbar' tabindex='3' onMouseOver=\"changeImages('image2', 'image2on')\"onMouseOut=\"changeImages('image2', 'image2off')\"><img name='image2' src='/images/nav_services_off.gif' width='47' height='12' alt='Services' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/clients/index.aspx' name='&lidClients&lpos=topnavbar' tabindex='4' onMouseOver=\"changeImages('image3', 'image3on')\"onMouseOut=\"changeImages('image3', 'image3off')\"><img name='image3' src='/images/nav_clients_off.gif' width='38' height='12' alt='Clients' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/news/index.aspx' name='&lidNews_Events&lpos=topnavbar' tabindex='5'><img name='image4' src='/images/nav_news_on.gif' width='96' height='12' alt='News and Events' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/research/index.aspx' name='&lidResearch&lpos=topnavbar' tabindex='6' onMouseOver=\"changeImages('image5', 'image5on')\"onMouseOut=\"changeImages('image5', 'image5off')\"><img name='image5' src='/images/nav_research_off.gif' width='118' height='12' alt='Research and Insight' border='0'></a><img src='/images/spacer.gif' width='12' height='1' alt='' border='0'>")}

 

//This section pertains to the Research and Insight section

 

else if (sectCode=="research") {

document.write("<a href='/about/index.aspx' name='&lidAbout_Us&lpos=topnavbar' tabindex='2' onMouseOver=\"changeImages('image1', 'image1on')\"onMouseOut=\"changeImages('image1', 'image1off')\"><img name='image1' src='/images/nav_about_off.gif' width='52' height='12' alt='About Us' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/services/index.aspx' name='&lidServices&lpos=topnavbar' tabindex='3' onMouseOver=\"changeImages('image2', 'image2on')\"onMouseOut=\"changeImages('image2', 'image2off')\"><img name='image2' src='/images/nav_services_off.gif' width='47' height='12' alt='Services' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/clients/index.aspx' name='&lidClients&lpos=topnavbar' tabindex='4' onMouseOver=\"changeImages('image3', 'image3on')\"onMouseOut=\"changeImages('image3', 'image3off')\"><img name='image3' src='/images/nav_clients_off.gif' width='38' height='12' alt='Clients' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/news/index.aspx' name='&lidNews_Events&lpos=topnavbar' tabindex='5' onMouseOver=\"changeImages('image4', 'image4on')\"onMouseOut=\"changeImages('image4', 'image4off')\"><img name='image4' src='/images/nav_news_off.gif' width='96' height='12' alt='News and Events' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/research/index.aspx' name='&lidResearch&lpos=topnavbar' tabindex='6'><img name='image5' src='/images/nav_research_on.gif' width='118' height='12' alt='Research and Insight' border='0'></a><img src='/images/spacer.gif' width='12' height='1' alt='' border='0'>")}

 

//This section pertains to tall other sections not under the umbrella of the top nav

 

else {

document.write("<a href='/about/index.aspx' name='&lidAbout_Us&lpos=topnavbar' tabindex='2' onMouseOver=\"changeImages('image1', 'image1on')\"onMouseOut=\"changeImages('image1', 'image1off')\"><img name='image1' src='/images/nav_about_off.gif' width='52' height='12' alt='About Us' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/services/index.aspx' name='&lidServices&lpos=topnavbar' tabindex='3' onMouseOver=\"changeImages('image2', 'image2on')\"onMouseOut=\"changeImages('image2', 'image2off')\"><img name='image2' src='/images/nav_services_off.gif' width='47' height='12' alt='Services' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/clients/index.aspx' name='&lidClients&lpos=topnavbar' tabindex='4' onMouseOver=\"changeImages('image3', 'image3on')\"onMouseOut=\"changeImages('image3', 'image3off')\"><img name='image3' src='/images/nav_clients_off.gif' width='38' height='12' alt='Clients' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/news/index.aspx' name='&lidNews_Events&lpos=topnavbar' tabindex='5' onMouseOver=\"changeImages('image4', 'image4on')\"onMouseOut=\"changeImages('image4', 'image4off')\"><img name='image4' src='/images/nav_news_off.gif' width='96' height='12' alt='News and Events' border='0'></a><img src='/images/nav_sep.gif' width='32' height='12' alt='' border='0'><a href='/research/index.aspx' name='&lidResearch&lpos=topnavbar' tabindex='6' onMouseOver=\"changeImages('image5', 'image5on')\"onMouseOut=\"changeImages('image5', 'image5off')\"><img name='image5' src='/images/nav_research_off.gif' width='118' height='12' alt='Research and Insight' border='0'></a><img src='/images/spacer.gif' width='12' height='1' alt='' border='0'>")}
}
 

//-->