function goPage(sPage) {
    window.location.href = sPage;
}
