$(document).ready(function(){preloadAccountImages();if(window.location.href.match("del=true")){$("form#addANewAddressForm").css("display","block");$("span#addNewAddress img").attr("src",($("span#addNewAddress img").attr("src").replace("_1","_Open")));handleAddNewAddressForm()}$("span#addNewAddress img").click(function(){$("form#addANewAddressForm").slideDown("slow");$("span#addNewAddress img").attr("src",($("span#addNewAddress img").attr("src").replace("_1","_Open")));handleAddNewAddressForm()});$("p#sendToFriend img").click(function(){$("form#emailFriendWishlist").slideDown("slow");$("p#sendToFriend img").attr("src",($("p#sendToFriend img").attr("src").replace("_1","_Open")))})});function preloadAccountImages(){$.each($("span#addNewAddress img"),function(){$(this).preload({find:"_0.jpg",replace:"_Open.jpg"})});$.each($("p#sendToFriend img"),function(){$(this).preload({find:"_0.jpg",replace:"_Open.jpg"})})}function handleAddNewAddressForm(){$("span#addNewAddress img").unbind("click");window.deliveryAddress=true};
