﻿tinymce.baseURL = tinyMCEBaseUrl;
tinyMCE.init({
	//content_css: "/fend/include/stylesheets.asp?" + new Date().getTime(),
	content_css: "/fend/include/fend_style.css",
	mode : "exact",
	elements: "commentContent",
	theme: "advanced",
	theme_advanced_toolbar_location: "top",
	theme_advanced_toolbar_align: "left",
	//theme_advanced_statusbar_location: "bottom",
	theme_advanced_resizing: true,
	theme_advanced_resize_horizontal: false,
	plugins: "tabfocus,paste",
	theme_advanced_buttons1: "bold,italic,underline,cut,copy,paste,undo,redo",
	theme_advanced_buttons2: "",
	theme_advanced_buttons3: "",
	tab_focus : ':prev,:next',
	valid_elements: "@[style|class],span,#p,br,strong/b,blockquote"
});