//tinyMCE
		  tinyMCE.init({
			theme : "advanced",
			mode: "exact",
			elements: "sg_tinymce_ta",
			skin : "o2k7",
              skin_variant : "black",
			language: "en",
			button_tile_map: true,
			gecko_spellcheck: true,
			external_link_list_url: path_to_sgcms('sg_linkslist.php?pts=' + escape(path_to_site())),
			editor_selector: "mce-editor",
			plugins : "safari,style,layer,table,advhr,advimage,advlink,iespell,insertdatetime,media,searchreplace,contextmenu,paste,directionality,nonbreaking,xhtmlxtras",
			theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,formatselect,fontselect,fontsizeselect",
			theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,undo,redo,|,search,|,bullist,numlist,|,outdent,indent,|,link,unlink,anchor,image,cleanup,code,|,insertdate,inserttime,|,forecolor,backcolor",
			theme_advanced_buttons3 : "tablecontrols,|,styleprops,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,iespell,media,advhr,|,ltr,rtl",
			theme_advanced_buttons4 : "cite,abbr,acronym,del,ins,|,nonbreaking,help",
			theme_advanced_toolbar_location : "top",
			theme_advanced_toolbar_align : "left",
			theme_advanced_path_location : "bottom",
			extended_valid_elements : "a[name|href|rel|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|style],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]"
				});
