tinyMCE.init({
	mode : "exact",	elements : "replymsg,threadmsg,newsoverview",	theme : "advanced",	skin : "o2k7",
	plugins : "safari,pagebreak,style,layer,save,advimage,advlink,paste,directionality",
	theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left",
	theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,fontsizeselect,|,ltr,rtl",
	theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,bullist,numlist,|,undo,redo,|,link,unlink,image,cleanup,code",
	forced_root_block : false,	
	valid_elements : "a[href|target=_blank],strong/b,div[style|align|dir],br,img,ul,li,ol,p[align|dir|style]",
	content_css : "css/content.css"
});
tinyMCE.init({
	mode : "exact", elements : "newstext, description",
	theme : "advanced",	skin : "o2k7",
	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_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,fontsizeselect,|,ltr,rtl",
	theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,code",
	theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "left",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : false,
	extended_valid_elements : "iframe[src|style|width|height|scrolling|marginwidth|marginheight|frameborder]",
	content_css : "css/content.css"
});
