function classChange(sign_id) {
	with (document.getElementById(sign_id)) className = (className == "off") ? "on" : "off";
}
