Pants & Jeans
We have all the latest styles and colors, combined with our famous Lane Bryant fit - including many in petite and tall.
function makeLIlink() {
$("#SLP_catBox ul li").click(function(){
window.location=$(this).find("a").attr("href"); return false;
});
}
makeLIlink();