tinyMCE.init({
	// Mode, Theme & style settings
	mode: "exact",
	elements : "mceEditor, mceEditor1, mceEditor2, mceEditor3, mceEditor4, mceEditor5, mceEditor6, mceEditor7, mceEditor8, mceEditor9",
	theme : "advanced",
	height: "300",
	
	// Plugins
	plugins : "inlinepopups,contextmenu,layer,table,advimage,advlink,media,preview,emotions",
	
	// Configurations
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|style],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
	theme_advanced_buttons1 : "fontselect,fontsizeselect,bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull,cleanup,",
	theme_advanced_buttons2 : "forecolor,backcolor,charmap,link,image,media,emotions,bullist,numlist,|,outdent,indent,|,undo,redo,|,hr,removeformat,|,preview",
	theme_advanced_buttons3 : "tablecontrols",
	font_size_style_values : "8pt,10pt,12pt,14pt,18pt,24pt,36pt",
	
	// External lists
	media_external_list_url : "scripts/tinymce/external_media.php",
	external_image_list_url : "scripts/tinymce/external_image.php",
	
	// Media plugin option:
	media_types : "flash=swf;shockwave=dcr;qt=mov,qt,mpg,mp3,mp4,mpeg;wmp=avi,wmv,wm,asf,asx,wmx,wvx;rmp=rm,ra,ram" 
	
});
