
tinyMCE.init({
		// General options
        language : "pl",
		mode : "textareas",
		theme : "advanced",
        skin : "o2k7",
        skin_variant : "silver",
        editor_selector : "wysiwyg",
        editor_deselector : "nowysiwyg",
        force_br_newlines : true,
        forced_root_block : '',
        keep_styles : 1,


		plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
        
        // Theme options
        theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,fontselect,fontsizeselect,|,bullist,numlist,|,sub,sup,|,dekoracje",
		theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,|,insertdate,inserttime,|,removeformat,print,code,fullscreen",
		theme_advanced_buttons3 : "tablecontrols,|,hr,visualaid,|,charmap,emotions,iespell,media,advhr, iespell, spellchecker",
		theme_advanced_buttons4 : "attribs,insertlayer,moveforward,movebackward,absolute,|,nonbreaking,pagebreak,|,forecolor,backcolor,|,ltr,rtl,image,cleanup",
        theme_advanced_buttons5 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_toolbar_align : "center",
		theme_advanced_statusbar_location : "bottom",
		theme_advanced_resizing : true,
    //                  
        content_css : "wzory/css_images/style_wysiwyg.css",
        // Example content CSS (should be your site CSS)
		

		// Drop lists for link/image/media/template dialogs
		template_external_list_url : "lists/template_list.js",
		external_link_list_url : "lists/link_list.js",
		external_image_list_url : "lists/image_list.js",
		media_external_list_url : "lists/media_list.js"
        
        
	});