function show(){
tinyMCE.init({
// General options
mode : "exact",
theme : "advanced", elements : "comment",
button_tile_map : true,
language : 'de',
relative_urls : false,
theme_advanced_resizing : true,
spellchecker_languages : "+Deutsch=de,Englisch=en",
plugins : "noneditable,autosave,emotions,spellchecker,inlinepopups,paste",
extended_valid_elements : "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|name]",
// Theme options
skin : "o2k7",
skin_variant : "silver",
theme_advanced_buttons1 : "bold,|,italic,|,underline,|,hr,|,removeformat,|,pastetext,|,blockquote,|,undo,redo,|,link,unlink,|,forecolor,|,spellchecker,|,emotions",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
auto_focus : "comment"
// Example word content CSS (should be your site CSS) this one removes paragraph margins
//editor_css : "css/word.css"

});
}

function show_(){
tinyMCE.init({
// General options
mode : "exact",
theme : "advanced", elements : "comment",
button_tile_map : true,
language : 'de',
relative_urls : false,
theme_advanced_resizing : true,
spellchecker_languages : "+Deutsch=de,Englisch=en",
plugins : "noneditable,autosave,emotions,spellchecker,inlinepopups,paste",
extended_valid_elements : "img[class|src|border=0|alt|title|hspace|vspace|width|height|align|name]",
// Theme options
skin : "o2k7",
skin_variant : "silver",
theme_advanced_buttons1 : "bold,|,italic,|,underline,|,hr,|,removeformat,|,pastetext,|,blockquote,|,undo,redo,|,link,unlink,|,forecolor,|,spellchecker,|,emotions",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
// theme_advanced_link_targets : "Neues Fenster öffnen=_blank",
oninit : "gast"
// Example word content CSS (should be your site CSS) this one removes paragraph margins
//editor_css : "css/word.css"


});
}

function gast() {
     	tinyMCE.execCommand('mceInsertContent',false,'<span style="color: #3366ff;">Gast Kommentar:</span><br>');
}
