tinyMCE.init({
	theme : "advanced",
	mode : "specific_textareas",
    editor_selector : "HTMLEditorFull",
    
	strict_loading_mode: tinyMCE.isWebKit,

	skin : "o2k7",

    theme_advanced_resizing : true,

    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_path : false,

	plugins : "safari,spellchecker,pagebreak,style,table,advhr,advimage,advlink,iespell,inlinepopups,insertdatetime,preview,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",

	theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
	theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,code,|,insertdate,inserttime,|,forecolor,backcolor",
	theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,advhr,|,print,|,fullscreen",
	theme_advanced_buttons4 : "cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak"
});

tinyMCE.init({
	theme : "advanced",
	mode : "specific_textareas",
    editor_selector : "HTMLEditor",
    
	strict_loading_mode: tinyMCE.isWebKit,

	skin : "o2k7",

    theme_advanced_resizing : true,

    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_path : false,

	plugins : "safari,spellchecker,pagebreak,style,table,advhr,advimage,advlink,iespell,inlinepopups,insertdatetime,preview,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",

	theme_advanced_buttons1 : "newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
	theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,forecolor,backcolor",
	theme_advanced_buttons3 : "tablecontrols,|,print,|,fullscreen,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak"
});

tinyMCE.init({
	theme : "advanced",
	mode : "specific_textareas",
    editor_selector : "HTMLEditorBasic",
    
	strict_loading_mode: tinyMCE.isWebKit,

	skin : "o2k7",

    theme_advanced_resizing : true,

    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_path : false,

	plugins : "safari,spellchecker,pagebreak,style,table,advhr,advimage,advlink,iespell,inlinepopups,insertdatetime,preview,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",

	theme_advanced_buttons1 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,|,nonbreaking,|,forecolor,backcolor,|,fontselect,fontsizeselect"
});

