<!--
if (document.images) 
{
	blue_home_button = new Image;
	yellow_home_button = new Image;

	blue_bio_button = new Image;
	yellow_bio_button = new Image;

	blue_services_button = new Image;
	yellow_services_button = new Image;

	blue_dvd_button = new Image;
	yellow_dvd_button = new Image;

	blue_meeting_button = new Image;
	yellow_meeting_button = new Image;

	blue_links_button = new Image;
	yellow_links_button = new Image;

	blue_contact_button = new Image;
	yellow_contact_button = new Image;

	blue_testimonials_button = new Image;
	yellow_testimonials_button = new Image;

	blue_images_button = new Image;
	yellow_images_button = new Image;

	blue_home_button.src = 'images/FitnessPharaohHome.jpg';
	yellow_home_button.src = 'images/FitnessPharaohHome_mouseover.jpg';

	blue_bio_button.src = 'images/FitnessPharaohBiography.jpg';
	yellow_bio_button.src = 'images/FitnessPharaohBiography_mouseover.jpg';

	blue_services_button.src = 'images/PersonalTraining.jpg';
	yellow_services_button.src = 'images/PersonalTraining_mouseover.jpg';

	blue_dvd_button.src = 'images/CoreTrainingForBellyDancersDVD.jpg';
	yellow_dvd_button.src = 'images/CoreTrainingForBellyDancersDVD_mouseover.jpg';

	blue_meeting_button.src = 'images/BellyDancersMeetTheFitnessPharaoh.jpg';
	yellow_meeting_button.src = 'images/BellyDancersMeetTheFitnessPharaoh_mouseover.jpg';

	blue_links_button.src = 'images/FeaturedDancers.jpg';
	yellow_links_button.src = 'images/FeaturedDancers_mouseover.jpg';

	blue_images_button.src = 'images/ImagesButton.jpg';
	yellow_images_button.src = 'images/ImagesButton_mouseover.jpg';

	blue_contact_button.src = 'images/ContactTheFitnessPharaoh.jpg';
	yellow_contact_button.src = 'images/ContactTheFitnessPharaoh_mouseover.jpg';

	blue_testimonials_button.src = 'images/testimonials.jpg';
	yellow_testimonials_button.src = 'images/testimonials_mouseover.jpg';

}
-->
