(function()
{
var UI = new UIPanelOBJ("TotalDuplicate", "Duplicate");
UI.add_string("Prefix for clones:");
UI.add_textbox("prefix", Math.round(Math.random()*1000), "Prefix for clones")
UI.add_string("______________________________________");
UI.add_string("Apply to:");
UI.add_radio("mode", "", "", [{id:"SelectedStageItems", value: "stage", selected:true}, {id:"SelectedLibraryItem", value: "library", selected:false}]);
UI.add_string("______________________________________");
UI.add_string("Ignore items:");
UI.add_checkbox("graphic", "Graphics", false);
UI.add_checkbox("movieclip", "MovieClips", false);
UI.add_checkbox("button", "Buttons", false);
UI.add_checkbox("bitmap", "Bitmaps", true);
UI.add_checkbox("sound", "Sounds", true);
UI.add_checkbox("flv", "Flv", true);
UI.add_checkbox("components", "Components", true);
UI.add_checkbox("font", "Embedded font", true);
UI.add_checkbox("slice9", "Slice9 MC", true);
UI.add_checkbox("folder", "Folders", true);
var ui_result =