tinyMCE.init({
    theme : "advanced",
    mode : "textareas",
    //plugins : "ibrowser,preview,testas",
	theme_advanced_buttons1 : "undo,redo,separator,bold,italic,separator,bullist,separator,removeformat",
	theme_advanced_buttons2 : "",
//    theme_advanced_buttons1_add : "preview",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	force_br_newlines : true,
	theme_advanced_path_location : "bottom",
	entity_encoding : "raw"
	//convert_urls : true
  });
