/********************************************************************
 * openWYSIWYG settings file Copyright (c) 2006 openWebWare.com
 * Contact us at devs@openwebware.com
 * This copyright notice MUST stay intact for use.
 *
 * $Id: wysiwyg-settings.js,v 1.4 2007/01/22 23:05:57 xhaggi Exp $
 ********************************************************************/

var custom = new WYSIWYG.Settings();
custom.ImagesDir = "images/";
custom.PopupsDir = "popups/";
custom.CSSFile = "styles/wysiwyg.css";
custom.Width = "600px"; 
custom.Height = "250px";
// customize toolbar buttons
custom.addToolbarElement("font", 3, 1); 
custom.addToolbarElement("fontsize", 3, 2);
custom.addToolbarElement("insertimage");
custom.removeToolbarElement("help");
custom.removeToolbarElement("removeformat");
custom.removeToolbarElement("headings");
custom.removeToolbarElement("inserttable");
custom.StatusBarEnabled = false;
// openImageLibrary addon implementation
custom.ImagePopupFile = "addons/imagelibrary/insert_image.php";
custom.ImagePopupWidth = 600;
custom.ImagePopupHeight = 245;
