tinyMCE.init({
	button_tile_map : true,
	mode : "textareas",
	theme : "advanced",
	entity_encoding : "raw",
	theme_advanced_buttons1 : "fontselect,fontsizeselect,|,bold,italic,underline,|,link,unlink,|,bullist,numlist,|,image,|,code",
	theme_advanced_buttons2 : "justifyleft,justifycenter,justifyright,justifyfull,|,cut,copy,paste,|,undo,redo,|,forecolor,backcolor",
	theme_advanced_buttons3 : "",
	//theme_advanced_disable : "cleanup,help,anchor,indent,outdent,hr,sub,sup,image,removeformat,styleselect,formatselect,charmap,visualaid,separator,justifyleft,justifycenter,justifyright,justifyfull"

}); 

