function bodyPartsNav(){$("ol.bodyPartNav li").click(function(){$("ol.bodyPartNav li").removeClass("active");$(this).addClass("active");var a=$(this).attr("id");if(a==="bustLink"){$("ul.bodyParts li").hide();$("ul.bodyParts li.bust").show()}else{if(a==="waistLink"){$("ul.bodyParts li").hide();$("ul.bodyParts li.waist").show()}else{if(a==="hipLink"){$("ul.bodyParts li").hide();$("ul.bodyParts li.hip").show()}else{if(a==="overarmLink"){$("ul.bodyParts li").hide();$("ul.bodyParts li.overarm").show()}else{if(a==="heightLink"){$("ul.bodyParts li").hide();$("ul.bodyParts li.height").show()}}}}}}).css({cursor:"pointer"})}$(document).ready(function(){bodyPartsNav()});