var a_allowedTypes = {'Images & Mp3 (*.jpg, *.jpeg, *.gif, *.png, *.mp3)': '*.jpg; *.jpeg; *.gif; *.png; *.mp3'};
var a_tinyMCESettings = {
			mode : "exact",
			skin : "o2k7",

			language : "en",
			content_css: "/stylesheets/html_editor.css",

			theme : "advanced",
			relative_urls : false,
			document_base_url : "/",
			filemanager_handle: 'media,file',
			imagemanager_handle: 'image',
			plugins : "safari,filemanager,imagemanager,advhr,advimage,advlink,media,youtube",
			add_unload_trigger: 0,
			
			theme_advanced_disable : "formatselect,fontsizeselect,styleselect,preview,strikethrough,zoom",
			theme_advanced_buttons3 : "",
			theme_advanced_buttons2 : "",
			theme_advanced_buttons1 : "bold,italic,underline,justifyleft,justifycenter,justifyright,bullist,numlist,outdent,indent,hr,removeformat,charmap,image,insertimage,link,unlink,youtube",
			theme_advanced_toolbar_align : "center",
			theme_advanced_toolbar_location : "top",
			extended_valid_elements : "a[name|href|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|_value],ul[padding|margin],li[padding|margin],p[align]",
			imagemanager_insert_template : '<img src="{$url}" width="{$custom.width}" height="{$custom.height}" />'

		};

