function OpenEditor(Path, Field)
{
	var wnd = window.open(Path + '/face.html?field=' + Field, 'fckeditor', 'width=640,height=480');
	return wnd;
}
