var imgRoot="/images/";

apply_off = new Image(60,25);
apply_off.src = imgRoot+"btn_apply_off.jpg";
apply_on = new Image(60,25);
apply_on.src = imgRoot+"btn_apply_on.jpg";

brief_off = new Image(85,25);
brief_off.src = imgRoot+"btn_brief_off.jpg";
brief_on = new Image(85,25);
brief_on.src = imgRoot+"btn_brief_on.jpg";

schedule_off = new Image(85,25);
schedule_off.src = imgRoot+"btn_schedule_off.jpg";
schedule_on = new Image(85,25);
schedule_on.src = imgRoot+"btn_schedule_on.jpg";

testimonials_off = new Image(111,25);
testimonials_off.src = imgRoot+"btn_testimonials_off.jpg";
testimonials_on = new Image(111,25);
testimonials_on.src = imgRoot+"btn_testimonials_on.jpg";

faculty_off = new Image(76,25);
faculty_off.src = imgRoot+"btn_faculty_off.jpg";
faculty_on = new Image(76,25);
faculty_on.src = imgRoot+"btn_faculty_on.jpg";

locations_off = new Image(87,25);
locations_off.src = imgRoot+"btn_locations_off.jpg";
locations_on = new Image(87,25);
locations_on.src = imgRoot+"btn_locations_on.jpg";

faq_off = new Image(81,25);
faq_off.src = imgRoot+"btn_faq_off.jpg";
faq_on = new Image(81,25);
faq_on.src = imgRoot+"btn_faq_on.jpg";

contacts_off = new Image(91,25);
contacts_off.src = imgRoot+"btn_contacts_off.jpg";
contacts_on = new Image(91,25);
contacts_on.src = imgRoot+"btn_contacts_on.jpg";

howrey_off = new Image(104,25);
howrey_off.src = imgRoot+"btn_howrey_off.jpg";
howrey_on = new Image(104,25);
howrey_on.src = imgRoot+"btn_howrey_on.jpg";

home_off = new Image(54,25);
home_off.src = imgRoot+"btn_home_off.jpg";
home_on = new Image(54,25);
home_on.src = imgRoot+"btn_home_on.jpg";


moa_off = new Image(215,25);
moa_off.src = imgRoot+"btn_admin_moa_off.jpg";
moa_on = new Image(215,25);
moa_on.src = imgRoot+"btn_admin_moa_on.jpg";

stats_off = new Image(54,25);
stats_off.src = imgRoot+"btn_admin_stats_off.jpg";
stats_on = new Image(54,25);
stats_on.src = imgRoot+"btn_admin_stats_on.jpg";

search_off = new Image(70,25);
search_off.src = imgRoot+"btn_admin_search_off.jpg";
search_on = new Image(70,25);
search_on.src = imgRoot+"btn_admin_search_on.jpg";

reports_off = new Image(76,25);
reports_off.src = imgRoot+"btn_admin_reports_off.jpg";
reports_on = new Image(76,25);
reports_on.src = imgRoot+"btn_admin_reports_on.jpg";

help_off = new Image(54,25);
help_off.src = imgRoot+"btn_admin_help_off.jpg";
help_on = new Image(54,25);
help_on.src = imgRoot+"btn_admin_help_on.jpg";

logout_off = new Image(71,25);
logout_off.src = imgRoot+"btn_admin_logout_off.jpg";
logout_on = new Image(71,25);
logout_on.src = imgRoot+"btn_admin_logout_on.jpg";

function toggle(where,what) {
  document.images[where].src = eval(what + ".src");
}



window.defaultStatus="";
