tinyMCE.init({ 
		theme : "advanced", 
		mode : "exact",
		elements : "bb_post",
		plugins : "bbcode, emotions,save,inlinepopups", 
		theme_advanced_buttons1 : "save,|,bold,italic,underline,|,undo,redo,removeformat,|,link,unlink,|,image,|,forecolor,emotions", 
		theme_advanced_buttons2 : "", 
		theme_advanced_buttons3 : "", 
		theme_advanced_toolbar_location : "bottom", 
		theme_advanced_toolbar_align : "center",
		theme_advanced_styles : "Quote=quoteStyle",
		dialog_type : "modal",		
		language : 'sv', 	 
		entity_encoding : "raw", 
		add_unload_trigger : false, 
		remove_linebreaks : false, 
		inline_styles : false, 
		force_br_newlines : true,
		relative_urls : false,
		file_browser_callback:"openSwampyBrowser",
		convert_fonts_to_spans : false
	});
	
hs.graphicsDir = 'highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
//hs.dimmingOpacity = 0.75;

// Add the controlbar
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});