if(document.images)
		{
var AboutUsoff = new Image();
AboutUsoff.src = "http://www.cjhoffmann.com/images/fp/AboutUs_off.gif";

var AboutUson = new Image();
AboutUson.src = "http://www.cjhoffmann.com/images/fp/AboutUs_on.gif";
	}
		{
var Residentialoff = new Image();
Residentialoff.src = "http://www.cjhoffmann.com/images/fp/Residential_off.gif";

var Residentialon = new Image();
Residentialon.src = "http://www.cjhoffmann.com/images/fp/Residential_on.gif";
	}

		{
var Commercialoff = new Image();
Commercialoff.src = "http://www.cjhoffmann.com/images/fp/Commercial_off.gif";

var Commercialon = new Image();
Commercialon.src = "http://www.cjhoffmann.com/images/fp/Commercial_on.gif";
	}

		{
var Referencesoff = new Image();
Referencesoff.src = "http://www.cjhoffmann.com/images/fp/References_off.gif";

var Referenceson = new Image();
Referenceson.src = "http://www.cjhoffmann.com/images/fp/References_on.gif";
	}

		{
var Testimonialsoff = new Image();
Testimonialsoff.src = "http://www.cjhoffmann.com/images/fp/Testimonials_off.gif";

var Testimonialson = new Image();
Testimonialson.src = "http://www.cjhoffmann.com/images/fp/Testimonials_on.gif";
	}

		{
var Contactoff = new Image();
Contactoff.src = "http://www.cjhoffmann.com/images/fp/Contact_off.gif";

var Contacton = new Image();
Contacton.src = "http://www.cjhoffmann.com/images/fp/Contact_on.gif";
	}
	
function buton1()
{
if (document.images)
document.images.AboutUs.src = AboutUson.src;
window.status = 'About Us' ;
}

function butoff1()
{
if (document.images)
document.images.AboutUs.src = AboutUsoff.src;
window.status = '' ;
}

function buton2()
{
if (document.images)
document.images.Residential.src = Residentialon.src;
window.status = 'Residential Gallery' ;
}

function butoff2()
{
if (document.images)
document.images.Residential.src = Residentialoff.src;
window.status = '' ;
}

function buton3()
{
if (document.images)
document.images.Commercial.src = Commercialon.src;
window.status = 'Commercial Gallery' ;
}

function butoff3()
{
if (document.images)
document.images.Commercial.src = Commercialoff.src;
window.status = '' ;
}

function buton4()
{
if (document.images)
document.images.References.src = Referenceson.src;
window.status = 'References' ;
}

function butoff4()
{
if (document.images)
document.images.References.src = Referencesoff.src;
window.status = '' ;
}


function buton5()
{
if (document.images)
document.images.Testimonials.src = Testimonialson.src;
window.status = 'Testimonials' ;
}

function butoff5()
{
if (document.images)
document.images.Testimonials.src = Testimonialsoff.src;
window.status = '' ;
}

function buton6()
{
if (document.images)
document.images.Contact.src = Contacton.src;
window.status = 'Contact Us' ;
}

function butoff6()
{
if (document.images)
document.images.Contact.src = Contactoff.src;
window.status = '' ;
}

