// Pre load images for rollover
if (document.images) {
	large_on_1 = new Image
	large_on_2 = new Image

	large_on_1.src = "images/h_wall_lrge.jpg"


var newHTML1 = "<center><img src='images/h_wall_lrge.jpg' alt='CARFAX - History Wall Display by ESSI' width='350' style='border: thin solid #730606'><br><i>Client:</i> <b>CARFAX</b><br><i>Project:</i> History Wall Display<br><br><i>Laser Cut Lettering, Acrylic Gears, Vinyl, Translucent Paint, Custom Lasering & Painting w/ Mirrored Acrylic, Digital Printing/Imaging.</i></center>";



}


function swapImage(thisImage,newImage) {
	if (document.images) {
		document[thisImage].src = eval(newImage + ".src")

	}
}

function swapImage1(thisImage,newImage,changeTEXT) {
	if (document.images) {
		document[thisImage].src = eval(newImage + ".src")
        document.getElementById('blog_image').innerHTML = newHTML1;

	}
}

