| 
					
						
					 | 
				
				
					 | 
					
						
						" name="password" id="password" class="inputPass size02" type="password" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.password"), request) )%> />
						
						
						" name="password2" id="password2" class="inputPass size02 mmarT10" type="password" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.password2"), request) )%> />
					 | 
				
				
					 | 
					
						
						" id="name" name="name" class="inputTxt inputName" type="text" value="<%=Function.checkNull(vo.getName())%>" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.name3"), request) )%> />
					 | 
				
				
					| 
					
					<%=LanguageProperty.getMsg("th.tel")%>
					 | 
					
						<%
						if(!isCellSum){
						%>
						
						
						" name="tel2" id="tel2" class="inputNum" type="text" value="<%=Function.getSplitIdx(vo.getTel(), "-", 1)%>" maxlength="4" onkeyup="isNumberOrHyphen2(this);" />
						
						" name="tel3" id="tel3" class="inputNum" type="text" value="<%=Function.getSplitIdx(vo.getTel(), "-", 2)%>" maxlength="4" onkeyup="isNumberOrHyphen2(this);" />
						
						<%}else{%>
						
						" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.tel"), request) )%> />
						
						<%}%>
					 | 
				
				
					| 
					
					<%=LanguageProperty.getMsg("th.cell")%>
					 | 
					
						<%
						if(!isCellSum){
						%>
						
						
						" name="cell2" id="cell2" class="inputNum" type="text" value="<%=Function.getSplitIdx(vo.getCell(), "-", 1)%>" maxlength="4" onkeyup="isNumberOrHyphen2(this);" />
						
						" name="cell3" id="cell3" class="inputNum" type="text" value="<%=Function.getSplitIdx(vo.getCell(), "-", 2)%>" maxlength="4" onkeyup="isNumberOrHyphen2(this);" />
						
						<%}else{ %>
						
						" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.cell"), request) )%> />
						<%}%>
						
						/>
					 | 
				
				
					| 
					
					<%=LanguageProperty.getMsg("th.email")%>
					 | 
					
						
						
						" name="email1" id="email1" class="inputEmail" type="text" value="<%=Function.getSplitIdx(Function.checkNull(vo.getEmail()), "@", 0)%>" maxlength="70" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.email"), request) )%> />
						@
						
						
						
						 />
					 | 
				
				
					 | 
					
						
						" type="text" class="zipcode" id="zipcode" name="zipcode" value="<%=Function.checkNull(vo.getZipcode())%>" readonly="readonly" onclick="zipcodeapi();" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.zipcode"), request) )%> />
						
						<%=LanguageProperty.getMsg("btn.zipcode")%>
					 | 
				
				
					 | 
					
						
						" type="text" id="addr0" class="addr" name="addr0" value="<%=Function.checkNull(vo.getAddr0())%>" readonly="readonly" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.addr"), request) )%> /> 
						
						" type="text" id="addr1" class="addr" name="addr1" value="<%=Function.checkNull(vo.getAddr1())%>" style="margin-top:7px;" <%=(Function.setPlaceHolder(LanguageProperty.getMsg("th.addr2"), request) )%> />
					 |