/***************************************************************************
        panel/tiny_mce_init.js  -  Javascript popup windows and profiles
                             -------------------
    begin                : Sun Jun 17 2007
    copyright            : (C) 2007 by Filios Konstantinos
    email                : drcypher@mail.ntua.gr
    last modified        : Sun Jun 17 2007
    module version       : 1.0
 ***************************************************************************/

/***************************************************************************
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 ***************************************************************************/

tinyMCE.init({
	entity_encoding: "raw",
	mode : "textareas"
});

