tinyMCE_GZ.init({
	plugins : 'table,advhr,advlink,emotions,iespell,insertdatetime,preview,media,'+ 
        'contextmenu,paste,directionality,fullscreen,nonbreaking,xhtmlxtras',
	themes : 'simple,advanced',
	languages : 'en',
	disk_cache : true,
	debug : false
});

	
tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	elements : "topic_post",
	skin : "o2k7",
	plugins : "safari,pagebreak,table,advhr,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,contextmenu,paste,directionality,fullscreen,nonbreaking,xhtmlxtras,template",

	// Theme options
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",
	theme_advanced_buttons2 : "cut,copy,paste,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,image,|,forecolor,backcolor,|,hr,removeformat,|,sub,sup,|,emotions,fullscreen",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true
});

