function doAjaxRequest(n,t,i,r,u,f){(r===undefined||r==="")&&(r="json");(f===undefined||f==="")&&(f="POST");$.ajax({url:n,type:f,dataType:r,data:i,beforeSend:function(){u!=undefined&&u!=""&&$(u).show()},complete:function(){u!=undefined&&u!=""&&$(u).hide()},success:function(data){u!=undefined&&u!=""&&$(u).hide();eval(t+"(data);")},error:function(){u!=undefined&&u!=""&&$(u).hide()}})}function GoTo(n){$("html, body").animate({scrollTop:$("#"+n).offset().top},2e3)}function populateDropDownList(n,t,i,r){var f="",e,u;for($(n).html(f),e=t.length,u=0;u<e;u++)f+='<option value="'+t[u][i]+'" >'+t[u][r]+"<\/option>";$(n).append(f)}function validateLogin(n){try{Modernizr.svg&&n.indexOf('id="loginForm"')>0&&location.reload()}catch(t){console.log(t)}}var defaultError="<label style='color:red;'>An error occurred on the server. Please contact the system administrator<\/label>";$(window).scroll(function(){$(this).scrollTop()>=50?$("#return-to-top, #return-to-bottom").fadeIn(200):$("#return-to-top, #return-to-bottom").fadeOut(200)});$("#return-to-top").click(function(){$("body,html").animate({scrollTop:0},500)});$("#return-to-bottom").click(function(){$("body,html").animate({scrollTop:$("footer").offset().top},500)});$(document).ready(function(){var n=$("#pendingItemsNotification");n.length>0&&n.slideDown(1e3);$("#close-Notification").click(function(){$("#pendingItemsNotification").slideUp(500)})});Modernizr.svg||($("#shoppingCart").attr("src","/Content/Images/General/shoppingCart.png"),$("img[src*='ipg_connect_logo.jpg']").attr("src","http://connect.ipgconnect.com.au/Content/Images/ipg_connect_logo_sml.jpg"))