// JavaScript Document
//當有多個以上的時候，control=this.form.name<name是name="">
	function clear_name(control){
		control.value="";
	}
//-->
function on(obj) {
  obj.style.border = '1px solid #333';
}
function off(obj) {
  obj.style.border = '1px solid #58595B';
}
//-->