if (!window.xe) xe = {}; xe.Editors = []; function editorStart_xe(editor_sequence, primary_key, content_key, editor_height, colorset) { if(typeof(colorset)=='undefined') colorset = 'white'; var target_src = editor_path+'/blank.html'; if(colorset == 'black') target_src = editor_path+'blank_black.html'; var textarea = jQuery("#xpress-editor-"+editor_sequence); var iframe = jQuery('