// JavaScript Document


tinyMCE.init({
	mode : "exact",
	theme : "advanced",
	elements: "NoteBody",
	height : "280px",
	width : "500px",
	theme_advanced_buttons1 : "justifyleft,justifycenter,justifyright,justifyfull,|,link,unlink,anchor,image,cleanup,help,code",
	theme_advanced_buttons2 : "outdent,indent,blockquote,|,cut,copy,paste,pastetext,pasteword,|,search,replace,|,spellchecker",
	convert_urls : true 
});
