function form_over(id,color) {
	id.style.backgroundColor = "#"+color;
}
function form_out(id,color) {
	id.style.backgroundColor = "#"+color;
}
