// JavaScript Document

<!-- TinyMCE -->
tinyMCE.init({
	// General options
	mode : "exact",
	elements : "message",
	theme : "advanced",
	
	// Plugins
	plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups,tabfocus",
	
	// Theme options
	theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,undo,redo",
	theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote",
	theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup",
	theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,cite,abbr,acronym,del,ins,|,visualchars,nonbreaking,template,pagebreak,|,ibrowser",
	theme_advanced_buttons5 : "charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen,|,link,unlink,anchor,image,cleanup,code,|,forecolor,backcolor",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	
	// Options
	tab_focus : ':prev,:next',
	relative_urls : false,
	remove_script_host : true,
	onchange_callback : 'changed'
});

tinyMCE.init({
	mode : "exact",
	theme : "simple",
	elements : "form_cninfo"
});