﻿var loginNavi={
    JoinMain : function() {
        document.location.href="/Front/Member/Join/JoinMain.aspx";
    },
    
    Home : function() {
        document.location.href="/Front/Default.aspx";
    },
    
    IdPwSearch : function() {
        document.location.href="/Front/Member/LogIn/IdPwSearch.aspx";
    },
    
    MemberOut : function() {
        document.location.href="/Front/Member/LogIn/MemberOut.aspx";
    },
    
    LogIn : function() {
        document.location.href="/Front/Member/LogIn/Login.aspx";
    }
    
}