var GetBrandLine = { GetLine:function(BrandId,LangId,callback,context){return new ajax_request(this.url + '?_method=GetLine&_session=no','BrandId=' + enc(BrandId)+ '\r\nLangId=' + enc(LangId),callback, context);}, url:'/ajax/GetBrandLine,GetBrandLine.ashx' }