tinyMCE.init({
	mode: "textareas",
	plugins: "inlinepopups",
	theme: "advanced",
	theme_advanced_buttons1: "bold, italic, underline, |, link, unlink",
	theme_advanced_buttons2: "",
	theme_advanced_buttons3: "",
	theme_advanced_toolbar_location: "top",
	theme_advanced_toolbar_align: "left",
	theme_advanced_statusbar_location: "bottom",
	editor_selector: "mceSimple"
});

/*tinyMCE.init({
		mode : "textareas",
		plugins : "inlinepopups",
		theme: "advanced",
		theme_advanced_buttons1: "bold, italic, underline, |, justifyleft, justifycenter, justifyright, justifyfull, |, styleselect, formatselect",
		theme_advanced_buttons3: "",
		theme_advanced_toolbar_location: "top",
		theme_advanced_statusbar_location: "bottom",
		theme_advanced_button_disable:  "help",
		file_browser_callback : "tinyBrowser",
		relative_urls: false,
		remove_script_host: false,
		editor_selector : "mceAdv",
	});
/*	
*//*
tinyMCE.init({
  //  cleanup_on_startup : true,
 //   apply_source_formatting : false,
//    inline_styles : true,    
    //mode : "textareas",
    theme : "advanced",
	plugins : "safari,advimage,advlink,filemanager",
	theme_advanced_buttons1 : "link,image,insertfile",
    //plugins : "filemanager,safari,spellchecker,pagebreak,inlinepopups,style,table,paste,advlink,advimage,",
    //theme_advanced_buttons1 : "bold,italic,underline,|,cut,copy,paste,pastetext,pasteword,|,bullist,numlist,|,undo,redo,|,link,unlink,anchor,image,cleanup",
    theme_advanced_buttons2 : "",
    theme_advanced_buttons3 : "",
    theme_advanced_toolbar_location : "top"
});*/