/********************************************************************
 * 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 full = new WYSIWYG.Settings();
full.Width = "85%"; 
full.Height = "250px";
full.addToolbarElement("font", 3, 1); 
full.addToolbarElement("fontsize", 3, 2);
full.addToolbarElement("headings", 3, 3);

var small = new WYSIWYG.Settings();
small.Width = "430px";
small.Height = "170px";
small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #FFFFFF";
small.Toolbar[0] = new Array("font", "fontsize", "bold", "italic", "underline","seperator","justifyleft","justifycenter","justifyright","justifyfull","unorderedlist"); 
small.Toolbar[1] = "";
small.StatusBarEnabled = false;

