
var estradaCustom = function() {
  var _related = {
    theme_advanced_blockformats : 'Title=h3,Paragraph=p'
  };
  
  var o = {
    secureLogin: false,
	  sitePath: '',
	  leaveSite: 'You are leaving the UNH site',
	  editor: {
	    defaultConfig: {
	      //height: "500px"
	      plugins : "table,advlink,insertdatetime,preview,searchreplace,print,contextmenu,paste,fullscreen,xhtmlxtras,advimage,media,imagepicker",
        theme_advanced_buttons1 : "cut,copy,paste,pastetext,pasteword,cleanup,removeformat,separator,search,replace,separator,undo,redo,separator",
        theme_advanced_buttons2 : "bold,italic,underline,strikethrough,sub,sup,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,link,unlink,anchor,image,imagepicker,charmap,media",
        theme_advanced_buttons3 : "tablecontrols,separator,hr,visualaid,code,separator,fullscreen,separator,print,formatselect,styleselect",
	      theme_advanced_blockformats : "p,div,blockquote,h4,h3,h2,h1",
	      theme_advanced_font_sizes : 'Small=.small-text,Large=.large-text',
        content_css : 'http://assets.estradacms.com/unh/styles/editor.css',
        invalid_elements: "font",
        forced_root_block : '',
	extended_valid_elements : "iframe[src|style|width|height|scrolling|marginwidth|marginheight|frameborder]"
      },
      full: {
        theme_advanced_buttons1 : "cut,copy,paste,pastetext,pasteword,cleanup,removeformat,separator,search,replace,separator,undo,redo,separator,forecolor,backcolor,fontsizeselect,fontselect",
	extended_valid_elements : "iframe[src|style|width|height|scrolling|marginwidth|marginheight|frameborder]"
      }
    },
    editor_content_area: {
      related: _related,
      'related-links': _related,
      'home-features': _related
    }
 };
 return o;
}();
