/* default template path */
var path = '/resources/tiny_mce/templates/';

/* define the templates */
var tinyMCETemplateList = 
[
		{
			title : "Tabel lijst",
			src : path + "table.html",
			description : "Een standaard tabel lijst"
		}
];