// cached javascript var Login = { FillMember:function(sex,callback,context){return new ajax_request(this.url + '?_method=FillMember&_session=rw','sex=' + enc(sex),callback, context);}, SignUpMember:function(email,name,year,sex,password,cityId,town,village,callback,context){return new ajax_request(this.url + '?_method=SignUpMember&_session=rw','email=' + enc(email)+ '\r\nname=' + enc(name)+ '\r\nyear=' + enc(year)+ '\r\nsex=' + enc(sex)+ '\r\npassword=' + enc(password)+ '\r\ncityId=' + enc(cityId)+ '\r\ntown=' + enc(town)+ '\r\nvillage=' + enc(village),callback, context);}, ChangePass:function(mail,callback,context){return new ajax_request(this.url + '?_method=ChangePass&_session=rw','mail=' + enc(mail),callback, context);}, url:'/ajax/Mempor.Login,Mempor.ashx' } function HtmlControl(id) { var ele = null; if(typeof(id) == 'object') ele = id; else ele = document.getElementById(id); if(ele == null) return null; var _o = ele.cloneNode(true); var _op = document.createElement('SPAN'); _op.appendChild(_o); this._source = _op.innerHTML; } HtmlControl.prototype.toString = function(){ return this._source; } function HtmlControlUpdate(func, parentId) { var f,i,ff,fa=''; var ele = document.getElementById(parentId); if(ele == null) return; var args = []; for(i=0; i 2) for(i=2; i