$(document).ready(function() {
    $('textarea.ckeditor').ckeditor(function() { /* callback code */ }, {
        width : 700,
        height : 400,
        resize_enabled : false,
        language : 'en',
        toolbar : [
            ['Source','-','Save','NewPage','Preview','-','Templates'],
            ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
            ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
            ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],
            '/',
            ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
            ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
            ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
            ['Link','Unlink','Anchor'],
            ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
            '/',
            ['Styles','Format','Font','FontSize'],
            ['TextColor','BGColor'],
            ['Maximize', 'ShowBlocks','-','About']
        ]
    });
    $('textarea.ckeditorArticle').ckeditor(function() { /* callback code */ }, {
        width : 622,
        height : 400,
        resize_enabled : false,
        language : 'en',
        toolbar : [
            ['Source',/*'-','Save','NewPage'*/,'Preview'/*,'-','Templates'*/],
            ['Cut','Copy','Paste','PasteText'/*,'PasteFromWord','-','Print'*/, 'SpellChecker'/*, 'Scayt'*/],
            ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
            //['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],
            //'/',
            ['Bold','Italic','Underline','Strike'/*,'-','Subscript','Superscript'*/],
            [/*'NumberedList','BulletedList',*/'-','Outdent','Indent','Blockquote'],
            ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
            //['Link','Unlink','Anchor'],
            ['Image',/*'Flash','Table',*/'HorizontalRule'/*,'Smiley'*/,'SpecialChar'/*,'PageBreak'*/],
            //'/',
            ['Styles',/*'Format',*/'Font','FontSize'],
            ['TextColor','BGColor'],
            ['Maximize', 'ShowBlocks'/*,'-','About'*/]
        ]
    });
    $('textarea.ckeditorProductDescription').ckeditor(function() { /* callback code */ }, {
        width : 622,
        height : 300,
        resize_enabled : false,
        language : 'en',
        toolbar : [
            [/*'Source','-','Save','NewPage',*/'Preview'/*,'-','Templates'*/],
            ['Cut','Copy','Paste','PasteText'/*,'PasteFromWord','-','Print', 'SpellChecker', 'Scayt'*/],
            ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
            //['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],
            '/',
            ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
            ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
            ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
            //['Link','Unlink','Anchor'],
            [/*'Image','Flash','Table',*/'HorizontalRule',/*'Smiley',*/'SpecialChar'/*,'PageBreak'*/],
            '/',
            ['Styles','Format','Font','FontSize'],
            ['TextColor','BGColor'],
            ['Maximize', 'ShowBlocks'/*,'-','About'*/]
        ]
    });
});
