Model Fit Guide & Replacement Parts Guide
Model Fit Guide
Echo Leaf Blower
PB200 PB201 PB2100 PB2155 PB2455 ES210 ES2100 ES211 ES2400 Vac
Echo String Trimmer
SHC1700 SHC210 SHC2100 SHC211 SHC212 SHC2400 SHC2401 SRM24SB HCA24 PAS24
Compatible Parts Guide
Echo
90098 90098Y 13201212361 13201103360
<!–
.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”);
});
});