jQuery(function(A){A("table.navMapContainer").each(function(){var B=A(this);
var D=B.next("fieldset");
var C={};
D.find("input").each(function(){C[this.name]=this.value
});
B.find(".navMapCell").each(function(){var E=A(this);
E.css("width",C.navmapCellWidth+"px").css("height",C.navmapCellHeight+"px")
})
})
});

