ExtClass=function(){};ExtClass.prototype.getChildElementById=function(a,b){a=$(a);var c=a.childElements();var e;for(var i=0;i<c.length;i++){if(c[i].id==b){e=$(c[i]);continue}}return e};Element.addMethods(ExtClass.prototype);