tinyMCE.init({
	// General options
	mode : "textareas",
	theme : "advanced",
	valid_elements : "#p[align],-ol[type|compact],-ul[type|compact],-li,br,img[src|border|alt=|title|hspace|vspace|width|height|align],"
+ "a[href|target|title],strong/b,em/i,strike,u,-blockquote,",
elements : 'abshosturls',
plugins : 'advlink,advimage',
relative_urls : false,
	// Theme options
	theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,bullist,numlist,blockquote,|,link,image",
	theme_advanced_buttons2 : "",
	theme_advanced_buttons3 : "",
	theme_advanced_toolbar_location : "top",
	theme_advanced_toolbar_align : "center",
	theme_advanced_statusbar_location : "bottom",
content_css : "style/style.css",
remove_script_host : false
	
});