eStore={},$(function(){eStore.tooTip=$(document).tooltip(),$("button").button(),$("a.button").button(),$(".IntegerInputBox").keydown(function(n){n.keyCode==46||n.keyCode==8||n.keyCode==9||n.keyCode==27||n.keyCode==13||n.keyCode==65&&n.ctrlKey===!0||n.keyCode>=35&&n.keyCode<=39||(n.shiftKey||(n.keyCode<48||n.keyCode>57)&&(n.keyCode<96||n.keyCode>105))&&n.preventDefault()})}),eStore.shoppingCart={add:function(n,t){$.isNumeric(t)&&(t=parseInt(t),$.ajax({url:window.g_baseUrl+"ShoppingCart/AddLineItem",type:"POST",dataType:"json",contentType:"application/json; charset=utf-8",data:JSON.stringify({partNumber:n,quantity:t}),success:function(n){eStore.shoppingCart.render(n)}}))},load:function(){$.getJSON(window.g_baseUrl+"ShoppingCart/LoadCount",function(n){eStore.shoppingCart.render(n)})},render:function(n){n>10?$("#shoppingCartCount").text(n.toString()).show():n>0?$("#shoppingCartCount").text(String.fromCharCode(10101+n)).show():n==0?$("#shoppingCartCount").text(".").show():$("#shoppingCartCount").hide()},ready:function(){this.load()}},$(function(){eStore.shoppingCart.ready()}),eStore.common={},$(function(){$("body").layout({pane_spacing:0,north:{size:65,pane_spacing:0,spacing_open:0,closable:!1,resizable:!1}})})