﻿$(function() {
    $('textarea.tinymce').tinymce({
        script_url: '/tinymce/jscripts/tiny_mce/tiny_mce.js',
        theme: "advanced",
        theme_advanced_buttons1: "bold,italic,underline,strikethrough",
        theme_advanced_buttons2: "",
        theme_advanced_buttons3: "",
        theme_advanced_toolbar_location: "top",
        theme_advanced_toolbar_align: "left",
        theme_advanced_resizing: true
    });
});

function Reload() {
    window.location.reload();
}
