pathtohome = "../";
pathtojumpnav =  "images/";

jumpnav_home_off = new Image();
jumpnav_home_off.src = pathtojumpnav + "jumpnav_home_off.gif";

jumpnav_home_on = new Image();
jumpnav_home_on.src = pathtojumpnav + "jumpnav_home_on.gif";

jumpnav_calendar_off = new Image();
jumpnav_calendar_off.src = pathtojumpnav + "jumpnav_calendar_off.gif";

jumpnav_calendar_on = new Image();
jumpnav_calendar_on.src = pathtojumpnav + "jumpnav_calendar_on.gif";

masternav_about_off = new Image();
masternav_about_off.src = pathtohome + "images/masternav_about_off.gif";

masternav_about_on = new Image();
masternav_about_on.src = pathtohome + "images/masternav_about_on.gif";

masternav_programs_off = new Image();
masternav_programs_off.src = pathtohome + "images/masternav_programs_off.gif";

masternav_programs_on = new Image();
masternav_programs_on.src = pathtohome + "images/masternav_programs_on.gif";

masternav_registration_off = new Image();
masternav_registration_off.src = pathtohome + "images/masternav_registration_off.gif";

masternav_registration_on = new Image();
masternav_registration_on.src = pathtohome + "images/masternav_registration_on.gif";

masternav_locations_off = new Image();
masternav_locations_off.src = pathtohome + "images/masternav_locations_off.gif";

masternav_locations_on = new Image();
masternav_locations_on.src = pathtohome + "images/masternav_locations_on.gif";

masternav_youthcenter_off = new Image();
masternav_youthcenter_off.src = pathtohome + "images/masternav_youthcenter_off.gif";

masternav_youthcenter_on = new Image();
masternav_youthcenter_on.src = pathtohome + "images/masternav_youthcenter_on.gif";

masternav_calendar_off = new Image();
masternav_calendar_off.src = pathtohome + "images/masternav_calendar_off.gif";

masternav_calendar_on = new Image();
masternav_calendar_on.src = pathtohome + "images/masternav_calendar_on.gif";

masternav_hikebikerun_off = new Image();
masternav_hikebikerun_off.src = pathtohome + "images/masternav_hikebikerun_off.gif";

masternav_hikebikerun_on = new Image();
masternav_hikebikerun_on.src = pathtohome + "images/masternav_hikebikerun_on.gif";

masternav_scrapbook_off = new Image();
masternav_scrapbook_off.src = pathtohome + "images/masternav_scrapbook_off.gif";

masternav_scrapbook_on = new Image();
masternav_scrapbook_on.src = pathtohome + "images/masternav_scrapbook_on.gif";

function changeButton(image,mode) {
	document[image].src = eval(image + "_" + mode + ".src");
}
