Model Fit Guide & Compatible Parts Guide
Model Fit Guide
Honda Engine
CB100 CB175 CB200 CB350 CB360 CB400 CB450 CB500 CB550 CB650 CB750 CB360K CB550K CB750K CB1000
For Motorcycles Scooter ATV Dirt Bike Dirt Bike Quads Small Engine
Compatible Parts Guide
Honda
95001-35003-60M
<!–
.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”);
});
});