A123.Showroom.Enhanced=function(){return{ShowImageHover:true,ImageSuffix:"",LastHoverID:0,ImageViewInited:false,ProxyTargetX:0,ProxyTargetY:0,ProxyTargetWidth:0,ProxyTargetHeight:0,ProxySourceX:0,ProxySourceY:0,ProxySourceWidth:0,ProxySourceHeight:0,LastTimeOutID:null,init:function(){this.ImageViewInited=false},ShowImage:function(a,h){if(!this.ShowImageHover){return}var b=a.indexOf("_");var g=a.lastIndexOf("_");if(b==-1||g==b){return}var d=a.substring(b+1,g);var f=a.substring(g+1);if(f==0){return}if(this.LastTimeOutObject!=null){clearTimeout(this.LastTimeOutID);this.LastTimeOutID=null}jQuery("#A123_ImageView").stop();if(!this.ImageViewInited){this.ImageViewInited=true;jQuery("body").append('<div id="A123_ImageView" style="display: none; position: absolute;"><img id="A123_ImageViewInner" src="#" /></div>')}var c=jQuery("#A123_ImageView");c.hide();this.LastHoverID=a;this.LastTimeOutID=setTimeout("A123.Showroom.Enhanced.ShowImageCallback('"+a+"');",1000)},ShowImageCallback:function(a){if(this.LastHoverID!=a){return}var f=jQuery("#"+a);this.ProxySourceHeight=0;this.ProxySourceWidth=0;this.ProxySourceX=f.offset().left+f.width();this.ProxySourceY=f.offset().top+f.height();this.ProxyTargetX=this.ProxySourceX+120;this.ProxyTargetY=this.ProxySourceY-125+jQuery("body").scrollTop();this.ProxyTargetWidth=359;this.ProxyTargetHeight=272;var h=jQuery("#A123_ImageViewInner");var d=jQuery("#A123_ImageView");d.css("left",this.ProxySourceX);d.css("top",this.ProxySourceY);d.height(this.ProxySourceHeight);d.width(this.ProxySourceWidth);var c=f.attr("src").lastIndexOf("/")+1;var b=f.attr("src").lastIndexOf(".");var e=f.attr("src").substring(c,b)*1;var g=f.attr("src").substring(0,c);if(e<10){g+="0"}g+=e+".jpg"+this.ImageSuffix;h.attr("src",g);d.animate({width:""+this.ProxyTargetWidth+"px",height:""+this.ProxyTargetHeight+"px",left:this.ProxyTargetX,top:this.ProxyTargetY,opacity:1,queue:false},200,"linear")},HideImage:function(){if(this.LastTimeOutID!=null){clearTimeout(this.LastTimeOutID);this.LastTimeOutID=null}this.LastHoverID=0;jQuery("#A123_ImageView").animate({width:""+this.ProxySourceWidth+"px",height:""+this.ProxySourceHeight+"px",left:this.ProxySourceX,top:this.ProxySourceY,opacity:0,queue:false},200,"linear",function(){jQuery("#A123_ImageView").hide()})}}}();jQuery(document).ready(function(){var a=jQuery("#Auction123_Popeye_Container");jQuery("#Auction123_Showroom_Wrapper div.popeye").each(function(){jQuery(this).popeye({container:a,direction:"left",duration:300,stageW:"120px",stageH:"90px",nlabel:"",label:"",blabel:""})});jQuery("#Auction123_Showroom_Wrapper div.A123ShowroomEnhanced div.InventoryItem").each(function(){var b=jQuery(this).find("a.TitleLink");var c=b.attr("href");b.attr("href","javascript: void(0);");jQuery(this).find("div.Container").click(function(){A123.Showroom.ShowDetail(c)})})});