var website_url = "http://10.0.0.3/fmaplanet/fmaplanet_v3.5smarty/";
var website_url_admin = "http://10.0.0.3/fmaplanet/fmaplanet_v3.5smarty/admin";

 tinyMCE.init({
    theme : "advanced",
    mode: "exact",
    plugin: "bbcode",
    theme_advanced_buttons1 : "bold,italic,underline",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_toolbar_location : "top",
    elements : "commentContent",
    entity_encoding : "raw",
    height: "100px",
    width: "400px",
    add_unload_trigger : false,
    apply_source_formatting : false,
	document_base_url : website_url,
    relative_urls : true,
	remove_script_host : true,
  });
