function GoLoginLink()
{
//      document.location =  '/auth/loViewa.do?method=loginForm';
    loBasicF.action = '/auth/loViewa.do?method=identifyForm';
    loBasicF.submit();  
    
}

function GoFindPasswdLink()
{
    document.location =  '/auth/loViewa.do?method=findPasswdForm';
}


function GoFindIDLink()
{
    document.location =  '/auth/loViewa.do?method=findIDForm';
}

function GoUpdateLink()
{
    document.location =  '/auth/loViewa.do?method=confirmPasswdForm';
}


function GoChangePasswdLink()
{
    document.location =  '/auth/loViewa.do?method=changePasswdForm';    
}


function GoWithdrawalLink()
{
    document.location =  '/auth/loViewa.do?method=withdrawalForm';    
}


