oFCKeditor = new FCKeditor('pgpost-body-text');
oFCKeditor.BasePath = '/';
oFCKeditor.Config['CustomConfigurationsPath'] = 'http://www.pirkanmaansanomat.fi/fckconfigPloneGossip.js?mode=plain';
oFCKeditor.BaseHref = 'http://www.pirkanmaansanomat.fi';

// browsing for links
oFCKeditor.Config['LinkBrowser'] = false;
oFCKeditor.Config['LinkBrowserURL'] = 'http://www.pirkanmaansanomat.fi';

// rapid upload activation for links
oFCKeditor.Config['LinkUpload'] = false;
oFCKeditor.Config['LinkUploadURL'] = 'http://www.pirkanmaansanomat.fi';

// browsing for images
oFCKeditor.Config['ImageBrowser'] = false;
oFCKeditor.Config['ImageBrowserURL'] = 'http://www.pirkanmaansanomat.fi';

// rapid upload activation for images
oFCKeditor.Config['ImageUpload'] = false;
oFCKeditor.Config['ImageUploadURL'] = 'http://www.pirkanmaansanomat.fi';

  // browsing for flash
oFCKeditor.Config['FlashBrowser'] = false;
oFCKeditor.Config['FlashBrowserURL'] = 'http://www.pirkanmaansanomat.fi';

// rapid upload activation for flash
oFCKeditor.Config['FlashUpload'] = false;
oFCKeditor.Config['FlashUploadURL'] = 'http://www.pirkanmaansanomat.fi';

oFCKeditor.Config['SkinPath'] = oFCKeditor.BasePath + 'editor/skins/default/'; 
oFCKeditor.Config['AutoDetectLanguage'] = false;
oFCKeditor.Config['DefaultLanguage'] = 'fi';
oFCKeditor.Config['ContentLangDirection']='ltr';
oFCKeditor.Config['ForcePasteAsPlainText'] = false;
oFCKeditor.Config['IncludeLatinEntities'] = false;
oFCKeditor.Config['SpellChecker'] = 'ieSpell';
oFCKeditor.Config['EnterMode'] = 'p';
oFCKeditor.Config['ShiftEnterMode'] = 'br';
oFCKeditor.Config['GeckoUseSPAN'] = false;
oFCKeditor.Config['DefaultLinkTarget'] = '_blank';
oFCKeditor.Config['ForceStrongEm'] = false;
oFCKeditor.ToolbarSet = 'PloneGossip'; 
oFCKeditor.Width = '100%'; 
oFCKeditor.Height = '400';
oFCKeditor.ReplaceTextarea();
