<!--
// A-I Splash JavaScript

if (document.images) {
//	image1on = new Image();
//	image1on.src = "/images/splash/buttons/about-hl.jpg";
//	image1off = new Image();
//	image1off.src = "/images/splash/buttons/about.jpg";
	image2on = new Image();
	image2on.src = "/images/splash/buttons/about-hl.jpg";
	image2off = new Image();
	image2off.src = "/images/splash/buttons/about.jpg";
	image3on = new Image();
	image3on.src = "/images/splash/buttons/services-hl.jpg";
	image3off = new Image();
	image3off.src = "/images/splash/buttons/services.jpg";
	image4on = new Image();
	image4on.src = "/images/splash/buttons/clients-hl.jpg";
	image4off = new Image();
	image4off.src = "/images/splash/buttons/clients.jpg";
	image5on = new Image();
	image5on.src = "/images/splash/buttons/contact-hl.jpg";
	image5off = new Image();
	image5off.src = "/images/splash/buttons/contact.jpg";
	image6on = new Image();
	image6on.src = "/images/splash/buttons/help-hl.jpg";
	image6off = new Image();
	image6off.src = "/images/splash/buttons/help.jpg";
	image7on = new Image();
	image7on.src = "/images/splash/buttons/photo-hl.jpg";
	image7off = new Image();
	image7off.src = "/images/splash/buttons/photo.jpg";
	image8on = new Image();
	image8on.src = "/images/splash/buttons/testimonials-hl.jpg";
	image8off = new Image();
	image8off.src = "/images/splash/buttons/testimonials.jpg";
}

//-->
