/********************************************************************
 * 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.2 2006/12/23 18:18:27 xhaggi Exp $
 ********************************************************************/

 var small = new WYSIWYG.Settings();

 // Images Directory
 small.ImagesDir = "../templates.admin/openwysiwyg/images/";

 // Popups Directory
 small.PopupsDir = "../templates.admin/openwysiwyg/popups/";

 // CSS Directory File
 small.CSSFile = "../templates.admin/openwysiwyg/styles/wysiwyg.css";

 // Properties
 small.Width            = "288px";
 small.Height           = "150px";
 small.DefaultStyle     = "font-family: Verdana; font-size: 10px; background-color: #FFFFFF; color:#606060";
 small.Toolbar[0]       = new Array("bold", "italic", "underline");
 small.Toolbar[1]       = "";
 small.StatusBarEnabled = false;