tinyMCE.init({
	mode : "textareas",
	theme : "advanced",
	plugins : "safari,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",

	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : false,
	theme_advanced_blockformats : "p,h2,h3,blockquote",
	
	theme_advanced_buttons1 : "styleprops,fontselect,fontsizeselect,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,search,replace",
	theme_advanced_buttons2 : "styleselect,formatselect,|,bullist,numlist,|,outdent,indent,|,link,unlink,anchor,image,|,hr,removeformat,|,media,|,code",
	theme_advanced_buttons3 : "tablecontrols",
	
	content_css : "/stylesheets/content.css",	
	extended_valid_elements : "iframe[src|width|height|name|align]",
});
