(function(){DSDropDown.prototype.createDropDown=function(){var A=LMI.Element.create;if(navigator.userAgent.indexOf("MSIE")>=0||LMI.Data.state.pageName=="Home|Homepage"){this.shim=A("iframe",this.parent,{src:"javascript:void(0)","class":"DSDDList",style:"left:0;opacity:0;filter:alpha(opacity=0);padding:0;margin:0;"})}this.list=A("div",this.parent,{"class":"DSDDList"});this.listElem=A("dl",this.list,{id:"dd_"+this.key})};DSDropDown.prototype.updateShim=function(){if(this.shim){this.shim.style.top=this.list.style.top;this.shim.style.left=parseInt(this.list.style.left,10)+"px";this.shim.style.width=parseInt(this.list.style.width,10)+2+"px";this.shim.style.display=this.list.style.display;this.shim.style.height=this.list.clientHeight+"px"}}})();