markItUpSettings_forumBBCode = {
	nameSpace: 'forumBBCode',
	previewParserPath: '~/sets/ForumBBCode/Parser.aspx',
	markupSet: [
		{ name: 'Lihavoitu', key: 'B', openWith: '[b]', closeWith: '[/b]', className: 'buttonBold' },
		{ name: 'Kursivoitu', key: 'I', openWith: '[i]', closeWith: '[/i]', className: 'buttonItalic' },
		{ name: 'Alleviivattu', key: 'U', openWith: '[u]', closeWith: '[/u]', className: 'buttonUnderline' },
		{ name: 'Yliviivattu', key: 'S', openWith: '[s]', closeWith: '[/s]', className: 'buttonStrike' },
		{ separator: '---------------' },
		{ name: 'Kuva', key: 'P', replaceWith: '[img][![URL]!][/img]', className: 'buttonPicture' },
		{ name: 'Linkki', key: 'L', openWith: '[url=[![URL]!]]', closeWith: '[/url]', placeHolder: '...', className: 'buttonLink' },
	/*{ separator:'---------------' },*/
		{name: 'J&auml;rjest&auml;m&auml;t&ouml;n lista', openWith: '[list]\n', closeWith: '\n[/list]', className: 'buttonUnorderedList' },
		{ name: 'J&auml;rjestetty lista', openWith: '[list=1]\n', closeWith: '\n[/list]', className: 'buttonOrderedList' },
		{ name: 'Luettelo', openWith: '[*] ', className: 'buttonListItem' },
		{ separator: '---------------' },
		{ name: 'Lainaus', openWith: '[quote]', closeWith: '[/quote]', className: 'buttonQuote' },
		{ name: 'Koodi', openWith: '[code]', closeWith: '[/code]', className: 'buttonCode' },
		{ separator: '---------------' },
		{ name: 'Esikatselu', className: "preview", call: 'preview' }
    ]
}