tinyMCE.init({
		// General options
		mode : "textareas",
		editor_selector : "fulleditor",
		theme : "advanced",
		relative_urls : false,
//    remove_script_host : true,
//    document_base_url : "http://tikvatisrael.org/"

 		// Theme options
 		theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,bullist,numlist,|,hr,|,justifyleft,justifycenter,justifyright,justifyfull,|,outdent,indent,blockquote",
 		theme_advanced_buttons2 : 		"undo,redo,|,link,unlink,image,|,forecolor,backcolor,|,charmap,,sub,sup,emotions,iespell,|,code",
 		theme_advanced_buttons3 : "",
 		theme_advanced_buttons4 : "",
 		theme_advanced_toolbar_location : "top",
 		theme_advanced_toolbar_align : "left",
// // 		theme_advanced_statusbar_location : "bottom",
 		theme_advanced_resizing : true
	});
	
tinyMCE.init({
		mode : "textareas",
		editor_selector : "simple",
		theme : "advanced",

		theme_advanced_buttons1 : "bold,italic,underline,|,bullist, numlist,|,undo,redo,|,link,unlink",
 		theme_advanced_buttons2 : "",
 		theme_advanced_buttons3 : "",
 		theme_advanced_buttons4 : "",
 		theme_advanced_toolbar_location : "top",
 		theme_advanced_toolbar_align : "left",
// // 		theme_advanced_statusbar_location : "bottom",
 		theme_advanced_resizing : true
	});
