var ie6png={ns:"ie6png",imgsize:{},delay:10,nodesfixed:0,createvmlnamespace:function(){if(document.namespaces&&!document.namespaces[this.ns]){document.namespaces.add(this.ns,"urn:schemas-microsoft-com:vml")}},createvmlstylesheet:function(){var c,d;c=document.createelement("style");c.setattribute("media","screen");document.documentelement.firstchild.insertbefore(c,document.documentelement.firstchild.firstchild);if(c.stylesheet){c=c.stylesheet;c.addrule(this.ns+"\\:*","{behavior:url(#default#vml)}");c.addrule(this.ns+"\\:shape","position:absolute;");c.addrule("img."+this.ns+"_sizefinder","behavior:none; border:none; position:absolute; z-index:-1; top:-10000px; visibility:hidden;");this.screenstylesheet=c;d=document.createelement("style");d.setattribute("media","print");document.documentelement.firstchild.insertbefore(d,document.documentelement.firstchild.firstchild);d=d.stylesheet;d.addrule(this.ns+"\\:*","{display: none !important;}");d.addrule("img."+this.ns+"_sizefinder","{display: none !important;}")}},readpropertychange:function(){var d,f,e;d=event.srcelement;if(!d.vmlinitiated){return}if(event.propertyname.search("background")!=-1||event.propertyname.search("border")!=-1){ie6png.applyvml(d)}if(event.propertyname=="style.display"){f=(d.currentstyle.display=="none")?"none":"block";for(e in d.vml){if(d.vml.hasownproperty(e)){d.vml[e].shape.style.display=f}}}if(event.propertyname.search("filter")!=-1){ie6png.vmlopacity(d)}},vmlopacity:function(c){if(c.currentstyle.filter.search("lpha")!=-1){var d=c.currentstyle.filter;d=parseint(d.substring(d.lastindexof("=")+1,d.lastindexof(")")),10)/100;c.vml.color.shape.style.filter=c.currentstyle.filter;c.vml.image.fill.opacity=d}},handlepseudohover:function(b){settimeout(function(){ie6png.applyvml(b)},1)},fix:function(e){if(this.screenstylesheet){var f,d;f=e.split(",");for(d=0;db.h){s.b=b.h}x.vml.image.shape.style.clip="rect("+s.t+"px "+(s.r+y)+"px "+s.b+"px "+(s.l+y)+"px)"}else{x.vml.image.shape.style.clip="rect("+v.t+"px "+v.r+"px "+v.b+"px "+v.l+"px)"}},figurepercentage:function(k,l,i,h){var g,j;j=true;g=(i=="x");switch(h){case"left":case"top":k[i]=0;break;case"center":k[i]=0.5;break;case"right":case"bottom":k[i]=1;break;default:if(h.search("%")!=-1){k[i]=parseint(h,10)/100}else{j=false}}k[i]=math.ceil(j?((l[g?"w":"h"]*k[i])-(l[g?"w":"h"]*k[i])):parseint(h,10));if(k[i]%2===0){k[i]++}return k[i]},fixpng:function(l){l.style.behavior="none";var i,e,j,h,k;if(l.nodename=="body"||l.nodename=="td"||l.nodename=="tr"){return}l.isimg=false;if(l.nodename=="img"){if(l.src.tolowercase().search(/\.png$/)!=-1){l.isimg=true;l.style.visibility="hidden"}else{return}}else{if(l.currentstyle.backgroundimage.tolowercase().search(".png")==-1){return}}i=ie6png;l.vml={color:{},image:{}};e={shape:{},fill:{}};for(h in l.vml){if(l.vml.hasownproperty(h)){for(k in e){if(e.hasownproperty(k)){j=i.ns+":"+k;l.vml[h][k]=document.createelement(j)}}l.vml[h].shape.stroked=false;l.vml[h].shape.appendchild(l.vml[h].fill);l.parentnode.insertbefore(l.vml[h].shape,l)}}l.vml.image.shape.fillcolor="none";l.vml.image.fill.type="tile";l.vml.color.fill.on=false;i.attachhandlers(l);i.givelayout(l);i.givelayout(l.offsetparent);l.vmlinitiated=true;i.applyvml(l)}};try{document.execcommand("backgroundimagecache",false,true)}catch(r){}ie6png.createvmlnamespace();ie6png.createvmlstylesheet();