/********************************************************************
 * 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 $
 ********************************************************************/

/*
 * Full featured setup used the openImageLibrary addon
 */


var full = new WYSIWYG.Settings();
//full.ImagesDir = "images/";
full.PopupsDir = "popups/";
full.CSSFile = "styles/wysiwyg.css";
full.Width = "85%"; 
full.Width = "550px";
full.Height = "250px";
// customize toolbar buttons
full.addToolbarElement("font", 3, 1); 
full.addToolbarElement("fontsize", 3, 2);
full.addToolbarElement("headings", 3, 3);
// openImageLibrary addon implementation
//full.ImagePopupFile = "addons/imagelibrary/insert_image.php";
full.ImagePopupWidth = 600;
full.ImagePopupHeight = 245;


/*
 * Small Setup Example
 */
var small = new WYSIWYG.Settings();
small.Width = "350px";
small.Height = "100px";
small.DefaultStyle = "font-family: Arial; font-size: 12px; background-color: #AA99AA";
small.Toolbar[0] = new Array("font", "fontsize", "bold", "italic", "underline"); // small setup for toolbar 1
small.Toolbar[1] = ""; // disable toolbar 2
small.StatusBarEnabled = false;

var journal = new WYSIWYG.Settings();
//journal.ImagesDir = path+"/js/libraries/wysiwyg/images/";
journal.PopupsDir = path+"/js/libraries/wysiwyg/popups/";
journal.CSSFile = path+"/js/libraries/wysiwyg/styles/wysiwyg.css";
journal.Width = "600px";
journal.Height = "250px";
journal.addToolbarElement("font", 3, 1); 
journal.addToolbarElement("fontsize", 3, 2);
journal.addToolbarElement("headings", 3, 3);
journal.ImagePopupWidth = 600;
journal.ImagePopupHeight = 245;
journal.Toolbar[1] = new Array("subscript","superscript","seperator","cut","copy","paste",
		"removeformat","seperator","undo","redo","seperator","inserttable","insertimage", 
		"createlink","seperator","preview","seperator","viewSource","seperator");

var expert = new WYSIWYG.Settings();
//journal.ImagesDir = path+"/js/libraries/wysiwyg/images/";
expert.PopupsDir = path+"/js/libraries/wysiwyg/popups/";
expert.CSSFile = path+"/js/libraries/wysiwyg/styles/wysiwyg.css";
expert.Width  = "500px";
expert.Height = "150px";
expert.addToolbarElement("font", 3, 1); 
expert.addToolbarElement("fontsize", 3, 2);
expert.addToolbarElement("headings", 3, 3);
expert.ImagePopupWidth = 600;
expert.ImagePopupHeight = 245;
expert.Toolbar[1] = new Array("subscript","superscript","seperator","cut","copy","paste",
		"removeformat","seperator","undo","redo","seperator","inserttable","insertimage", 
		"createlink","seperator","preview","seperator","viewSource","seperator");

//Feedback
var feedback = new WYSIWYG.Settings();
//feedback.ImagesDir = path+"/js/libraries/wysiwyg/images/";
feedback.PopupsDir = path+"/js/libraries/wysiwyg/popups/";
feedback.CSSFile = path+"/js/libraries/wysiwyg/styles/wysiwyg.css";
feedback.Width = "610px";
feedback.Height = "250px";
feedback.ImagePopupWidth = 600;
feedback.ImagePopupHeight = 245;
feedback.Toolbar[0] = new Array("bold", "italic", "underline", "strikethrough", "forecolor", "fontsize",
		"seperator", "outdent", "indent", "seperator", "unorderedlist", "orderedlist", "seperator", "justifyleft", 
		"justifycenter", "justifyright");
feedback.Toolbar[1] = "";

//Feedback
var feedback600 = new WYSIWYG.Settings();
//feedback600.ImagesDir = path+"/js/libraries/wysiwyg/images/";
feedback600.PopupsDir = path+"/js/libraries/wysiwyg/popups/";
feedback600.CSSFile = path+"/js/libraries/wysiwyg/styles/wysiwyg.css";
feedback600.Width = "627px";
feedback600.Height = "250px";
feedback600.ImagePopupWidth = 600;
feedback600.ImagePopupHeight = 245;
feedback600.Toolbar[0] = new Array("bold", "italic", "underline", "strikethrough", "forecolor", "fontsize",
		"seperator", "outdent", "indent", "seperator", "unorderedlist", "orderedlist", "seperator", "justifyleft", 
		"justifycenter", "justifyright");
feedback600.Toolbar[1] = "";

//Invitation
var invitation = new WYSIWYG.Settings();
//invitation.ImagesDir = path+"/js/libraries/wysiwyg/images/";
invitation.PopupsDir = path+"/js/libraries/wysiwyg/popups/";
invitation.CSSFile = path+"/js/libraries/wysiwyg/styles/wysiwyg.css";
invitation.Width = "550px";
invitation.Height = "250px";
invitation.addToolbarElement("font", 3, 1); 
invitation.addToolbarElement("fontsize", 3, 2);
invitation.addToolbarElement("headings", 3, 3);
invitation.ImagePopupWidth = 600;
invitation.ImagePopupHeight = 245;
invitation.Toolbar[1] = new Array("subscript","superscript","seperator","cut","copy","paste",
		"removeformat","seperator","undo","redo","seperator","inserttable","insertimage", 
		"createlink","seperator","preview","seperator","viewSource","seperator");
invitation.ReplaceLineBreaks =true;
invitation.StatusBarEnabled = false;

//inbox reply
var inboxreply = new WYSIWYG.Settings();
//inboxreply.ImagesDir = path+"/js/libraries/wysiwyg/images/";
inboxreply.PopupsDir = path+"/js/libraries/wysiwyg/popups/";
inboxreply.CSSFile = path+"/js/libraries/wysiwyg/styles/wysiwyg.css";
inboxreply.Width = "600px";
inboxreply.Height = "300px";
inboxreply.addToolbarElement("font", 3, 1); 
inboxreply.addToolbarElement("fontsize", 3, 2);
inboxreply.addToolbarElement("headings", 3, 3);
inboxreply.ImagePopupWidth = 600;
inboxreply.ImagePopupHeight = 245;
inboxreply.Toolbar[1] = new Array("subscript","superscript","seperator","cut","copy","paste",
		"removeformat","seperator","undo","redo","seperator","inserttable","insertimage", 
		"createlink","seperator","preview","seperator","viewSource","seperator");
inboxreply.ReplaceLineBreaks =true;
inboxreply.StatusBarEnabled = false;

var invitation450 = new WYSIWYG.Settings();
//invitation450.ImagesDir = path+"/js/libraries/wysiwyg/images/";
invitation450.PopupsDir = path+"/js/libraries/wysiwyg/popups/";
invitation450.CSSFile = path+"/js/libraries/wysiwyg/styles/wysiwyg.css";
invitation450.Width = "450px";
invitation450.Height = "250px";
invitation450.addToolbarElement("font", 3, 1); 
invitation450.addToolbarElement("fontsize", 3, 2);
invitation450.addToolbarElement("headings", 3, 3); 
invitation450.ImagePopupWidth = 600;
invitation450.ImagePopupHeight = 245;
invitation450.Toolbar[0] = new Array("bold", "italic", "underline", "strikethrough", "forecolor", "fontsize",
		"seperator", "outdent", "indent", "seperator", "unorderedlist", "orderedlist", "seperator", "justifyleft", 
		"justifycenter", "justifyright");
invitation450.Toolbar[1] = new Array("subscript","superscript","seperator","cut","copy","paste",
		"removeformat","seperator","undo","redo","seperator","inserttable","insertimage", 
		"createlink","seperator","preview","seperator","viewSource","seperator");
invitation450.ReplaceLineBreaks =true;
invitation.StatusBarEnabled = false;

//Other Interests
var interests = new WYSIWYG.Settings();
//interests.ImagesDir = path+"/js/libraries/wysiwyg/images/";
interests.PopupsDir = path+"/js/libraries/wysiwyg/popups/";
interests.CSSFile = path+"/js/libraries/wysiwyg/styles/wysiwyg.css";
interests.Width = "625px";
interests.Height = "250px";
interests.ImagePopupWidth = 600;
interests.ImagePopupHeight = 245;
interests.Toolbar[0] = new Array("bold", "italic", "underline", "strikethrough", "forecolor", "fontsize",
		"seperator", "outdent", "indent", "seperator", "unorderedlist", "orderedlist", "seperator", "justifyleft", 
		"justifycenter", "justifyright");
interests.Toolbar[1] = "";

//Feedback
var comment = new WYSIWYG.Settings();
//feedback.ImagesDir = path+"/js/libraries/wysiwyg/images/";
comment.PopupsDir = path+"/js/libraries/wysiwyg/popups/";
comment.CSSFile = path+"/js/libraries/wysiwyg/styles/wysiwyg.css";
comment.Width = "610px";
comment.Height = "100px";
comment.ImagePopupWidth = 600;
comment.ImagePopupHeight = 245;
comment.Toolbar[0] = new Array("bold", "italic", "underline", "strikethrough", "forecolor", "fontsize",
		"seperator", "outdent", "indent", "seperator", "unorderedlist", "orderedlist", "seperator", "justifyleft", 
		"justifycenter", "justifyright");
comment.Toolbar[1] = "";


var eventsBody = new WYSIWYG.Settings();
//inboxreply.ImagesDir = path+"/js/libraries/wysiwyg/images/";
eventsBody.PopupsDir = path+"/js/libraries/wysiwyg/popups/";
eventsBody.CSSFile = path+"/js/libraries/wysiwyg/styles/wysiwyg.css";
eventsBody.Width = "600px";
eventsBody.Height = "300px";
eventsBody.addToolbarElement("font", 3, 1); 
eventsBody.addToolbarElement("fontsize", 3, 2);
eventsBody.addToolbarElement("headings", 3, 3);
eventsBody.ImagePopupWidth = 600;
eventsBody.ImagePopupHeight = 245;
//inboxreply.Toolbar[1] = new Array("subscript","superscript","seperator","cut","copy","paste",
//		"removeformat","seperator","undo","redo","seperator","inserttable","insertimage", 
//		"createlink","seperator","preview","seperator","viewSource","seperator");
eventsBody.Toolbar[1] = ""; 
eventsBody.Toolbar[2] = "";
eventsBody.ReplaceLineBreaks =true;
eventsBody.StatusBarEnabled = false;