function disEdit(id, v){
	document.getElementById(id).style.display=v;
}
