/********************************************************************
 * 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 $
 ********************************************************************/

/*
 * KiteSpots Setup
 */
var kiteSpots = new WYSIWYG.Settings();
kiteSpots.Width = "250px";
kiteSpots.Height = "100px";
kiteSpots.DefaultStyle = "font-family: Arial; font-size: 12px;";
kiteSpots.Toolbar[0] = new Array("bold", "italic", "underline", "seperator", "insertimage", "createlink"); // small setup for toolbar 1
kiteSpots.Toolbar[1] = ""; // disable toolbar 2
kiteSpots.StatusBarEnabled = false;

var adminSpots = new WYSIWYG.Settings();
adminSpots.Width = "400px";
adminSpots.Height = "150px";
adminSpots.DefaultStyle = "font-family: Arial; font-size: 12px;";
adminSpots.Toolbar[0] = new Array("bold", "italic", "underline", "seperator", "insertimage", "createlink"); // small setup for toolbar 1
// adminSpots.Toolbar[1] = ""; // disable toolbar 2
adminSpots.StatusBarEnabled = true;







