tinyMCE.init({
// General options
mode : "exact",
elements: "mce_comments",
theme : "advanced",
skin : "o2k7",
skin_variant : "blue",
language : "ru",
plugins : "advlink,inlinepopups,insertdatetime,media,safari,visualchars,blockquote,codehighlighting,emotions",
// Theme options
theme_advanced_buttons1 : "link,unlink,codehighlighting,|,bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,|,emotions,blockquote,bullist,numlist",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_blockformats : "p,pre,h1,h2,h3,h4,h5,h6,code",
theme_advanced_format : true,
extended_valid_elements: "textarea[name|class|cols|rows]",   
remove_linebreaks : false, 
apply_source_formatting: true,
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,
paste_use_dialog : false,
theme_advanced_resizing : true,
theme_advanced_resize_horizontal : true,
force_br_newlines : true,
force_p_newlines : false,	
relative_urls : false,
// Example content CSS (should be your site CSS)
content_css : "/css/tiny_mce.css"
});