function initEditor(nfFild,width,height) {
	var oFCKeditor = new FCKeditor(nfFild,width,height);
	oFCKeditor.ReplaceTextarea() ;
}
