tinyMCE.init({
	// General options
	
	mode : "textareas",
	theme : "advanced",
    width : "530",
    height : "400",
    content_css : BASE_URL + "/css/global.css",
    
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
    theme_advanced_buttons2 : "code,forecolor,backcolor",
    theme_advanced_buttons3 : "",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "bottom",
    

    // Skin options
    skin : "o2k7",
    skin_variant : "silver"
});
