function RedirectPage(page) {
    setTimeout("window.location=(\"" + page + "\")", 2000);
}