Element.extend({fix:function(){if(!window.ie6){return this}var A;if(this.getTag("tag")=="img"){A="'"+this.get("src")+"'";this.set("src","null.gif")}else{var B=this.getStyle("background-image");if(B&&B!="none"){A=B.match(/\(([^)]+)\)/)[1]}}if(A){if(this.getStyle("display")=="inline"&&!["input","textarea","button"].contains(this.get("tag"))){this.setStyles({display:"block",width:this.getStyle("width")})}this.setStyles({background:"",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src="+A+", sizingMethod='scale')"})}return this}});if(window.ie6){window.addEvent("domready",function(){$$(".fix").fix()})};