﻿
function initImageEditor(editor) {
    editor.upload_thumbnail_width_array = [];   //업로드시 섬네일 이미지의 가로길이 값, 기본값: [](섬네일을 만들지 않습니다. ex)[50, 100]), 가로값 지정시 가로 기준으로, 가로와 세로를 다 넣으면 비율유지를 하지 않습니다.
    editor.upload_thumbnail_height_array = [];  //업로드시 섬네일 이미지의 세로길이 값, 기본값: [](섬네일을 만들지 않습니다.), 세로값 지정시 세로 기준으로
	editor.upload_gqThumbnail_use = false;  //업로드시 섬네일 이미지의 품질을 좋게 만들지 여부, 기본값: false(속도는 빠르나 품질이 다소 떨어짐), true(속도는 느리나 품질이 좋음)
	editor.upload_thumbnail_formElementName = "uploadThumbFile";    //업로드시 섬네일 이미지를 담고 있을 element의 이름 형식, ex)<input type="file" name="uploadThumbFile0, uploadThumbFile1..." /> 이름 뒤에 숫자가 붙습니다.
	editor.upload_thumbnailFileCount_formElementName = "uploadThumbCount";  //업로드시 섬네일 이미지 갯 수를 담고 있을 element의 이름
	editor.upload_thumbnail_save_format = "JPEG";   //업로드시 섬네일 저장 형식, 현재 JPEG, PNG만 가능합니다.
	editor.upload_thumbnail_save_quality = 100; //업로드시 섬네일 저장 형식이 JPEG일 경우 만 사용하는 품질 수치
	editor.upload_thumbnail_template = "thumbnail"; //업로드시 섬네일 이미지 저장 이름 형식
	editor.upload_source_image = false;
	editor.upload_url = "Upload/upload.asp";    //업로드 페이지 url
	editor.upload_file_formElementName = "uploadFile";  //편집 완료 파일을 담고 있을 element의 이름 형식, ex)<input type="file" name="uploadFile0, uploadFile1..."/> 이름 뒤에 숫자가 붙습니다.
	editor.upload_uploadFileCount_formElementName = "uploadCount";  //편집 완료 파일 갯 수를 담고 있을 element의 이름
	editor.upload_save_format = "PNG";  //편집 완료 파일 저장 형식, 현재 JPEG, PNG만 가능합니다.
	editor.upload_resultFile_template = "result";   //편집 완료 파일 저장 이름 형식
	editor.upload_save_quality = 100;   //업로드시 편집 완료 파일 저장 형식이 JPEG일 경우 만 사용하는 품질 수치
	editor.upload_button_visible = false;
	editor.baseImage_save_format = "PNG";   //편집중인 이미지를 내 컴퓨터에 저장할 경우 기본 저장 형식
	editor.baseImage_save_quality = 100;    //편집중인 이미지를 내 컴퓨터에 저장할 경우 저장 형식이 JPEG일 경우 만 사용하는 품질 수치
	editor.baseImage_original_data_use = false;
	editor.baseImage_constraint_resample = false;   //이미지 크기 변경시 강제로 가로와 세로값으로 변경 여부, false의 경우 비율을 유지함
	editor.baseImage_priority_resample = "width";   //이미지 크기 변경시 우선순위 기본값 width
	editor.baseImage_width_default = 800;   //이미지 가로 길이 값
	editor.baseImage_height_default = 600;  //이미지 세로 길이 값
	editor.baseImage_resample_array = [100, 200, 300, 400, 500, 600, 700, 800]; //이미지 크기 변경 수치 목록
	editor.skin_swf_file = g_skinSwfFile;   //스킨 파일 경로
	editor.text_fontfamily_default = "굴림";    //글쓰기 탭의 기본 font
	editor.text_fontfamily_rowCount = 5;    //글쓰기 탭의 font combobox의 펼침 갯 수
	editor.cut_width_default = 320; //자르기 탭의 기본 가로 길이 값
	editor.cut_height_default = 240;    //자르기 탭의 기본 세로 길이 값
	editor.fileBrowser_multiSelect = true;  //내 컴퓨터의 파일을 불러올 때 파일을 여러개 선택여부
	editor.menu_invisible = ["upload"];
	editor.edit_max_count = 50; //이미지 편집 제한 수
	editor.thumbnail_display = 10;  //편집기 상단에 있는 섬네일 제한 수
	editor.thumbnail_display_width = 50;    //편집기 상단에 있는 섬네일 가로 길이
	editor.thumbnail_display_height = 37;   //편집기 상단에 있는 섬네일 세로 길이
	editor.image_width_maximum = 2880;  //이미지 편집 가로 제한 길이
	editor.image_height_maximum = 2880; //이미지 편집 세로 제한 길이
	editor.productId = g_productId; //제품 코드
	editor.serviceKey = g_serviceKey;   //라이센스

    //액자 탭의 액자 관련 정의 내용
    editor.frame_definition_xml =
        '<frames>' +
        '<standard imageurl="Resource/Frame/Standard/framestandarddef.png" width="31" height="31" count="15">' +
        '<frame id="0" src="Resource/Frame/Standard/frame-1.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="20" height="20" drawx="20" drawy="20" />' +
        '<righttop x="21" y="0" width="20" height="20" />' +
        '<rightbottom x="21" y="21" width="20" height="20" />' +
        '<leftbottom x="0" y="21" width="20" height="20" />' +
        '<leftcenter x="0" y="20" width="20" height="1" repeat="true" />' +
        '<topcenter x="20" y="0" width="1" height="20" repeat="true" />' +
        '<rightcenter x="21" y="20" width="20" height="1" repeat="true" />' +
        '<bottomcenter x="20" y="21" width="1" height="20" repeat="true" />' +
        '</frame>' +
        '<frame id="1" src="Resource/Frame/Standard/frame-2.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="20" height="20" drawx="0" drawy="0" />' +
        '<righttop x="21" y="0" width="20" height="20" drawx="20" drawy="0" />' +
        '<rightbottom x="21" y="21" width="20" height="20" drawx="20" drawy="20" />' +
        '<leftbottom x="0" y="21" width="20" height="20" drawx="0" drawy="20" />' +
        '<leftcenter x="0" y="20" width="20" height="1" repeat="true" />' +
        '<topcenter x="20" y="0" width="1" height="20" repeat="true" />' +
        '<rightcenter x="21" y="20" width="20" height="1" repeat="true" />' +
        '<bottomcenter x="20" y="21" width="1" height="20" repeat="true" />' +
        '</frame>' +
        '<frame id="2" src="Resource/Frame/Standard/frame-3.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="30" height="30" drawx="0" drawy="0" />' +
        '<righttop x="31" y="0" width="30" height="30" drawx="30" drawy="0" />' +
        '<rightbottom x="31" y="31" width="30" height="30" drawx="30" drawy="30" />' +
        '<leftbottom x="0" y="31" width="30" height="30" drawx="0" drawy="30" />' +
        '<leftcenter x="0" y="30" width="30" height="1" repeat="true" />' +
        '<topcenter x="30" y="0" width="1" height="30" repeat="true" />' +
        '<rightcenter x="31" y="30" width="30" height="1" repeat="true" />' +
        '<bottomcenter x="30" y="31" width="1" height="30" repeat="true" />' +
        '</frame>' +
        '<frame id="3" src="Resource/Frame/Standard/frame-4.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="20" height="20" drawx="0" drawy="0" />' +
        '<righttop x="30" y="0" width="20" height="20" drawx="20" drawy="0" />' +
        '<rightbottom x="30" y="30" width="20" height="20" drawx="20" drawy="20" />' +
        '<leftbottom x="0" y="30" width="20" height="20" drawx="0" drawy="20" />' +
        '<leftcenter x="0" y="20" width="10" height="10" repeat="true" />' +
        '<topcenter x="20" y="0" width="10" height="10" repeat="true" />' +
        '<rightcenter x="40" y="20" width="10" height="10" repeat="true" />' +
        '<bottomcenter x="20" y="40" width="10" height="10" repeat="true" />' +
        '</frame>' +
        '<frame id="4" src="Resource/Frame/Standard/frame-5.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="54" height="54" drawx="54" drawy="54" />' +
        '<righttop x="55" y="0" width="54" height="54" />' +
        '<rightbottom x="55" y="55" width="54" height="54" />' +
        '<leftbottom x="0" y="55" width="54" height="54" />' +
        '<leftcenter x="0" y="54" width="54" height="1" repeat="true" />' +
        '<topcenter x="54" y="0" width="1" height="54" repeat="true" />' +
        '<rightcenter x="55" y="54" width="54" height="1" repeat="true" />' +
        '<bottomcenter x="55" y="55" width="1" height="54" repeat="true" />' +
        '</frame>' +
        '<frame id="5" src="Resource/Frame/Standard/frame-6.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="100" height="100" drawx="10" drawy="10" />' +
        '<righttop x="101" y="0" width="100" height="100" drawx="90" drawy="10" />' +
        '<rightbottom x="101" y="101" width="100" height="100" drawx="90" drawy="90" />' +
        '<leftbottom x="0" y="101" width="100" height="100" drawx="10" drawy="90" />' +
        '<leftcenter x="0" y="100" width="100" height="1" repeat="true" />' +
        '<topcenter x="100" y="0" width="1" height="100" repeat="true" />' +
        '<rightcenter x="101" y="100" width="100" height="1" repeat="true" />' +
        '<bottomcenter x="100" y="101" width="1" height="100" repeat="true" />' +
        '</frame>' +
        '<frame id="6" src="Resource/Frame/Standard/frame-7.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="150" height="150" drawx="12" drawy="10" />' +
        '<righttop x="151" y="0" width="150" height="150" drawx="140" drawy="10" />' +
        '<rightbottom x="151" y="151" width="150" height="150" drawx="140" drawy="138" />' +
        '<leftbottom x="0" y="151" width="150" height="150" drawx="12" drawy="138" />' +
        '<leftcenter x="0" y="150" width="150" height="1" repeat="true" />' +
        '<topcenter x="150" y="0" width="1" height="150" repeat="true" />' +
        '<rightcenter x="151" y="150" width="150" height="1" repeat="true" />' +
        '<bottomcenter x="150" y="151" width="1" height="150" repeat="true" />' +
        '</frame>' +
        '<frame id="7" src="Resource/Frame/Standard/frame-8.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="20" height="20" drawx="0" drawy="0" />' +
        '<righttop x="30" y="0" width="20" height="20" drawx="20" drawy="0" />' +
        '<rightbottom x="30" y="30" width="20" height="20" drawx="20" drawy="20" />' +
        '<leftbottom x="0" y="30" width="20" height="20" drawx="0" drawy="20" />' +
        '<leftcenter x="0" y="20" width="10" height="10" repeat="true" />' +
        '<topcenter x="20" y="0" width="10" height="10" repeat="true" />' +
        '<rightcenter x="40" y="20" width="10" height="10" repeat="true" />' +
        '<bottomcenter x="20" y="40" width="10" height="10" repeat="true" />' +
        '</frame>' +
        '<frame id="8" src="Resource/Frame/Standard/frame-9.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="30" height="30" drawx="0" drawy="0" />' +
        '<righttop x="32" y="0" width="30" height="30" drawx="30" drawy="0" />' +
        '<rightbottom x="32" y="32" width="30" height="30" drawx="30" drawy="30" />' +
        '<leftbottom x="0" y="32" width="30" height="30" drawx="0" drawy="30" />' +
        '<leftcenter x="0" y="30" width="30" height="2" repeat="true" />' +
        '<topcenter x="30" y="0" width="2" height="30" repeat="true" />' +
        '<rightcenter x="32" y="30" width="30" height="2" repeat="true" />' +
        '<bottomcenter x="30" y="32" width="2" height="30" repeat="true" />' +
        '</frame>' +
        '<frame id="9" src="Resource/Frame/Standard/frame-10.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="30" height="30" drawx="0" drawy="0" />' +
        '<righttop x="32" y="0" width="30" height="30" drawx="30" drawy="0" />' +
        '<rightbottom x="32" y="32" width="30" height="30" drawx="30" drawy="30" />' +
        '<leftbottom x="0" y="32" width="30" height="30" drawx="0" drawy="30" />' +
        '<leftcenter x="0" y="30" width="30" height="2" repeat="true" />' +
        '<topcenter x="30" y="0" width="2" height="30" repeat="true" />' +
        '<rightcenter x="32" y="30" width="30" height="2" repeat="true" />' +
        '<bottomcenter x="30" y="32" width="2" height="30" repeat="true" />' +
        '</frame>' +
        '<frame id="10" src="Resource/Frame/Standard/frame-11.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="20" height="20" drawx="0" drawy="0" />' +
        '<righttop x="30" y="0" width="20" height="20" drawx="20" drawy="0" />' +
        '<rightbottom x="30" y="30" width="20" height="20" drawx="20" drawy="20" />' +
        '<leftbottom x="0" y="30" width="20" height="20" drawx="0" drawy="20" />' +
        '<leftcenter x="0" y="20" width="10" height="10" repeat="true" />' +
        '<topcenter x="20" y="0" width="10" height="10" repeat="true" />' +
        '<rightcenter x="40" y="20" width="10" height="10" repeat="true" />' +
        '<bottomcenter x="20" y="40" width="10" height="10" repeat="true" />' +
        '</frame>' +
        '<frame id="11" src="Resource/Frame/Standard/frame-12.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="20" height="20" drawx="0" drawy="0" />' +
        '<righttop x="30" y="0" width="20" height="20" drawx="20" drawy="0" />' +
        '<rightbottom x="30" y="30" width="20" height="20" drawx="20" drawy="20" />' +
        '<leftbottom x="0" y="30" width="20" height="20" drawx="0" drawy="20" />' +
        '<leftcenter x="0" y="20" width="10" height="10" repeat="true" />' +
        '<topcenter x="20" y="0" width="10" height="10" repeat="true" />' +
        '<rightcenter x="40" y="20" width="10" height="10" repeat="true" />' +
        '<bottomcenter x="20" y="40" width="10" height="10" repeat="true" />' +
        '</frame>' +
        '<frame id="12" src="Resource/Frame/Standard/frame-13.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="20" height="20" drawx="0" drawy="0" />' +
        '<righttop x="30" y="0" width="20" height="20" drawx="20" drawy="0" />' +
        '<rightbottom x="30" y="30" width="20" height="20" drawx="20" drawy="20" />' +
        '<leftbottom x="0" y="30" width="20" height="20" drawx="0" drawy="20" />' +
        '<leftcenter x="0" y="20" width="10" height="10" repeat="true" />' +
        '<topcenter x="20" y="0" width="10" height="10" repeat="true" />' +
        '<rightcenter x="40" y="20" width="10" height="10" repeat="true" />' +
        '<bottomcenter x="20" y="40" width="10" height="10" repeat="true" />' +
        '</frame>' +
        '<frame id="13" src="Resource/Frame/Standard/frame-14.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="20" height="20" drawx="0" drawy="0" />' +
        '<righttop x="30" y="0" width="20" height="20" drawx="20" drawy="0" />' +
        '<rightbottom x="30" y="30" width="20" height="20" drawx="20" drawy="20" />' +
        '<leftbottom x="0" y="30" width="20" height="20" drawx="0" drawy="20" />' +
        '<leftcenter x="0" y="20" width="10" height="10" repeat="true" />' +
        '<topcenter x="20" y="0" width="10" height="10" repeat="true" />' +
        '<rightcenter x="40" y="20" width="10" height="10" repeat="true" />' +
        '<bottomcenter x="20" y="40" width="10" height="10" repeat="true" />' +
        '</frame>' +
        '<frame id="14" src="Resource/Frame/Standard/frame-15.png" applywidth="1">' +
        '<lefttop x="0" y="0" width="20" height="20" drawx="0" drawy="0" />' +
        '<righttop x="30" y="0" width="20" height="20" drawx="20" drawy="0" />' +
        '<rightbottom x="30" y="30" width="20" height="20" drawx="20" drawy="20" />' +
        '<leftbottom x="0" y="30" width="20" height="20" drawx="0" drawy="20" />' +
        '<leftcenter x="0" y="20" width="10" height="10" repeat="true" />' +
        '<topcenter x="20" y="0" width="10" height="10" repeat="true" />' +
        '<rightcenter x="40" y="20" width="10" height="10" repeat="true" />' +
        '<bottomcenter x="20" y="40" width="10" height="10" repeat="true" />' +
        '</frame>' +
        '</standard>' +
        '<wide imageurl="Resource/Frame/Wide/framewidedef.png" width="31" height="31" count="30">' +
        '<frame id="0">' +
        '<horizontal src="Resource/Frame/Wide/frame-w1-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w1-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="1">' +
        '<horizontal src="Resource/Frame/Wide/frame-w2-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w2-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="2">' +
        '<horizontal src="Resource/Frame/Wide/frame-w3-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w3-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="3">' +
        '<horizontal src="Resource/Frame/Wide/frame-w4-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w4-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="4">' +
        '<horizontal src="Resource/Frame/Wide/frame-w5-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w5-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="5">' +
        '<horizontal src="Resource/Frame/Wide/frame-w6-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w6-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="6">' +
        '<horizontal src="Resource/Frame/Wide/frame-w7-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w7-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="7">' +
        '<horizontal src="Resource/Frame/Wide/frame-w8-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w8-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="8">' +
        '<horizontal src="Resource/Frame/Wide/frame-w9-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w9-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="9">' +
        '<horizontal src="Resource/Frame/Wide/frame-w10-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w10-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="10">' +
        '<horizontal src="Resource/Frame/Wide/frame-w11-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w11-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="11">' +
        '<horizontal src="Resource/Frame/Wide/frame-w12-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w12-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="12">' +
        '<horizontal src="Resource/Frame/Wide/frame-w13-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w13-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="13">' +
        '<horizontal src="Resource/Frame/Wide/frame-w14-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w14-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="14">' +
        '<horizontal src="Resource/Frame/Wide/frame-w15-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w15-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="15">' +
        '<horizontal src="Resource/Frame/Wide/frame-w16-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w16-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="16">' +
        '<horizontal src="Resource/Frame/Wide/frame-w17-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w17-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="17">' +
        '<horizontal src="Resource/Frame/Wide/frame-w18-h.png" x1="19" y1="84" x2="819" y2="84" x3="19" y3="684" />' +
        '<vertical src="Resource/Frame/Wide/frame-w18-v.png" x1="19" y1="116" x2="619" y2="116" x3="19" y3="916" />' +
        '</frame>' +
        '<frame id="18">' +
        '<horizontal src="Resource/Frame/Wide/frame-w19-h.png" x1="19" y1="84" x2="819" y2="84" x3="19" y3="684" />' +
        '<vertical src="Resource/Frame/Wide/frame-w19-v.png" x1="19" y1="116" x2="619" y2="116" x3="19" y3="916" />' +
        '</frame>' +
        '<frame id="19">' +
        '<horizontal src="Resource/Frame/Wide/frame-w20-h.png" x1="19" y1="84" x2="819" y2="84" x3="19" y3="684" />' +
        '<vertical src="Resource/Frame/Wide/frame-w20-v.png" x1="19" y1="116" x2="619" y2="116" x3="19" y3="916" />' +
        '</frame>' +
        '<frame id="20">' +
        '<horizontal src="Resource/Frame/Wide/frame-w21-h.png" x1="19" y1="84" x2="819" y2="84" x3="19" y3="684" />' +
        '<vertical src="Resource/Frame/Wide/frame-w21-v.png" x1="19" y1="116" x2="619" y2="116" x3="19" y3="916" />' +
        '</frame>' +
        '<frame id="21">' +
        '<horizontal src="Resource/Frame/Wide/frame-w22-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w22-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="22">' +
        '<horizontal src="Resource/Frame/Wide/frame-w23-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w23-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="23">' +
        '<horizontal src="Resource/Frame/Wide/frame-w24-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w24-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="24">' +
        '<horizontal src="Resource/Frame/Wide/frame-w25-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w25-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="25">' +
        '<horizontal src="Resource/Frame/Wide/frame-w26-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w26-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="26">' +
        '<horizontal src="Resource/Frame/Wide/frame-w27-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w27-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="27">' +
        '<horizontal src="Resource/Frame/Wide/frame-w28-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w28-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="28">' +
        '<horizontal src="Resource/Frame/Wide/frame-w29-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w29-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '<frame id="29">' +
        '<horizontal src="Resource/Frame/Wide/frame-w30-h.png" x1="0" y1="0" x2="800" y2="0" x3="0" y3="600" />' +
        '<vertical src="Resource/Frame/Wide/frame-w30-v.png" x1="0" y1="0" x2="600" y2="0" x3="0" y3="800" />' +
        '</frame>' +
        '</wide>' +
        '</frames>';
    //그리기 탭의 모양 관련 정의 내용
    editor.brush_definition_xml =
        '<brushs imageurl="Resource/Brush/brushsdef.png" width="30" height="30" count="36">' +
        '<brush id="0" brushType="shape" shape="solid" step="0" />' +
		'<brush id="1" brushType="shape" shape="fuzzy" type="0" step="0" />' +
        '<brush id="2" brushType="shape" shape="fuzzy" type="1" step="0" />' +
        '<brush id="3" brushType="shape" shape="fuzzy" type="2" step="0" />' +
        '<brush id="4" brushType="shape" shape="fuzzy" type="3" step="0" />' +
        '<brush id="5" brushType="shape" shape="fuzzy" type="4" step="0" />' +
        '<brush id="6" brushType="bitmap" brushTypeName="spray" step="1" />' +
		'<brush id="7" brushType="bitmap" brushTypeName="oil1" step="1" />' +
        '<brush id="8" brushType="bitmap" brushTypeName="oil2" step="1" />' +
        '<brush id="9" brushType="bitmap" brushTypeName="chalk2" step="1" />' +
        '<brush id="10" brushType="bitmap" brushTypeName="oilPastel" step="1" />' +
		'<brush id="11" brushType="bitmap" brushTypeName="star" step="1" />' +
        '<brush id="12" brushType="path" pathData="M 10,10 H 90 V 90 H 10 Z" step="0" />' +
		'<brush id="13" brushType="path" pathData="M 50,10 L 30,50 L 50,90 L 70,50 Z" step="0" />' +
		'<brush id="14" brushType="path" pathData="M 10,50 L 30,10 L 70,10 L 90,50 L 70,90 L 30,90 Z" step="0" />' +
		'<brush id="15" brushType="path" pathData="M 10,40 L 37,34 L 51,10 L 65,34 L 90,40 L 73,60 L 75,87 L 50,76 L 26,87 L 28,61 Z" step="0" />' +
		'<brush id="16" brushType="path" pathData="M 51,9 L 38,31 L 9,31 L 24,51 L 9,71 L 38,71 L 50,91 L 64,71 L 92,71 L 78,51 L 92,31 L 64,31 Z" step="0" />' +
        '<brush id="17" brushType="path" pathData="M 5,37 L 31,37 L 23,14 L 43,28 L 50,5 L 59,27 L 79,14 L 72,36 L 96,36 L 77,50 L 97,65 L 71,65 L 79,88 L 59,74 L 51,96 L 43,74 L 22,87 L 30,65 L 5,65 L 24,51 Z" step="0" />' +
		'<brush id="18" brushType="path" pathData="M 50,27 C 43,10 27,9 C 5,12 5,36 C 4,52 23,64 C 41,73 51,90 C 61,72 76,65 C 95,54 96,38 C 96,14 74,9 C 60,8 50,27 Z" step="0" />' +
		'<brush id="19" brushType="path" pathData="M 51,5 C 31,5 29,20 C 28,30 39,39 C 25,32 19,33 C 4,37 6,53 C 6,70 23,78 C 36,80 49,63 C 48,85 40,93 C 51,96 61,93 C 52,80 52,63 C 67,82 78,80 C 95,76 95,55 C 95,40 83,35 C 76,34 64,40 C 75,31 74,20 C 72,5 51,5 Z" step="0" />' +
		'<brush id="20" brushType="path" pathData="M 51,4 C 41,18 26,26 C 12,33 6,46 C 4,54 6,64 C 13,80 27,81 C 41,80 49,68 C 49,86 40,93 C 51,97 61,93 C 53,83 53,68 C 61,81 74,80 C 89,79 94,65 C 96,56 94,45 C 88,34 72,25 C 59,17 51,4 Z" step="0" />' +
		'<brush id="21" brushType="path" pathData="M 44,6 C 41,40 34,28 C 41,37 43,48 C 32,44 27,46 C 15,49 10,46 C 14,52 33,61 C 28,66 24,75 C 34,74 40,70 C 37,73 49,63 C 49,80 44,92 L 46,95 C 50,82 51,64 C 63,71 74,75 C 72,69 68,63 C 87,51 91,43 C 85,46 75,44 C 68,44 59,48 C 63,37 62,26 C 60,32 56,30 C 55,22 50,17 C 47,15 44,6 Z" step="0" />' +
		'<brush id="22" brushType="path" pathData="M 21,10 C 48,37 37,93 L 40,93 L 41,88 C 42,91 45,93 C 51,39 84,19 C 55,33 44,78 C 47,40 56,5 C 46,28 43,66 C 43,28 21,10 Z" step="0" />' +
		'<brush id="23" brushType="path" pathData="M 32,10 C 24,9 25,15 L 30,24 L 21,24 C 16,28 21,32 L 35,32 L 44,46 L 26,46 L 19,34 C 13,32 12,38 L 17,46 L 6,46 C 1,50 6,54 L 18,54 L 13,63 C 13,69 19,66 L 26,54 L 44,54 L 35,69 L 20,69 C 15,73 20,77 L 30,77 L 25,86 C 25,92 31,90 L 37,81 L 42,89 C 48,91 49,85 L 41,73 L 50,59 L 58,72 L 52,84 C 51,90 58,89 L 63,79 L 68,89 C 74,91 75,86 L 69,76 L 80,76 C 84,73 80,69 L 65,68 L 57,54 L 74,54 L 81,66 C 87,69 87,63 L 83,54 L 94,54 C 98,51 94,47 L 83,47 L 87,38 C 87,32 81,34 L 74,46 L 57,46 L 65,31 L 80,31 C 84,28 80,24 L 69,24 L 75,15 C 75,9 69,11 L 63,20 L 57,12 C 51,9 51,16 L 58,28 L 50,42 L 42,28 L 49,16 C 49,10 43,11 L 38,20 Z" step="0" />' +
		'<brush id="24" brushType="line" thickness="7" pathData="M 10,10 H 90 V 90 H 10 Z" step="0" />' +
		'<brush id="25" brushType="line" thickness="7" pathData="M 50,10 L 30,50 L 50,90 L 70,50 Z" step="0" />' +
		'<brush id="26" brushType="line" thickness="7" pathData="M 10,50 L 30,10 L 70,10 L 90,50 L 70,90 L 30,90 Z" step="0" />' +
		'<brush id="27" brushType="line" thickness="6" pathData="M 10,40 L 37,34 L 51,10 L 65,34 L 90,40 L 73,60 L 75,87 L 50,76 L 26,87 L 28,61 Z" step="0" />' +
		'<brush id="28" brushType="line" thickness="6" pathData="M 51,10 L 39,31 L 13,31 L 26,49 L 12,68 L 39,68 L 51,87 L 64,68 L 90,68 L 77,50 L 90,31 L 63,31 Z" step="0" />' +
        '<brush id="29" brushType="line" thickness="6" pathData="M 11,38 L 32,38 L 26,19 L 43,30 L 50,10 L 57,30 L 74,18 L 68,38 L 89,38 L 73,50 L 89,62 L 68,62 L 75,82 L 58,70 L 50,89 L 43,70 L 26,82 L 32,62 L 11,62 L 27,50 Z" step="0" />' +
		'<brush id="30" brushType="line" thickness="6" pathData="M 50,27 C 43,10 27,9 C 5,12 5,36 C 4,52 23,64 C 41,73 51,90 C 61,72 76,65 C 95,54 96,38 C 96,14 74,9 C 60,8 50,27 Z" step="0" />' +
		'<brush id="31" brushType="line" thickness="6" pathData="M 51,5 C 31,5 29,20 C 28,30 39,39 C 25,32 19,33 C 4,37 6,53 C 6,70 23,78 C 36,80 49,63 C 48,85 40,93 C 51,96 61,93 C 52,80 52,63 C 67,82 78,80 C 95,76 95,55 C 95,40 83,35 C 76,34 64,40 C 75,31 74,20 C 72,5 51,5 Z" step="0" />' +
		'<brush id="32" brushType="line" thickness="6" pathData="M 51,4 C 41,18 26,26 C 12,33 6,46 C 4,54 6,64 C 13,80 27,81 C 41,80 49,68 C 49,86 40,93 C 51,97 61,93 C 53,83 53,68 C 61,81 74,80 C 89,79 94,65 C 96,56 94,45 C 88,34 72,25 C 59,17 51,4 Z" step="0" />' +
		'<brush id="33" brushType="line" thickness="4" pathData="M 44,6 C 41,40 34,28 C 41,37 43,48 C 32,44 27,46 C 15,49 10,46 C 14,52 33,61 C 28,66 24,75 C 34,74 40,70 C 37,73 49,63 C 49,80 44,92 L 46,95 C 50,82 51,64 C 63,71 74,75 C 72,69 68,63 C 87,51 91,43 C 85,46 75,44 C 68,44 59,48 C 63,37 62,26 C 60,32 56,30 C 55,22 50,17 C 47,15 44,6 Z" step="0" />' +
		'<brush id="34" brushType="line" thickness="1" pathData="M 21,10 C 48,37 37,93 L 40,93 L 41,88 C 42,91 45,93 C 51,39 84,19 C 55,33 44,78 C 47,40 56,5 C 46,28 43,66 C 43,28 21,10 Z" step="0" />' +
		'<brush id="35" brushType="line" thickness="4" pathData="M 32,10 C 24,9 25,15 L 30,24 L 21,24 C 16,28 21,32 L 35,32 L 44,46 L 26,46 L 19,34 C 13,32 12,38 L 17,46 L 6,46 C 1,50 6,54 L 18,54 L 13,63 C 13,69 19,66 L 26,54 L 44,54 L 35,69 L 20,69 C 15,73 20,77 L 30,77 L 25,86 C 25,92 31,90 L 37,81 L 42,89 C 48,91 49,85 L 41,73 L 50,59 L 58,72 L 52,84 C 51,90 58,89 L 63,79 L 68,89 C 74,91 75,86 L 69,76 L 80,76 C 84,73 80,69 L 65,68 L 57,54 L 74,54 L 81,66 C 87,69 87,63 L 83,54 L 94,54 C 98,51 94,47 L 83,47 L 87,38 C 87,32 81,34 L 74,46 L 57,46 L 65,31 L 80,31 C 84,28 80,24 L 69,24 L 75,15 C 75,9 69,11 L 63,20 L 57,12 C 51,9 51,16 L 58,28 L 50,42 L 42,28 L 49,16 C 49,10 43,11 L 38,20 Z" step="0" />' +
        '</brushs>';
    editor.shape_definition_image = '';
    //도형 탭의 모양 관련 정의 내용
    editor.shape_definition_xml =
		'<shapes imageurl="Resource/Shape/shapedef.png" width="20" height="20" count="36">' +
		'<shape id="0" width="100" height="100">' +
			'<ellipse x="0" y="0" width="100" height="100" />' +
		'</shape>' +
		'<shape id="1" width="100" height="100">' +
			'<path data="M 50,10 L 90,90 L 10,90 Z" />' +
		'</shape>' +
		'<shape id="2" width="100" height="100">' +
			'<path data="M 10,10 L 10,90 L 90,90 Z" />' +
		'</shape>' +
		'<shape id="3" width="100" height="100">' +
			'<path data="M 30,10 L 90,10 L 70,90 L 10,90 Z" />' +
		'</shape>' +
		'<shape id="4" width="100" height="100">' +
			'<path data="M 30,10 L 70,10 L 90,90 L 10,90 Z" />' +
		'</shape>' +
		'<shape id="5" width="100" height="100">' +
			'<path data="M 50,10 L 90,50 L 50,90 L 10,50 Z" />' +
		'</shape>' +
		'<shape id="6" width="100" height="100">' +
			'<rectangle x="10" y="10" width="80" height="80" />' +
		'</shape>' +
		'<shape id="7" width="100" height="100">' +
			'<path data="M 10,20 C 10,10 20,10 H 80 C 90,10 90,20 V 80 C 90,90 80,90 H 20 C 10,90 10,80 Z" />' +
		'</shape>' +
		'<shape id="8" width="100" height="100">' +
			'<path data="M 10,10 H 70 L 90,30 V 90 H 10 Z" />' +
		'</shape>' +
		'<shape id="9" width="100" height="100">' +
			'<path data="M 10,50 L 30,10 L 70,10 L 90,50 L 70,90 L 30,90 Z" />' +
		'</shape>' +
		'<shape id="10" width="100" height="100">' +
			'<path data="M 10,30 H 30 V 10 H 70 V 30 H 90 V 70 H 70 V 90 H 30 V 70 H 10 Z" />' +
		'</shape>' +
		'<shape id="11" width="100" height="100">' +
			'<path data="M 39,23 C 34,15 23,21 C 19,27 19,37 C 8,37 8,47 C 9,57 18,57 C 8,59 11,71 C 16,81 23,77 C 27,90 42,83 C 45,89 54,90 C 65,84 64,74 C 68,82 74,77 C 84,66 74,53 C 79,62 84,62 C 97,52 84,42 C 97,28 79,23 C 80,10 72,10 C 66,11 65,19 C 59,7 52,20 C 44,9 39,23 Z" />' +
		'</shape>' +
		'<shape id="12" width="100" height="100">' +
			'<path data="M 10,40 H 60 V 20 L 90,50 L 60,80 V 60 H 10 Z" />' +
		'</shape>' +
		'<shape id="13" width="100" height="100">' +
			'<path data="M 90,40 H 40 V 20 L 10,50 L 40,80 V 60 H 90 Z" />' +
		'</shape>' +
		'<shape id="14" width="100" height="100">' +
			'<path data="M 40,90 V 40 H 20 L 50,10 L 80,40 H 60 V 90 Z" />' +
		'</shape>' +
		'<shape id="15" width="100" height="100">' +
			'<path data="M 40,10 V 60 H 20 L 50,90 L 80,60 H 60 V 10 Z" />' +
		'</shape>' +
		'<shape id="16" width="100" height="100">' +
			'<path data="M 10,10 V 80 C 40,100 60,70 C 70,60 90,65 V 10 Z" />' +
		'</shape>' +
		'<shape id="17" width="100" height="100">' +
			'<path data="M 10,50 L 25,20 H 75 L 90,50 L 75,80 H 25 Z" />' +
		'</shape>' +
		'<shape id="18" width="100" height="100">' +
			'<path data="M 10,25 L 90,10 V 90 H 10 Z" />' +
		'</shape>' +
		'<shape id="19" width="100" height="100">' +
			'<path data="M 90,10 H 30 L 10,30 V 90 H 90 Z" />' +
		'</shape>' +
		'<shape id="20" width="100" height="100">' +
			'<path data="M 10,20 C 30,35 50,20 C 70,5 90,20 V 80 C 70,65 50,80 C 30,95 10,80 Z" />' +
		'</shape>' +
		'<shape id="21" width="100" height="100">' +
			'<path data="M 20,10 V 90 H 10 V 10 H 80 V 90 H 20 V 10 H 90 V 90 H 80 V 10 Z" />' +
		'</shape>' +
		'<shape id="22" width="100" height="100">' +
			'<path data="M 10,20 C 50,5 90,20 C 50,35 10,20 V 80 C 50,95 90,80 V 20 C 50,35 10,20 Z" />' +
		'</shape>' +
		'<shape id="23" width="100" height="100">' +
			'<path data="M 80,10 C 95,50 80,90 C 65,50 80,10 H 20 C 5,50 20,90 H 80 C 65,50 80,10 Z" />' +
		'</shape>' +
		'<shape id="24" width="100" height="100">' +
			'<path data="M 50,8 L 41,40 L 8,40 L 35,59 L 24,92 L 50,71 L 76,91 L 66,60 L 93,40 L 59,40 Z" />' +
		'</shape>' +
		'<shape id="25" width="100" height="100">' +
			'<path data="M 51,9 L 38,31 L 9,31 L 24,51 L 9,71 L 38,71 L 50,91 L 64,71 L 92,71 L 78,51 L 92,31 L 64,31 Z" />' +
		'</shape>' +
		'<shape id="26" width="100" height="100">' +
			'<path data="M 50,6 L 38,19 L 19,19 L 19,38 L 6,50 L 19,62 L 19,81 L 38,81 L 50,94 L 62,81 L 81,81 L 81,63 L 94,50 L 81,38 L 81,20 L 62,20 Z" />' +
		'</shape>' +
		'<shape id="27" width="100" height="100">' +
			'<path data="M 50,5 L 44,18 L 33,8 L 33,23 L 18,18 L 23,32 L 9,32 L 18,43 L 6,50 L 18,56 L 9,67 L 23,68 L 19,81 L 33,77 L 33,91 L 44,82 L 50,94 L 57,82 L 67,91 L 69,77 L 82,82 L 78,69 L 91,67 L 82,56 L 94,50 L 82,43 L 91,33 L 76,32 L 81,18 L 68,23 L 67,9 L 56,18 Z" />' +
		'</shape>' +
		'<shape id="28" width="100" height="100">' +
			'<path data="M 67,3 L 51,27 L 40,12 L 37,29 L 5,12 L 24,34 L 8,40 L 21,53 L 3,69 L 28,63 L 24,79 L 38,71 L 41,96 L 49,66 L 60,81 L 64,63 L 84,84 L 78,59 L 93,58 L 80,47 L 94,37 L 76,33 L 83,21 L 65,25 Z" />' +
		'</shape>' +
		'<shape id="29" width="100" height="100">' +
			'<path data="M 47,11 L 42,30 L 25,19 L 28,37 L 10,39 L 21,53 L 5,59 L 21,69 L 7,84 L 26,81 L 28,93 L 37,83 L 43,92 L 48,79 L 55,83 L 59,72 L 71,79 L 69,66 L 91,76 L 79,58 L 89,53 L 79,44 L 92,33 L 76,30 L 84,16 L 68,26 L 69,3 L 55,21 Z" />' +
		'</shape>' +
		'<shape id="30" width="100" height="100">' +
			'<path data="M 50,27 C 43,10 27,9 C 5,12 5,36 C 4,52 23,64 C 41,73 51,90 C 61,72 76,65 C 95,54 96,38 C 96,14 74,9 C 60,8 50,27 Z" />' +
		'</shape>' +
		'<shape id="31" width="100" height="100">' +
			'<path data="M 51,5 C 31,5 29,20 C 28,30 39,39 C 25,32 19,33 C 4,37 6,53 C 6,70 23,78 C 36,80 49,63 C 48,85 40,93 C 51,96 61,93 C 52,80 52,63 C 67,82 78,80 C 95,76 95,55 C 95,40 83,35 C 76,34 64,40 C 75,31 74,20 C 72,5 51,5 Z" />' +
		'</shape>' +
		'<shape id="32" width="100" height="100">' +
			'<path data="M 51,4 C 41,18 26,26 C 12,33 6,46 C 4,54 6,64 C 13,80 27,81 C 41,80 49,68 C 49,86 40,93 C 51,97 61,93 C 53,83 53,68 C 61,81 74,80 C 89,79 94,65 C 96,56 94,45 C 88,34 72,25 C 59,17 51,4 Z" />' +
		'</shape>' +
		'<shape id="33" width="100" height="100">' +
			'<path data="M 44,6 C 41,40 34,28 C 41,37 43,48 C 32,44 27,46 C 15,49 10,46 C 14,52 33,61 C 28,66 24,75 C 34,74 40,70 C 37,73 49,63 C 49,80 44,92 L 46,95 C 50,82 51,64 C 63,71 74,75 C 72,69 68,63 C 87,51 91,43 C 85,46 75,44 C 68,44 59,48 C 63,37 62,26 C 60,32 56,30 C 55,22 50,17 C 47,15 44,6 Z" />' +
		'</shape>' +
		'<shape id="34" width="100" height="100">' +
			'<path data="M 21,10 C 48,37 37,93 L 40,93 L 41,88 C 42,91 45,93 C 51,39 84,19 C 55,33 44,78 C 47,40 56,5 C 46,28 43,66 C 43,28 21,10 Z" />' +
		'</shape>' +
		'<shape id="35" width="100" height="100">' +
			'<path data="M 32,10 C 24,9 25,15 L 30,24 L 21,24 C 16,28 21,32 L 35,32 L 44,46 L 26,46 L 19,34 C 13,32 12,38 L 17,46 L 6,46 C 1,50 6,54 L 18,54 L 13,63 C 13,69 19,66 L 26,54 L 44,54 L 35,69 L 20,69 C 15,73 20,77 L 30,77 L 25,86 C 25,92 31,90 L 37,81 L 42,89 C 48,91 49,85 L 41,73 L 50,59 L 58,72 L 52,84 C 51,90 58,89 L 63,79 L 68,89 C 74,91 75,86 L 69,76 L 80,76 C 84,73 80,69 L 65,68 L 57,54 L 74,54 L 81,66 C 87,69 87,63 L 83,54 L 94,54 C 98,51 94,47 L 83,47 L 87,38 C 87,32 81,34 L 74,46 L 57,46 L 65,31 L 80,31 C 84,28 80,24 L 69,24 L 75,15 C 75,9 69,11 L 63,20 L 57,12 C 51,9 51,16 L 58,28 L 50,42 L 42,28 L 49,16 C 49,10 43,11 L 38,20 Z" />' +
		'</shape>' +
		'</shapes>';
    //gradient 관련 정의 내용
    editor.gradient_definition_xml =
		'<gradients>' +
		'<gradient gdstr="0 #000000 100 #FCFCFC" />' +
		'<gradient gdstr="0 #FFAFF3 35 #FFD2F5 65 #FFDDFC 100 #FFEEFB" />' +
		'<gradient gdstr="0 #290A59 100 #F9E600" />' +
		'<gradient gdstr="0 #290A59 100 #6F156C" />' +
		'<gradient gdstr="0 #FFF33A 20 #FCC60C 60 #F4903F 80 #ED693B 100 #EA3E39" />' +
		'<gradient gdstr="0 #FFF33A 20 #E2B174 60 #DA9088 80 #CD6C8E 100 #BF2E91" />' +
		'<gradient gdstr="0 #FFF164 30 #E1D959 60 #23B34A 80 #1B787E 100 #2E3092" />' +
		'<gradient gdstr="0 #FFF33A 30 #D1C775 60 #9FA290 80 #697FA3 100 #3266B1" />' +
		'<gradient gdstr="0 #B9E5F4 100 #7BBCFF" />' +
		'<gradient gdstr="0 #4BC8F4 100 #0A9ACF" />' +
		'<gradient gdstr="0 #78BFD3 100 #306A75" />' +
		'<gradient gdstr="0 #FD4124 100 #A2281D" />' +
		'<gradient gdstr="0 #F6A0AF 100 #D63D52" />' +
		'<gradient gdstr="0 #FFA962 100 #E56713" />' +
		'<gradient gdstr="0 #FEC33B 100 #CB3D02" />' +
		'<gradient gdstr="0 #FFEC9A 100 #FFCC00" />' +
		'<gradient gdstr="0 #FCEF00 100 #BFB400" />' +
		'<gradient gdstr="0 #D6E528 100 #98D049" />' +
		'<gradient gdstr="0 #93BC47 100 #276E44" />' +
		'<gradient gdstr="0 #00074C 50 #0062B5 100 #00CFE2" />' +
		'<gradient gdstr="0 #002EF5 100 #B2BDEB" />' +
		'<gradient gdstr="0 #E9BAEF 100 #2A647C" />' +
		'<gradient gdstr="0 #C8C2F0 100 #A12A94" />' +
		'<gradient gdstr="0 #0B1D5F 100 #C082C7" />' +
		'<gradient gdstr="0 #071A4B 100 #C5E6999" />' +
		'<gradient gdstr="0 #E2DF89 100 #7A7416" />' +
		'<gradient gdstr="0 #071A4B 100 #CCD3F4" />' +
		'<gradient gdstr="0 #F79E11 100 #EAC077" />' +
		'<gradient gdstr="0 #D0963C 100 #614616" />' +
		'<gradient gdstr="0 #6ABFEB 25 #B9D3C3 50 #F7E998 75 #F4BCAC 100 #F495B3" />' +
		'<gradient gdstr="0 #F6F1B2 30 #CAE3CC 60 #98D8E3 80 #6AB6CB 100 #4499B1" />' +
		'<gradient gdstr="0 #FAE5B0 25 #F7BDA2 50 #F69594 75 #C4B585 100 #90CA71" />' +
		'<gradient gdstr="0 #757575 15 #efdbcf 30 #bfae9e 45 #63553d 60 #8c7a55 80 #020202 100 #a8a8a8" />' +
		'<gradient gdstr="0 #FAE5B0 25 #F4BEB2 50 #EE95AC 75 #B67DAD 100 #836AAF" />' +
		'<gradient gdstr="0 #7FC99B 25 #89ADB4 50 #938EC5 75 #87B0D8 100 #74CFED" />' +
		'<gradient gdstr="0 #FFF600 40 #FF6600 100 #500067" />' +
		'<gradient gdstr="0 #250030 30 #FF0030 50 #E80083 70 #880049 80 #6B2B6F 100 #2E003D" />' +
		'<gradient gdstr="0 #300058 40 #B000B2 100 #FAE000" />' +
		'<gradient gdstr="0 #2C003E 40 #6F007F 100 #EA0079" />' +
		'<gradient gdstr="0 #370061 40 #FF9C9C 100 #9B1A48" />' +
		'<gradient gdstr="0 #270000 20 #4F2D00 50 #F56200 70 #FAEB00 100 #442D00" />' +
		'<gradient gdstr="0 #FF6E02 50 #FFFF00 100 #FF6D00" />' +
		'<gradient gdstr="0 #00171F 30 #033737 100 #C6DAD1" />' +
		'<gradient gdstr="0 #183515 60 #546C18 70 #929C1B 100 #E6ECD3" />' +
		'<gradient gdstr="0 #370061 40 #005FA2 100 #00E49C" />' +
		'<gradient gdstr="0 #B3BEAD 100 #FCFFF4" />' +
		'<gradient gdstr="0 #F2F5F6 100 #C8D7DC" />' +
		'<gradient gdstr="0 #596A72 100 #CFDDE8" />' +
		'<gradient gdstr="0 #737D86 100 #B6BEC9" />' +
		'<gradient gdstr="0 #FF6EA8 40 #FF7690 100 #FFDAC3" />' +
		'<gradient gdstr="0 #FBFCCF 50 #B59229 100 #664003" />' +
		'<gradient gdstr="0 #6C4E13 30 #987225 60 #FDC965 100 #FAECD1" />' +
		'<gradient gdstr="0 #FFE2D7 100 #5F4426" />' +
		'<gradient gdstr="0 #BBDBF5 100 #0A1C26" />' +
		'<gradient gdstr="0 #274229 100 #FEFFCF" />' +
		'<gradient gdstr="10 #361220 20 #ff59001E 30 #ffB0AA30 40 #ffFFBD5C 50 #ff993832 60 #ff59001E 90 #ff361220" />' +
		'<gradient gdstr="0 #FFEFD6 15 #FFBD5C 30 #59001E 45 #993832 85 #FFBD5C 100 #FFEFD6" />' +
		'<gradient gdstr="3 #F79727 15 #59001E 17 #FFBD5C 19 #361220 48 #59001E 52 #59001E 81 #361220 83 #FFBD5C 85 #59001E 97 #F79727" />' +
		'<gradient gdstr="0 #290805 20 #5C0100 60 #D9BF48 100 #848134" />' +
		'<gradient gdstr="0 #FDECC3 20 #F9C852 70 #A40C0B 100 #3A0000" />' +
		'<gradient gdstr="0 #2F0200 20 #4F2300 60 #CEC14F 95 #EEECD7" />' +
		'<gradient gdstr="0 #8C6337 30 #611428 40 #611428 100 #D9BF48" />' +
		'<gradient gdstr="0 #A9A99F 20 #B5B5AB 45 #E0E1DB 55 #E0E1DB 90 #B5B5AB 100 #A9A99F" />' +
		'<gradient gdstr="0 #FFF59E 12 #917954 26 #644202 52 #FFF59E 74 #694809 88 #9D7F45 100 #FFF59E" />' +
		'<gradient gdstr="0 #E8DA12 36 #644202 69 #F3E616 100 #694809" />' +
		'</gradients>';
    //스티커 탭의 이미지 관련 내용
    editor.sticker_definition_xml =
        '<stickers>' +
        '<catalog name="balloon" imageurl="resource/sticker/balloon/balloon.png" width="31" height="31" count="31">' +
        '<sticker source="resource/sticker/balloon/huc_01.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_02.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_03.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_04.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_05.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_06.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_07.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_08.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_09.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_10.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_11.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_12.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_13.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_14.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_15.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_16.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_17.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_18.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_19.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_20.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_21.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_22.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_23.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_24.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_25.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_26.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_27.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_28.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_29.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_30.png"/>' +
        '<sticker source="resource/sticker/balloon/huc_31.png"/>' +
        '</catalog>' +
        '<catalog name="포스트잇" imageurl="resource/sticker/etc2/etc2.png" width="31" height="31" count="40">' +
        '<sticker source="resource/sticker/etc2/etc2-1.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-2.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-3.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-4.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-5.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-6.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-7.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-8.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-9.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-10.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-11.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-12.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-13.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-14.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-15.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-16.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-17.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-18.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-19.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-20.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-21.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-22.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-23.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-24.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-25.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-26.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-27.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-28.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-29.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-30.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-31.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-32.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-33.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-34.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-35.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-36.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-37.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-38.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-39.png"/>' +
        '<sticker source="resource/sticker/etc2/etc2-40.png"/>' +
        '</catalog>' +
        '<catalog name="감정" imageurl="resource/sticker/icon/icon.png" width="31" height="31" count="30">' +
        '<sticker source="resource/sticker/icon/huc_032_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_033_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_034_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_035_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_036_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_037_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_038_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_039_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_040_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_041_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_042_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_046_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_043_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_044_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_045_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_047_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_048_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_049_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_050_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_051_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_052_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_053_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_054_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_055_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_056_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_057_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_058_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_059_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_060_o.png"/>' +
        '<sticker source="resource/sticker/icon/huc_061_o.png"/>' +
        '</catalog>' +
        '<catalog name="사람" imageurl="resource/sticker/human/human.png" width="31" height="31" count="49">' +
        '<sticker source="resource/sticker/human/hub_001_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_002_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_003_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_004_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_005_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_006_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_007_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_008_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_009_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_010_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_011_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_012_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_013_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_014_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_015_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_016_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_017_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_018_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_019_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_020_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_021_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_022_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_023_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_024_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_027_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_028_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_029_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_030_o.png"/>' +
        '<sticker source="resource/sticker/human/hub_031_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_001_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_002_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_003_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_004_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_005_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_006_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_007_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_008_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_009_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_010_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_011_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_012_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_013_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_014_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_015_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_016_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_017_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_018_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_019_o.png"/>' +
        '<sticker source="resource/sticker/human/huf_020_o.png"/>' +
        '</catalog>' +
        '<catalog name="동물" imageurl="resource/sticker/animal/animal.png" width="31" height="31" count="59">' +
        '<sticker source="resource/sticker/animal/anl_001_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_002_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_003_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_004_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_005_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_006_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_007_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_008_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_009_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_010_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_011_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_012_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_013_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_014_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_015_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_016_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_017_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_018_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_019_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_020_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_021_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_022_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_023_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_024_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_025_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_026_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_027_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_028_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_029_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_030_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_031_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_032_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_033_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_034_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_035_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_036_o.png"/>' +
        '<sticker source="resource/sticker/animal/anl_037_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_001_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_002_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_003_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_004_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_005_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_006_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_007_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_008_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_009_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_010_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_011_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_012_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_013_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_014_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_015_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_016_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_017_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_018_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_019_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_020_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_021_o.png"/>' +
        '<sticker source="resource/sticker/animal/anw_022_o.png"/>' +
        '</catalog>' +
        '<catalog name="식물" imageurl="resource/sticker/plant/plant.png" width="31" height="31" count="51">' +
        '<sticker source="resource/sticker/plant/plf_001_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_002_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_003_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_004_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_005_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_006_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_007_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_008_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_009_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_010_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_011_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_012_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_013_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_014_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_015_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_016_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_017_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_018_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_019_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_020_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_021_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_022_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_023_o.png"/>' +
        '<sticker source="resource/sticker/plant/plf_024_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_001_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_002_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_003_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_004_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_005_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_006_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_007_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_008_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_009_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_010_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_011_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_012_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_013_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_014_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_015_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_016_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_017_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_018_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_019_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_020_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_021_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_022_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_023_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_024_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_025_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_026_o.png"/>' +
        '<sticker source="resource/sticker/plant/plv_027_o.png"/>' +
        '</catalog>' +
        '<catalog name="음식" imageurl="resource/sticker/food/food.png" width="31" height="31" count="36">' +
        '<sticker source="resource/sticker/food/fod_001_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_002_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_003_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_004_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_005_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_006_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_007_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_008_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_009_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_010_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_011_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_012_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_013_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_014_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_015_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_016_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_017_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_018_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_019_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_020_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_021_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_022_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_023_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_024_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_025_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_026_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_027_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_028_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_029_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_030_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_031_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_032_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_033_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_034_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_035_o.png"/>' +
        '<sticker source="resource/sticker/food/fod_036_o.png"/>' +
        '</catalog>' +
        '<catalog name="자연" imageurl="resource/sticker/nature/nature.png" width="31" height="31" count="51">' +
        '<sticker source="resource/sticker/nature/nas_001_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_002_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_003_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_004_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_005_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_006_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_007_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_008_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_009_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_010_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_011_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_012_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_013_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_014_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_015_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_016_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_017_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_018_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_019_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_020_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_021_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_022_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_023_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_024_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_025_o.png"/>' +
        '<sticker source="resource/sticker/nature/nas_026_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_001_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_002_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_003_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_004_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_005_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_006_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_007_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_008_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_009_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_010_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_011_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_012_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_013_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_014_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_015_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_016_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_017_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_018_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_019_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_020_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_021_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_022_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_023_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_024_o.png"/>' +
        '<sticker source="resource/sticker/nature/naw_025_o.png"/>' +
        '</catalog>' +
        '<catalog imageurl="resource/sticker/etc/etc.png" width="31" height="31" count="46">' +
        '<sticker source="resource/sticker/etc/ets_001_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_002_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_003_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_004_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_005_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_006_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_007_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_008_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_009_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_010_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_011_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_012_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_013_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_014_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_015_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_016_o.png"/>' +
        '<sticker source="resource/sticker/etc/ets_017_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_001_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_002_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_003_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_004_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_005_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_006_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_007_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_008_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_009_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_010_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_011_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_012_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_013_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_014_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_015_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_016_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_017_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_018_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_019_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_020_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_021_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_022_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_023_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_024_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_025_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_026_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_027_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_028_o.png"/>' +
        '<sticker source="resource/sticker/etc/ett_029_o.png"/>' +
        '</catalog>' +
        '</stickers>'
    return editor;
}

