document.write ("<tr>"+
                "<td id='memLogin'>"+
                "<table width=267 height=24 border=0 cellpadding=0 cellspacing=0>"+
                "<tr>"+
                "<td width=75><img id='img_Account' src='../images/index_05.gif' width=75 height=24 /></td>"+
                "<td background='../images/index_06.gif' id='td_Account'><label><input name='tfx_Account' type='text' class='form_for_index' />"+
                "</label></td>"+
                "</tr>"+
                "</table></td>"+
                "</tr>"+
                "<tr>"+
                "<td><table width=267 height=25 border=0 cellpadding=0 cellspacing=0>"+
                "<tr>"+
                "<td width=75><img id='img_Pwd' src='../images/index_07.gif' width=75 height=25 /></td>"+
                "<td background='../images/index_08.gif' id='td_Pwd'><input name='tfx_UserPwd' type='password' class='form_for_index' /></td>"+
                "</tr>"+
                "</table></td>"+
                "</tr>"+
                "<tr>"+
                "<td><table width=267 height=24 border=0 cellpadding=0 cellspacing=0>"+
                "<tr>"+
                "<td width=37><img src='../images/index_09.gif' width=37 height=24 /></td>"+
                "<td align='center' valign='bottom'><span class='blue_word_12'><a href='javascript:Goforgot()' class='blue_word_12'><img src='../images/forget.jpg' border='0'></a></span></td>"+
                "<td width=77><a href='../member/member00.asp'><img src='../images/index_11.gif' width=77 height=24 border=0 /></a></td>"+
                "<td width=53><a href='javascript:goCheck(1)'><img src='../images/index_12.gif' width=53 height=24 border=0 /></a></td>"+
                "<td width=35><img src='../images/index_13.gif' width=35 height=24 /></td>"+
                "</tr>"+
                "</table></td>"+
                "</tr>");

function Goforgot()   //忘記密碼
  {
    winopts   = "top=240,left=280,height=200,width=400,statusbars=no,toolbar=no,menubar=0,location=no,scrollbars=1,directories=0,resizable=0"       
    splashWin = window.open("../MailPwd.asp",null,winopts)
  }    
  
  
function goGetPwd(mfind)
  {
    if (mfind=="Y")
    {
      alert("密碼已寄至您的信箱囉!")
    }
    else
    {
      alert("查不到您的資料哦!")
    }
  }            