Model Fit Guide & Replacement Parts Guide
Model Fit Guide
Honda
CB100 CB125S CB160 CB175 CB350 CB360 CB450 CB500 CB550 CB750 CL450 C70 CA160 CL72 CL77 CL100 CL175 CL350 CL360 CL450 CM91 CM400 CM450 CR60 CR80R CR125M CR250M CT70
Replacement Parts Guide
Honda
95001-55008
<!–
.content_d{width:50%;float:left;padding-left:2px;}
@media screen and (max-width:512px){
.content_d{width:100%;float:left;}
}
–>
$(function() {
$(“h4”).click(function(){
var show = $(this).next(“div”).css(‘display’);
//alert(show);
if(show ==’block’){
$(this).children(“button”).children(“:first-child”).attr(“class”,”plus btn-quantity”);//minus button
}else{
$(this).children(“button”).children(“:first-child”).attr(“class”,”minus btn-quantity”);
}
$(this).next(“div”).css(‘display’,show ==’block’?’none’:”block”);
});
});