A123_DefineNamespace("A123.Showroom");jQuery.noConflict();A123.Showroom.Wrapper=0;A123.Showroom.OptionsDialog=0;A123.Showroom.CalculateAbsoluteLocation=function(b){if(b.pageX==null&&b.clientX!=null){var c=document.documentElement,a=document.body;b.pageX=b.clientX+(c&&c.scrollLeft||a&&a.scrollLeft||0)-(c.clientLeft||0);b.pageY=b.clientY+(c&&c.scrollTop||a&&a.scrollTop||0)-(c.clientTop||0)}return b};A123.Showroom.ShowDetail=function(a,c){var b=A123.Showroom.EBayCustomPage?"_parent":"";window.open(a,b,"status=1,resizable=yes,scrollbars=yes,top=10,left=10,width=950,height=800")};A123.Showroom.InitDropdowns=function(){};A123.Showroom.ShowOptions=function(o,n,f,h,b){var j=A123.Showroom.Wrapper;var m=A123.Showroom.OptionsDialog;if(window.event){window.event.cancelBubble=true}else{h.stopPropagation()}h=A123.Showroom.CalculateAbsoluteLocation(h);var d="<ul>";if(b){var a=A123.Showroom.Options[f?o+1:o].split("|")}else{var a=A123.Showroom.Options[o].split("|")}for(var c=0;c<a.length;c++){d+="<li>"+a[c]+"</li>\n"}d+="</ul>";if(b&&f){d+="<b>Options:</b><ul>";a=A123.Showroom.Options[o].split("|");for(var c=0;c<a.length;c++){d+="<li>"+a[c]+"</li>\n"}d+="</ul>"}var g=m.find("#OptionsDialogContent");var l=m.find("#OptionsDialogTitleBar #Title");l.html(n);g.html(d);if(jQuery.browser.msie&&(jQuery.browser.version.charAt(0)*1)<8){m.css("width","550px")}else{m.css("width","auto")}var k={};k.top=h.pageY-m.height();k.left=h.pageX-m.width();if(k.top<10){k.top=10}if(k.left<10){k.left=10}if(m.css("left").charAt(0)=="0"){m.css("left",h.pageX+25)}if(m.css("top").charAt(0)=="0"){m.css("top",h.pageY-(m.height()/2))}if(m[0].nodeType==1&&m.is(":hidden")){k.opacity="show"}if(m.width()+k.left+10>j.offset().left+j.width()){k.left=j.offset().left+j.width()-m.width()-5}if(k.left<10){k.left=10}m.animate(k);m.draggable({handle:"#OptionsDialogTitleBar",containment:"body"})};A123.Showroom.OpenNewPage=function(c,b,d,a,f){if(b==null){b="_new"}if(window.event){window.event.cancelBubble=true}else{f.stopPropagation()}window.open(c,b,"status=1,resizable=yes,scrollbars=yes,width="+d+",height="+a)};A123.Showroom.SizeWrapper=function(){if(typeof(A123_showroomHeight)=="undefined"){return}var a=jQuery("#Banner").height()||0;var b=jQuery("#Filter").height()||0;var d=jQuery("#"+A123.Showroom.SortAndSearch.SortBarID).height()||0;var c=A123.Showroom.Wrapper.find("div.LegalFooter").height()||0;jQuery("#Content").height(A123_ShowroomHeight-a-b-c-d)};A123.Showroom.CheckStyleSheetInterval=null;A123.Showroom.CheckStylesheetStatus=function(){if(typeof(A123.Showroom.Styles)=="undefined"){clearInterval(A123.Showroom.CheckStyleSheetInterval);return}var a=true;var c,b;var d;for(c=0;c<A123.Showroom.Styles[c];c++){d=false;for(b=0;b<document.styleSheets.length;b++){if(document.styleSheets[b].href==null){continue}if(document.styleSheets[b].href.indexOf(A123.Showroom.Styles[c])!=-1){d=true;break}}if(!d){a=false;break}}if(a){A123.Showroom.Wrapper.removeClass("A123-embedded-loading");clearInterval(A123.Showroom.CheckStyleSheetInterval)}};jQuery(document).ready(function(){A123.Showroom.Wrapper=jQuery(".Auction123_Showroom_Body #Auction123_Showroom_Wrapper");A123.Showroom.OptionsDialog=A123.Showroom.Wrapper.find("#OptionsDialog");var a;if(typeof(A123.Showroom.Embedded)!="undefined"&&A123.Showroom.Embedded==true&&typeof(A123.Showroom.Styles)!="undefined"){for(i=0;i<A123.Showroom.Styles.length;i++){jQuery("head").append('<link rel="stylesheet" href="'+A123.Showroom.Styles[i]+'" type="text/css" />')}}A123.Showroom.OptionsDialog.find("#CloseButtonImg").click(function(){A123.Showroom.OptionsDialog.fadeOut();return false});A123.Showroom.Wrapper.find("#Content div.InventoryItem").hover(function(){jQuery(this).addClass("InventoryItemHover")},function(){jQuery(this).removeClass("InventoryItemHover")});A123.Showroom.Wrapper.find(".PriceSearchButton .SearchButton").click(function(){A123.Showroom.SortAndSearch.GeneralSearch()});A123.Showroom.CheckStyleSheetInterval=setInterval(A123.Showroom.CheckStylesheetStatus,100)});