function onMouseOver1(oj) {
	oj.src = "image/click_over.gif";
}

function onMouseOut1(oj) {
	oj.src = "image/click.gif";
}

function onMouseOver2(oj) {
	oj.src = "image/estimate_over.jpg";
}

function onMouseOut2(oj) {
	oj.src = "image/estimate.jpg";
}