
<!--hide
	if (document.images) {
var img1 = new Image()
var img2 = new Image()
var img3 = new Image()
var img4 = new Image();

	
        img1.src = "graphics/m_homeOn.jpg"
		img2.src = "graphics/m_aboutOn.jpg"
        img3.src = "graphics/m_servicesOn.jpg"
		img4.src = "graphics/m_contactOn.jpg"}

function highlight(img) {
		if (document.images) {
        document[img].src = "graphics/m_" + img + "On.jpg";
		}
}

function unhighlight(img) {
		if (document.images) {
        document[img].src = "graphics/m_" + img + ".gif";
		}
}

//end hiding -->

