var oEditors = [];		// 전역 변수 선언

function loadEditor() {
	nhn.husky.EZCreator.createInIFrame(oEditors, "bContent", "/editor/SEditorSkin.html", "createSEditorInIFrame", null, true);
}

function loadContent() {
	oEditors.getById["bContent"].exec("UPDATE_IR_FIELD", []);
}
