/********************************************************************
 * 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 small = new WYSIWYG.Settings();
small.Width = "360px";
small.Height = "200px";
small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #FFFFFF";
small.Toolbar[0] = new Array(
			"bold", 
			"italic", 
			"underline"); // disable toolbar 2

 
small.Toolbar[1] = "";

small.StatusBarEnabled = false;


var full = new WYSIWYG.Settings();
full.Width = "480px";
full.Height = "200px";
full.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #FFFFFF";
full.Toolbar[0] = new Array(
			"cut", 
			"copy", 
			"paste",
			"seperator", 
			"undo", 
			"redo", 
			"seperator", 
			"bold", 
			"italic", 
			"underline", 
			"strikethrough",
			"seperator", 
			"justifyfull", 
			"justifyleft", 
			"justifycenter", 
			"justifyright", 
			"seperator", 
			"unorderedlist", 
			"orderedlist",
			"outdent", 
			"indent"			
);

 
full.Toolbar[1] = new Array(
			"insertimage", 
			"createlink",
			"removeformat",
			"seperator", 
			"viewSource"
);
full.StatusBarEnabled = false;
