Parker series
|
Model |
Flow Rate (Nm³/min) |
|
*25-10 |
0.4 |
|
*50-10 |
1.4 |
|
*60-15 |
2.8 |
|
*95-15 |
4 |
|
*130-20 |
6 |
|
*130-25 |
7 |
|
*187-25 |
12 |
|
*235-25 |
17 |
|
*280-25 |
20 |
|
*280-35 |
28 |
|
*280-51 |
40 |
|
*250-85 |
56 |
|
*360-85 |
80 |
|
*Filtration Grade:(µm) |
|
C |
Coalescer |
|
QU |
Coalescer |
|
P |
For dust |
|
AU |
Actived carbon |
{ "top": "-=100px" },200)
i++;
}
function slideFront(){
if(index >= 1 ) {
--index;
showImg(index);
}
if(i<2 || i>length+7) {return false;}
$("#cSlideUl ul").animate({ "top": "+=100px" },200)
i--;
}
$("#tabsmalimg img").eq(0).show();
$("#cbtn li").eq(0).addClass("hov");
/*$("#cbtn tt").each(function(e){
var str=(e+1)+""+length;
$(this).html(str)
})*/
$(".picSildeRight,#ponext").click(function(){
slideNext();
})
$(".picSildeLeft,#pofront").click(function(){
slideFront();
})
$("#cbtn li").click(function(){
index = $("#cbtn li").index(this);
showImg(index);
});
/*$("#ponext,#pofront").hover(function(){
$(this).children("a").fadeIn();
},function(){
$(this).children("a").fadeOut();
})*/
})