//START 3.2
jQuery(document).ready(function() {
// ---- INI
var zoomOptions = {
zoomType: 'reverse',
zoomWidth: 460,
zoomHeight: 360,
xOffset: 10,
yOffset: 0,
lens: true,
title :true,
position: "right",
preloadText: "Load"
};
jQuery(".zoomMe").jqzoom(zoomOptions);
jQuery(".zoomMe").mouseover(function()
{
jQuery("div.product-shop").hide();
});
jQuery(".zoomMe").mouseout(function()
{
jQuery("div.product-shop").show();
});
});
//END 3.2
function changeImage(prodcode){
var oEl = document.getElementById('011A20530004');
oEl.src = "/public/pictures/products/standard/" + prodcode;
//START 3.2
var newzoomSrc = "/public/pictures/products/large/" + prodcode;
jQuery('.zoomMe').attr({href: newzoomSrc});
//END 3.2
}
function ViewSizing(guide) {
if(guide != 'none') {
var sPage = 'http://www.brownsfashion.com/pages
Sold Out