﻿function ChangeTheme(theme)
{
    path = window.location.href.replace(window.location.search, "");
    window.location = path + "?theme=" + theme;
}