//FCKEditor function
function toFCK(source) {
  var oFCKeditor = new FCKeditor(source);
  oFCKeditor.BasePath = "./resources/fckeditor/";
  oFCKeditor.ReplaceTextarea();
}
