function popupMessageLayer(f,d,e){hideFields("hidden");intScreenHeight=window.getScrollHeight();intMessageTopPos=(window.getHeight()/3)-(d/2)+window.getScrollTop();intMessageLeftPos=(window.getWidth()/2)-(f/2);objMessageLayerShadow=$("ownersPopLayerShadow");objMessageLayerWrapper=$("ownersPopLayerWrapper");objMessageLayerContent=$("ownersPopLayerMessage");objMessageLayerContent.innerHTML=e;objMessageLayerWrapper.setStyles({height:d+"px",width:f+"px",top:intMessageTopPos+"px",left:intMessageLeftPos+"px"});objMessageLayerShadow.setStyles({height:intScreenHeight+"px",display:"block"});}function hidePopupMessageLayer(){hideFields("visible");$("ownersPopLayerShadow").setStyle("display","none");$("ownersPopLayerMessage").innerHTML="";}function hideFields(f){var d=document.getElementById("o-my-vehicle-portlet-content");var e=d.getElementsByTagName("select");for(i=0;i<e.length;i++){e[i].style.visibility=f;}}function setBrandNames(){if($$(".brand_name")){var b=brand.capitalize();if(brand=="jeep"){b+="?";}$$(".brand_name").setText(b);}}function resetFooterHeight(){$("footer").setStyle("height","65px");}
