/********************************************************************
 * 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 $
 ********************************************************************/

/*
 * Content Setup
 */
var content = new WYSIWYG.Settings();
content.Width = "418px";
content.Height = "300px";
content.ImagePopupFile = "editor/popups/";
//content.CSSFile = "styles/wysiwyg.css";
content.DefaultStyle = "font-family: Verdana; font-size: 11px; background-color: #FFFFFF";
content.Toolbar[0] = new Array("fontsize", "bold", "italic", "underline", "strikethrough", "seperator","forecolor", "seperator","justifyleft","justifycenter","justifyright", "seperator" , "unorderedlist", "orderedlist", "outdent", "indent"); 
content.Toolbar[1] = new Array("subscript", "superscript", "seperator", "cut", "copy", "paste", "removeformat", "seperator","undo", "redo","seperator","inserttable", "insertimage", "createlink", "insertpdf","seperator", "preview", "seperator", "viewSource", "help"); // disable toolbar 2
content.StatusBarEnabled = false;


/*
 * News Setup
 */
var news = new WYSIWYG.Settings();
news.Width = "418px";
news.Height = "300px";
news.ImagePopupFile = "editor/popups/";
//content.CSSFile = "styles/wysiwyg.css";
news.DefaultStyle = "font-family: Verdana; font-size: 11px; background-color: #FFFFFF";
news.Toolbar[0] = new Array("fontsize", "bold", "italic", "underline", "strikethrough", "seperator","forecolor", "seperator","justifyleft","justifycenter","justifyright", "seperator" , "unorderedlist", "orderedlist", "outdent", "indent"); 
news.Toolbar[1] = new Array("subscript", "superscript", "seperator", "cut", "copy", "paste", "removeformat", "seperator","undo", "redo","seperator", "createlink", "insertpdf","seperator", "preview", "seperator", "viewSource", "help"); // disable toolbar 2
news.StatusBarEnabled = false;


/*
 * Products Setup
 */

var products = new WYSIWYG.Settings();
products.Width = "300px";
products.Height = "400px";
products.ImagePopupFile = "editor/popups/";
//content.CSSFile = "styles/wysiwyg.css";
products.DefaultStyle = "font-family: Verdana; font-size: 11px; background-color: #FFFFFF";
products.Toolbar[0] = new Array("fontsize", "bold", "italic", "underline", "strikethrough", "seperator","forecolor", "seperator","justifyleft","justifycenter","justifyright", "seperator" , "unorderedlist", "orderedlist"); 
products.Toolbar[1] = new Array("subscript", "superscript", "seperator", "removeformat", "seperator","undo", "redo","seperator","createlink","seperator", "preview", "seperator", "viewSource", "help"); // disable toolbar 2
products.StatusBarEnabled = false;



/*
 * Right Column Setup
 */
var right = new WYSIWYG.Settings();
right.Width = "283px";
right.Height = "200px";
right.ImagePopupFile = "editor/popups/";
//content.CSSFile = "styles/wysiwyg.css";
right.DefaultStyle = "font-family: Verdana; font-size: 11px; background-color: #FFFFFF";
right.Toolbar[0] = new Array("fontsize", "bold", "italic", "underline", "strikethrough", "seperator","forecolor", "seperator","justifyleft","justifycenter","justifyright"); 
right.Toolbar[1] = new Array("subscript", "superscript", "seperator", "cut", "copy", "paste", "removeformat", "seperator","undo", "redo","seperator", "createlink", "seperator", "preview", "seperator", "viewSource", "help"); // disable toolbar 2
right.StatusBarEnabled = false;

