
var small = new WYSIWYG.Settings();
small.ImagesDir = "/includes/wysiwyg/images/";
small.PopupsDir = "/includes/wysiwyg/popups/";
small.CSSFile = "/includes/wysiwyg/styles/wysiwyg.css";
small.DefaultStyle = "font-family: Arial; color: white; font-size: 12px; background-color: #1E344A;";
small.Toolbar[0] = new Array("bold", "italic", "underline"); // small setup for toolbar 1
small.Toolbar[1] = ""; // disable toolbar 2
small.StatusBarEnabled = false;
small.ReplaceLineBreaks = false;
small.ContextMenu = false;
