
/* reset button */
function resetEditors() {              
    window.location = Website.Config.sBaseUrl + Website.PathToCurrentNode;
}
