
function change_button_on_over(the_button){
	the_button.className="formbutton3over";
}

function change_button_on_out(the_button){
	the_button.className="formbutton3";
}

function change_button_on_overnews(the_button){
	the_button.className="formbutton3over";
}

function change_button_on_outnews(the_button){
	the_button.className="formbutton4";
}

