    //Tinymce init
    
    tinyMCE.init({
        // General options
        mode : "textareas",
        width: "600px",
        height: "200px",
        theme: "advanced",
        relative_urls : false,
        document_base_url : "../images/"



    });    