function initTMCE_sablon() {

	tinyMCE.init({

		// General options
		mode : "exact",
		theme : "advanced",
		elements : "elm1,elm2",
		entity_encoding : "raw",
//		language : "hu",
		plugins : "safari,table,inlinepopups,preview,media,print,paste,fullscreen,noneditable,visualchars,advhr,style",

		// Theme options
		// theme_advanced_buttons1 : "bold,italic,underline,strikethrough,bullist,numlist,|,link,unlink,anchor,image,|,code,fullscreen",

		theme_advanced_buttons1 : "pastetext,pasteword,|,undo,redo,code,fullscreen,myGalleryButton",
		theme_advanced_buttons2 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,fontselect,fontsizeselect,|,forecolor,backcolor,|,sub,sup",
		theme_advanced_buttons3 : "bullist,numlist,|,outdent,indent,|,link,unlink,anchor,image,media,charmap,hr,|,tablecontrols",

		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "left",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : true,
		theme_advanced_resize_horizontal : false,
		
		relative_urls : false,
		remove_script_host : true,
		convert_urls : false
		
/*		setup : function(ed) {
			// Add a custom button
			ed.addButton('myGalleryButton', {
				title : 'Kép beszúrása galériából',
				image : '/misc/pics/galleryIcon.gif',
				onclick : function() {
					insertTMCEfromGalery();
				}
			});
		}*/
	});

}
initTMCE_sablon();