var mySettings = {
	onShiftEnter:	{keepDefault:false, replaceWith:'<br />\n'},
	onTab:			{keepDefault:false, replaceWith:'    '},
	markupSet:		[
	          		 {name:'Link', className:'m-link', openWith:'<a href="[![Link:!:http://]!]"(!( title="[![Title]!]")!)>', closeWith:'</a>' },
	          		 {separator:' ' },
	          		 {name:'Bold', className:'m-bold', openWith:'<strong>', closeWith:'</strong>' },
	          		 {name:'Italic', className:'m-italic', openWith:'<em>', closeWith:'</em>' },
	          		 {name:'Stroke through',className:'m-stroke', openWith:'<del>', closeWith:'</del>' },
	          		 {separator:' ' },
	          		 {name:'Code', className:'m-code', openWith:'<pre><code>', closeWith:'</code></pre>' },
	          		 {name:'Blockquote', className:'m-blockq', openWith:'<blockquote cite="[![Cite:!:]!]">', closeWith:'</blockquote>' },
	          		 {name:'Abbr', className:'m-abbr', openWith:'<abbr title="[![Title:!:]!]">', closeWith:'</abbr>' },
	]
}