if(document.images)  {
	homebuttonoff = new Image;
	homebuttonon = new Image;
	homebuttonoff.src = "http://www.appointment-plus.com/ap_site_buttons/home_button_off.jpg";
	homebuttonon.src = "http://www.appointment-plus.com/ap_site_buttons/home_button_on.jpg";
	featuresbuttonoff = new Image;
	featuresbuttonon = new Image;
	featuresbuttonoff.src = "http://www.appointment-plus.com/ap_site_buttons/features_button_off.jpg";
	featuresbuttonon.src = "http://www.appointment-plus.com/ap_site_buttons/features_button_on.jpg";
	signupbuttonoff = new Image;
	signupbuttonon = new Image;
	signupbuttonoff.src = "http://www.appointment-plus.com/ap_site_buttons/signup_button_off.jpg";
	signupbuttonon.src = "http://www.appointment-plus.com/ap_site_buttons/signup_button_on.jpg";
	contactbuttonoff = new Image;
	contactbuttonon = new Image;
	contactbuttonoff.src = "http://www.appointment-plus.com/ap_site_buttons/contact_button_off.jpg";
	contactbuttonon.src = "http://www.appointment-plus.com/ap_site_buttons/contact_button_on.jpg";
	pricingbuttonoff = new Image;
	pricingbuttonon = new Image;
	pricingbuttonoff.src = "http://www.appointment-plus.com/ap_site_buttons/pricing_button_off.jpg";
	pricingbuttonon.src = "http://www.appointment-plus.com/ap_site_buttons/pricing_button_on.jpg";
	aboutbuttonoff = new Image;
	aboutbuttonon = new Image;
	aboutbuttonoff.src = "http://www.appointment-plus.com/ap_site_buttons/about_button_off.jpg";
	aboutbuttonon.src = "http://www.appointment-plus.com/ap_site_buttons/about_button_on.jpg";
	massagetherapistbuttonoff = new Image;
	massagetherapistbuttonon = new Image;
	massagetherapistbuttonoff.src = "http://www.appointment-plus.com/ap_site_buttons/massage_therapist_button_off.gif";
	massagetherapistbuttonon.src = "http://www.appointment-plus.com/ap_site_buttons/massage_therapist_button_on.gif";
	groomersbuttonoff = new Image;
	groomersbuttonon = new Image;
	groomersbuttonoff.src = "http://www.appointment-plus.com/ap_site_buttons/groomers_button_off.gif";
	groomersbuttonon.src = "http://www.appointment-plus.com/ap_site_buttons/groomers_button_on.gif";
	salonsbuttonoff = new Image;
	salonsbuttonon = new Image;
	salonsbuttonoff.src = "http://www.appointment-plus.com/ap_site_buttons/salons_button_off.gif";
	salonsbuttonon.src = "http://www.appointment-plus.com/ap_site_buttons/salons_button_on.gif";
	courtsbuttonoff = new Image;
	courtsbuttonon = new Image;
	courtsbuttonoff.src = "http://www.appointment-plus.com/ap_site_buttons/courts_button_off.gif";
	courtsbuttonon.src = "http://www.appointment-plus.com/ap_site_buttons/courts_button_on.gif";
	roomsbuttonoff = new Image;
	roomsbuttonon = new Image;
	roomsbuttonoff.src = "http://www.appointment-plus.com/ap_site_buttons/rooms_button_off.gif";
	roomsbuttonon.src = "http://www.appointment-plus.com/ap_site_buttons/rooms_button_on.gif";
}