Model Fit Guide & Replacement Parts Guide
Model Fit Guide
Echo Mantis Tiller
GT-200 GT-200 SRM-2100 SRM-210 SRM-230, ECHO GT-200EZR, GT-201EZR, GT-200i, GT-201i, GT-200R, GT-201R, PE-200, PE-201, PPF-210, PPF-211,HC-150, HC-151, HC-150i, HCR-150, HCR-151
Replacement Parts Guide
Echo
900103 90097
<!–
.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”);
});
});