	function changeDocSearch( dd, text){
		
		if ( dd){
			if ( dd.value == text ) {
				dd.value = "";
			}
		}
	}

