/******************************************************************************
* ÆÄ ÀÏ ¸í: member_reg1.js
* ÀÛ¾÷³»¿ë: ½Ñ°÷À»Ã£¾Æ¶ó
* ÀÎ    ¼ö: 
* ÀÛ¼ºÀÏÀÚ: 2006-03-01
* ÀÛ ¼º ÀÚ: (ÁÖ)ÀÌÁ¨
 ******************************************************************************/

//-----------------------------------------------------------------------------
// °Ë»ö
//-----------------------------------------------------------------------------
function f_Find() 
{
    document.PUBLIC_FORM.cur_page.value   = "";
    document.PUBLIC_FORM.submit();
}
//-----------------------------------------------------------------------------
// ¾÷Á¾ºÐ·ù°Ë»ö
//-----------------------------------------------------------------------------
function f_FindUpjong(pKbn1,pKbn2) 
{
    document.PUBLIC_FORM.cur_page.value   = "";
    document.PUBLIC_FORM.FIND_UPJONG1.value = pKbn1;
    document.PUBLIC_FORM.FIND_UPJONG2.value = pKbn2;
    document.PUBLIC_FORM.submit();
}
//-----------------------------------------------------------------------------
// ¾÷Á¾ºÐ·ù(´ëºÐ·ù)
//-----------------------------------------------------------------------------
function f_ChangeUpjong1()
{
    var D_UPJONG1 = document.PUBLIC_FORM.D_UPJONG1.value;
    document.PUBLIC_FORM.FIND_UPJONG1.value = D_UPJONG1;
    set.location.href='ssan_got_tran.php?FRM_STATUS=ChangeUpjong1&D_UPJONG1=' + D_UPJONG1;
}
//-----------------------------------------------------------------------------
// ¾÷Á¾ºÐ·ù(¼ÒºÐ·ù)
//-----------------------------------------------------------------------------
function f_ChangeUpjong2()
{
    var D_UPJONG2 = document.PUBLIC_FORM.D_UPJONG2.value;
    document.PUBLIC_FORM.FIND_UPJONG2.value = D_UPJONG2;
}
//-----------------------------------------------------------------------------
// Áö¿ª¼±ÅÃ(½Ã/µµ)
//-----------------------------------------------------------------------------
function f_ChangePost1()
{
    var FIND_ZIP1 = document.PUBLIC_FORM.FIND_ZIP1.value;
    set.location.href='ssan_got_tran.php?FRM_STATUS=ChangePost1&FIND_ZIP1='+FIND_ZIP1;
}
//-----------------------------------------------------------------------------
// ¾÷Ã¼»ó¼¼º¸±â
//-----------------------------------------------------------------------------
function f_ViewUpso(pNo)
{
   location.href='upso_disp_ssangot.php?FIND_UPSO=' + pNo;
}
