// JavaScript Document

if (document.images)
{

contactre_on = new Image();
contactre_on.src = "images/btn_contactre_on.jpg";
contactre_off = new Image();
contactre_off.src = "images/btn_contactre_off.jpg";

concept_on = new Image();
concept_on.src = "images/nav_concept_on.gif";
concept_off = new Image();
concept_off.src = "images/nav_concept_off.gif";

results_on = new Image();
results_on.src = "images/nav_results_on.gif";
results_off = new Image();
results_off.src = "images/nav_results_off.gif";

resources_on = new Image();
resources_on.src = "images/nav_resources_on.gif";
resources_off = new Image();
resources_off.src = "images/nav_resources_off.gif";

events_on = new Image();
events_on.src = "images/nav_events_on.gif";
events_off = new Image();
events_off.src = "images/nav_events_off.gif";

company_on = new Image();
company_on.src = "images/nav_company_on.gif";
company_off = new Image();
company_off.src = "images/nav_company_off.gif";

contact_on = new Image();
contact_on.src = "images/nav_contact_on.gif";
contact_off = new Image();
contact_off.src = "images/nav_contact_off.gif";

sales_on = new Image();
sales_on.src = "images/button_sales_on.gif";
sales_off = new Image();
sales_off.src = "images/button_sales_off.gif";

hr_on = new Image();
hr_on.src = "images/button_hr_on.gif";
hr_off = new Image();
hr_off.src = "images/button_hr_off.gif";

pro_on = new Image();
pro_on.src = "images/button_pro_on.gif";
pro_off = new Image();
pro_off.src = "images/button_pro_off.gif";

read_on = new Image();
read_on.src = "images/button_read_on.gif";
read_off = new Image();
read_off.src = "images/button_read_off.gif";

watch_on = new Image();
watch_on.src = "images/button_watch_on.gif";
watch_off = new Image();
watch_off.src = "images/button_watch_off.gif";

enter_on = new Image();
enter_on.src = "images/button_enter_on.gif";
enter_off = new Image();
enter_off.src = "images/button_enter_off.gif";

learn_on = new Image();
learn_on.src = "images/button_learn_on.gif";
learn_off = new Image();
learn_off.src = "images/button_learn_off.gif";

concept2_on = new Image();
concept2_on.src = "images/button_concept_on.gif";
concept2_off = new Image();
concept2_off.src = "images/button_concept_off.gif";

video_on = new Image();
video_on.src = "images/button_video_on.gif";
video_off = new Image();
video_off.src = "images/button_video_off.gif";

results2_on = new Image();
results2_on.src = "images/button_results_on.gif";
results2_off = new Image();
results2_off.src = "images/button_results_off.gif";

book_on = new Image();
book_on.src = "images/button_book_on.gif";
book_off = new Image();
book_off.src = "images/button_book_off.gif";

blog_on = new Image();
blog_on.src = "images/button_blog_on.gif";
blog_off = new Image();
blog_off.src = "images/button_blog_off.gif";

reading_on = new Image();
reading_on.src = "images/button_reading_on.gif";
reading_off = new Image();
reading_off.src = "images/button_reading_off.gif";

links_on = new Image();
links_on.src = "images/button_links_on.gif";
links_off = new Image();
links_off.src = "images/button_links_off.gif";

media_on = new Image();
media_on.src = "images/button_media_on.gif";
media_off = new Image();
media_off.src = "images/button_media_off.gif";

ref_on = new Image();
ref_on.src = "images/button_ref_on.gif";
ref_off = new Image();
ref_off.src = "images/button_ref_off.gif";

library_on = new Image();
library_on.src = "images/button_library_on.gif";
library_off = new Image();
library_off.src = "images/button_library_off.gif";

team_on = new Image();
team_on.src = "images/button_team_on.gif";
team_off = new Image();
team_off.src = "images/button_team_off.gif";

advisors_on = new Image();
advisors_on.src = "images/button_advisors_on.gif";
advisors_off = new Image();
advisors_off.src = "images/button_advisors_off.gif";

partners_on = new Image();
partners_on.src = "images/button_partners_on.gif";
partners_off = new Image();
partners_off.src = "images/button_partners_off.gif";

locations_on = new Image();
locations_on.src = "images/button_locations_on.gif";
locations_off = new Image();
locations_off.src = "images/button_locations_off.gif";

careers_on = new Image();
careers_on.src = "images/button_careers_on.gif";
careers_off = new Image();
careers_off.src = "images/button_careers_off.gif";

company2_on = new Image();
company2_on.src = "images/button_company_on.gif";
company2_off = new Image();
company2_off.src = "images/button_company_off.gif";

subscribe_on = new Image();
subscribe_on.src = "images/button_subscribe_on.jpg";
subscribe_off = new Image();
subscribe_off.src = "images/button_subscribe_off.jpg";

back_on = new Image();
back_on.src = "images/button_back_on.jpg";
back_off = new Image();
back_off.src = "images/button_back_off.jpg";

ask2_on = new Image();
ask2_on.src = "images/button2_ask_on.gif";
ask2_off = new Image();
ask2_off.src = "images/button2_ask_off.gif";

blog2_on = new Image();
blog2_on.src = "images/button2_blog_on.gif";
blog2_off = new Image();
blog2_off.src = "images/button2_blog_off.gif";

read2_on = new Image();
read2_on.src = "images/button2_read_on.gif";
read2_off = new Image();
read2_off.src = "images/button2_read_off.gif";

rsvp_on = new Image();
rsvp_on.src = "images/button_rsvp_on.png";
rsvp_off = new Image();
rsvp_off.src = "images/button_rsvp_off.png";
}

 function rollOn(imgName)
 {
   if (document.images) {
    imgOn = eval(imgName + "_on.src");
    document [imgName].src = imgOn;
   }
 }

 function rollOff(imgName)
 {
   if (document.images) {
    imgOff = eval(imgName + "_off.src");
    document [imgName].src = imgOff;
   }
 }
 