
function hover_home_over(button) {
	button.attr("src","images/home_button_b.png");
}

function hover_home_off(button) {
	button.attr("src","images/home_button_a.png");
}

function hover_about_over(button) {
	button.attr("src","images/about_button_b.png");
}

function hover_about_off(button) {
	button.attr("src","images/about_button_a.png");
}

function hover_ss_over(button) {
	button.attr("src","images/ss_button_b.png");
}

function hover_ss_off(button) {
	button.attr("src","images/ss_button_a.png");
}
