function arc_jump(obj,url){
	if(obj.value!=''){
		location.href=url+".html?m="+obj.value;
	}
}

