tinyMCE.init({
		// General options
		mode : "textareas",
		theme : "advanced",
		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",
		
		// Theme options
		theme_advanced_buttons1 : "bold,italic,underline,cut,copy,paste,code,bullist,indent,outdent",
		theme_advanced_buttons2 : "", 
		theme_advanced_buttons3 : "" ,
		paste_auto_cleanup_on_paste : true,
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : false,
		theme_advanced_path : false,
		relative_urls : false,
		remove_script_host : false,
		relative_urls : false,
		remove_script_host : false,
		editor_deselector : "not_tinymce",

		valid_elements : "@[id|class|title|dir<ltr?rtl|lang|xml::lang|onclick|ondblclick|"
	    	+ ",a[rel|rev|charset|hreflang|tabindex|accesskey|type|"
	    	+ "name|href|target|title|class|onfocus|onblur],strong/b,em/i,strike,u,"
	    	+ "#p,-ol[type|compact],-ul[type|compact],-li,br,img[longdesc|usemap|"
	    	+ "src|border|alt=|title|hspace|vspace|width|height|align],-sub,-sup,"
	    	+ "-blockquote,-table[border=0|cellspacing|cellpadding|frame|rules|"
	    	+ "height|align|summary|bordercolor],-tr[rowspan|width|"
	    	+ "height|align|valign|bgcolor|background|bordercolor],tbody,thead,tfoot,"
	    	+ "#td[colspan|rowspan|height|align|valign|bgcolor|background|bordercolor"
	    	+ "|scope],#th[colspan|rowspan|width|height|align|valign|scope],caption,-div,"
	    	+ "-code,-pre,address,hr[size|noshade],"
	    	+ "dd,dl,dt,"
	    	+ "embed[type|width|height|src|*],"
	    	+ "button,col[align|char|charoff|span|valign|width],colgroup[align|char|charoff|span|"
	    	+ "valign|width],dfn,fieldset,form[action|accept|accept-charset|enctype|method],"
	    	+ "input[accept|alt|checked|disabled|maxlength|name|readonly|size|src|type|value],"
	    	+ "kbd,label[for],legend,noscript,"
	    	+ "q[cite],samp,select[disabled|multiple|name|size],small,"
	    	+ "tt,var,big"
});

