tinyMCE.init({
			mode : 'textareas',
			theme : 'advanced',
			plugins : "safari,pagebreak,style,table,advhr,advimage,advlink,inlinepopups,insertdatetime,preview,searchreplace,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
			skin : "o2k7",
			theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull",
			theme_advanced_buttons2 : "cut,copy,paste,pasteword,|,search,replace,|,undo,redo,|,code,",
			theme_advanced_buttons3 : "fullscreen,removeformat",
			theme_advanced_toolbar_location : "top",
			theme_advanced_toolbar_align : "left",
			editor_selector : "mceAdvanced"
			});

