function goHome() {
    window.open("index.html", "_self");
}
function goAbout1() {
    window.open("about.html", "_self");
}
function goAbout2() {
    window.open("about.html", "_self");
}
function goColumn() {
    window.open("clumn.php", "_self");
}
function goInfo() {
    window.open("info.php", "_self");
}
function goEvent() {
    window.open("event.php", "_self");
}
function goWinner() {
    window.open("winner.php", "_self");
}
function goShopping() {
    window.open("shopping.html", "_self");
}
function goClub() {
    window.open("club-login.php", "_self");
}

function goTony() {
    window.open("tony-main.html", "_self");
}
function goCoCo() {
    window.open("coco-main.html", "_self");
}
function goJust() {
    window.open("just-main.html", "_self");
}
function goGrains() {
    window.open("graint-main.html", "_self");
}
function goCorn() {
    window.open("corn-main.html", "_self");
}
function goSK() {
    window.open("sk-main.html", "_self");
}
